Blender Git Commits

Blender Git "master" branch commits.

Page: 1561 / 5574

September 12, 2018, 21:51 (GMT)
Cleanup: style
September 12, 2018, 21:46 (GMT)
Merge branch 'master' into blender2.8
September 12, 2018, 21:39 (GMT)
Cleanup: GCC ignored qualifier warning
September 12, 2018, 19:26 (GMT)
GP: Delete invisible points when use soft eraser
September 12, 2018, 18:07 (GMT)
Shader Editor: tweak when the UI for managing the material is enabled

- disable the UI if the currently selected object does not support materials.
- add Metaballs and GPencil as types supporting material.
September 12, 2018, 16:31 (GMT)
Fix T56662: Autocomplete for texture slot Crash (in console).

That pointer can be NULL, RNA default string handling does not support
that. (that whole uv_layer prop is quite nasty actually, since it does
not own that string, always borrows it from some other data :((( ).
September 12, 2018, 15:48 (GMT)
Fix T56763: Removing driver variable crashes Blender.

Rebuilding depsgraph is not enough, with COW we also need to ensure COW
copies get updated accordingly.

Had to tweak the generic update system here, since it was always passed
a NULL pointer for the callback arg, this should not change existing
behavior (besides crash fixing ;) )...
September 12, 2018, 15:06 (GMT)
GP: Reduce factor of thickness for soft eraser
September 12, 2018, 14:55 (GMT)
GP: Improve SOFT eraser to affect strength and less to thickness
September 12, 2018, 14:32 (GMT)
Cleanup: Spelling mistakes

Pointed by John Roper and Ray Molenkamp.
September 12, 2018, 14:31 (GMT)
Multires: Use more clear naming

There are so many reshapes now, and one more is to come.
Better be explicit.
September 12, 2018, 13:32 (GMT)
GP: Fix pressure jitter problem

The pressure was not used in jitter factor.
September 12, 2018, 13:18 (GMT)
GP: Hide panels for eraser brushes
September 12, 2018, 13:18 (GMT)
GP: Remove brush type from panel

The brush type is get from previous brush
September 12, 2018, 13:03 (GMT)
FIx T56758: Outliner - Select Hierarchy not working.

Reversed logical check on object's visibility...
September 12, 2018, 12:55 (GMT)
Fix T56759: Status bar not working for multi-objects nor object mode
September 12, 2018, 12:39 (GMT)
Cleanup, fullstops in comments
September 12, 2018, 12:30 (GMT)
GPU: Remove residue of OpenSubdiv

Was done more like a hack on top of old drawing pipeline.
Should be re-implemented to fit new draw manager closer.
September 12, 2018, 10:29 (GMT)
Merge branch 'master' into blender2.8
September 12, 2018, 10:28 (GMT)
Cycles: Don't allocate Extra if BSDF allocation failed

Failed as in did not allocate due to possibly weight cutoff.
Tryign to allocated Extra storage for closure in such situation
will consfuse Cycles and cause crashes later one due to obscure
values in ShaderData.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021