tornavis/source/blender
Bastien Montagne 6fde0050c4 Fix (unreported) LibOverride: RNA asserts when applying overrides.
Some RNA setters require ID data they operate on to be in G_MAIN.
Unfortunately, when we apply overrides as part of a .blend file reading,
new Main is not yet made global one, so we have to do it temporarily
here.

This is a fairly ugly hack, but it should be harmless and safe.
2020-09-23 11:07:03 +02:00
..
blendthumb
blenfont Cleanup: Remove GLEW dependencies outside of GL module 2020-09-12 15:51:21 +02:00
blenkernel Fix (unreported) LibOverride: RNA asserts when applying overrides. 2020-09-23 11:07:03 +02:00
blenlib Fix T80444: Triangle-Triangle intersection regression in 2.90 2020-09-22 11:00:24 -03:00
blenloader Implement ID properties support for TimeMarker 2020-09-21 12:25:45 +02:00
blentranslation CMake: clean up setting of platform specific linker flags 2020-09-17 12:29:19 +02:00
bmesh Fix T80520: Tris to Quads ignores UV delimit option 2020-09-21 15:05:33 +10:00
compositor Cleanup: use C style doxygen comments 2020-09-12 16:33:34 +10:00
datatoc Fix datatoc_icon linker errors with ASan enabled. 2020-09-21 16:38:31 +05:30
depsgraph Implement ID properties support for TimeMarker 2020-09-21 12:25:45 +02:00
draw MeshAnalysis: Optimize the detection of intersecting geometry 2020-09-22 11:00:24 -03:00
editors Cleanup: remove 'r_' prefix for variables 2020-09-23 18:22:46 +10:00
freestyle Cleanup: use parenthesis for if statements in macros 2020-09-19 16:28:17 +10:00
functions Cleanup: add missing headers to CMake, formatting 2020-09-15 22:53:44 +10:00
gpencil_modifiers Various fixes in UI messages. 2020-09-21 15:18:13 +02:00
gpu Fix T81002: Images drawn with the Python gpu module no longer draw on top in the Image Editor 2020-09-22 11:17:17 +02:00
ikplugin Cleanup: use C style doxygen comments 2020-09-12 16:33:34 +10:00
imbuf Cleanup: comments, spelling 2020-09-22 15:16:36 +10:00
io Fix COLLADA failing to export HDR emission strength 2020-09-22 16:07:37 +02:00
makesdna Fluid: Refactor for initial velocities 2020-09-22 14:02:53 +02:00
makesrna Fix T73858: Gizmo.use_draw_scale doesn't work as expected 2020-09-23 15:51:23 +10:00
modifiers Fix T80996: Weight Proximity modifier: crash going to editmode on a 2020-09-22 09:48:13 +02:00
nodes Cleanup: use parenthesis for if statements in macros 2020-09-19 16:28:17 +10:00
python Fix T78823: Slash in custom property name does not work 2020-09-22 08:48:39 -05:00
render Cleanup: use parenthesis for if statements in macros 2020-09-19 16:28:17 +10:00
shader_fx Cleanup: Remove GLEW dependencies outside of GL module 2020-09-12 15:51:21 +02:00
simulation Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
windowmanager Cleanup: use parenthesis for if statements in macros 2020-09-19 16:28:17 +10:00
CMakeLists.txt Cleanup: include missing header files in CMake 2020-09-07 23:10:17 +10:00