Display:
Master Commits
Branch Commits
All Commits
Blender
Git commits from all branches.
Page: 1623 / 2888
December 30, 2017, 16:51 (GMT)
Fix bad 'poll' prop callback API doc. This was added to all prop types, when it is only available for Pointer ones.
December 30, 2017, 16:45 (GMT)
3D View: use shortest angle between quaternions Gave incorrect smoothview speed changing between some axis and axis locking.
December 30, 2017, 16:45 (GMT)
Math Lib: signed versions of quaternion angle There was no simple way to get the shortest quaternion angle.
December 30, 2017, 16:45 (GMT)
bl_app_override: support empty UI layout items Returning None from ui_ignore functions creates empty labels, allows removing items without breaking layout in some cases.
December 30, 2017, 16:45 (GMT)
Fix
T53430 : Cut at the strip end fails w/ endstill
December 30, 2017, 16:44 (GMT)
WM: minor correction to user-pref writing When saving templates had wrong return value.
December 30, 2017, 16:44 (GMT)
Docs: clarify return value for BVH API
December 30, 2017, 16:43 (GMT)
Fix BMesh PyAPI internal flag clearing logic Would leave the flag set on raising an exception.
December 30, 2017, 16:43 (GMT)
Fix edge-split bmesh operator giving empty result
December 30, 2017, 16:43 (GMT)
Docs: correct descriptions
December 30, 2017, 16:43 (GMT)
Edit Mesh: click extrude, ensure inverse matrix Relied on this being set elsewhere which isn't assured.
December 30, 2017, 16:43 (GMT)
Docs: add note for bmesh face_split_edgenet
December 30, 2017, 16:43 (GMT)
Fix sculpt secondary color missing some brushes
D2841 by @uvwxyz w/ edits
December 30, 2017, 16:43 (GMT)
Fix brush reset (missing notifier)
D2843 by @uvwxyz
December 30, 2017, 16:25 (GMT)
Add stroke to tail The initial idea was to add to head (on back), but after testing it's better add at the end on top of previous strokes.
December 30, 2017, 15:58 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 30, 2017, 15:58 (GMT)
Fix reproject error for filling
December 30, 2017, 15:20 (GMT)
Use a secondary cache for interpolated shape loops.
December 30, 2017, 14:48 (GMT)
Fix incorrect allocation size
December 30, 2017, 14:48 (GMT)
makesdna/makesrna: silence output by default No need to print status for basic & reliable operations, build systems can output operations they run if needed, or debug output changed in the source if developers are debugging. Nice for ninja, so any printed text hints at a problem to fix.