Revision 9c2f55b by Sergey Sharybin July 21, 2017, 13:36 (GMT) |
Fix compilation error with smoke and rigid body disabled |
July 21, 2017, 12:47 (GMT) |
Pass EvaluationContext argument everywhere Note that some little parts of code have been dissabled because eval_ctx was not available there. This should be resolved once DerivedMesh is replaced. |
Revision 9edb7e4 by Sergey Sharybin July 21, 2017, 12:20 (GMT) |
Depsgraph: Fix missing material update when changing links in node tree |
Revision 4e28d88 by Sergey Sharybin July 21, 2017, 10:08 (GMT) |
Fix T51724: Blender 2.80 EEVEE, Cycles, Clay Black Wall Graphical Glitch |
Revision 9fbef5d by Sergey Sharybin July 21, 2017, 09:18 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 4d67034 by Sergey Sharybin July 21, 2017, 09:12 (GMT) |
Fix T52134: New depsgraph crashes when evaluating several psys on from object |
Revision 2200e5a by Sergey Sharybin July 21, 2017, 08:52 (GMT) |
Fix strict compiler error after recent UI changes |
Revision 8b17ec0 by Bastien Montagne July 21, 2017, 08:24 (GMT) |
Fix T52136: Blender segfault (stack overflow most certainly) when converting to mesh. Stupid mistake in own recent refactor. |
Revision dc6fcb8 by Bastien Montagne July 21, 2017, 08:12 (GMT) |
UI/floats: Reduce our UI_PRECISION_FLOAT_MAX by one to avoid most rounding issues. The way we use it, UI_PRECISION_FLOAT_MAX is actually + 1 to get total number of digits, and float only has 7 meaningful digits, so that define shall be at 6. |
Revision c425653 by Campbell Barton July 21, 2017, 05:46 (GMT) |
Set face-map to active when selecting It was annoying have to use select operator to know which facemap applies to the active face. This behavior follows materials. |
Revision db8bc1d by Brecht Van Lommel July 20, 2017, 22:54 (GMT) |
Fix a few harmless maybe uninitialized warnings with GCC 5.4. GCC seems to detect uninitialized into function calls now, but then isn't always smart enough to see that it is actually initialized. Disabling this warning entirely seems a bit too much, so initialize a bit more now. |
Revision 0d4fd75 by Brecht Van Lommel July 20, 2017, 22:47 (GMT) |
Fix T46560: 2D paint smear and soften brushes not working with alpha. Interpolate rather than do alpha over mix, matching projection paint. |
Revision 2b132fc by Brecht Van Lommel July 20, 2017, 21:47 (GMT) |
Fix T52135: Cycles should not keep generated/packed images in memory after render. |
Revision a4cd7b7 by Brecht Van Lommel July 20, 2017, 21:46 (GMT) |
Fix potential memory leak in Cycles loading of packed/generated images. |
Revision 3ededb1 by Sergey Sharybin July 20, 2017, 15:48 (GMT) |
Depsgraph: Fix crash when updating materials with copy on write enabled The code was freeing GPU materials from non-main thread. |
Revision dfcb568 by Sergey Sharybin July 20, 2017, 15:48 (GMT) |
Fix T51925: Eevee: Animated Eevee values slowdown Move material update from RNA callback to dependency graph. |
Revision 177a8f6 by Campbell Barton July 20, 2017, 14:47 (GMT) |
Manipulator: add access to manipulator's group |
Revision 6b0d430 by Campbell Barton July 20, 2017, 14:40 (GMT) |
PyAPI: use instancing when supported This means when a new data-type is returned it will use the same instance as the previously created one (if it exists). |
Revision 57ee488 by Sergey Sharybin July 20, 2017, 14:15 (GMT) |
Partially revert previous commit, some unwanted changes sneaked in |
Revision 21f2769 by Sergey Sharybin July 20, 2017, 14:03 (GMT) |
Depsgraph: Use explicit material update operation code Avoids string comparison on key matching. |
|
|
|


Master Commits
MiikaHweb | 2003-2021