Blender Git Commits

Blender Git "master" branch commits.

Page: 2047 / 5574

July 21, 2017, 13:36 (GMT)
Fix compilation error with smoke and rigid body disabled
Revision 1c4c288 by Luca Rood
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.
July 21, 2017, 12:20 (GMT)
Depsgraph: Fix missing material update when changing links in node tree
July 21, 2017, 10:08 (GMT)
Fix T51724: Blender 2.80 EEVEE, Cycles, Clay Black Wall Graphical Glitch
July 21, 2017, 09:18 (GMT)
Merge branch 'master' into blender2.8
July 21, 2017, 09:12 (GMT)
Fix T52134: New depsgraph crashes when evaluating several psys on from object
July 21, 2017, 08:52 (GMT)
Fix strict compiler error after recent UI changes
July 21, 2017, 08:24 (GMT)
Fix T52136: Blender segfault (stack overflow most certainly) when converting to mesh.

Stupid mistake in own recent refactor.
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.
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.
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.
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.
July 20, 2017, 21:47 (GMT)
Fix T52135: Cycles should not keep generated/packed images in memory after render.
July 20, 2017, 21:46 (GMT)
Fix potential memory leak in Cycles loading of packed/generated images.
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.
July 20, 2017, 15:48 (GMT)
Fix T51925: Eevee: Animated Eevee values slowdown

Move material update from RNA callback to dependency graph.
July 20, 2017, 14:47 (GMT)
Manipulator: add access to manipulator's group
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).
July 20, 2017, 14:15 (GMT)
Partially revert previous commit, some unwanted changes sneaked in
July 20, 2017, 14:03 (GMT)
Depsgraph: Use explicit material update operation code

Avoids string comparison on key matching.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021