Blender Git Commits

Blender Git "fracture_modifier" branch commits.

Page: 18 / 130

December 30, 2017, 16:52 (GMT)
Fix T53343: Custom Normal Data Transfer Crashes when some vertexes have no faces.

Odd nobody noticed this earlier, was obvious bug in code logic here... :/

To be backported to 2.79a.
December 30, 2017, 16:51 (GMT)
Fix T53250: Crash when linking/appending a scene to a blend when another linked scene in this blend is currently open/active.

Inner DAG code would not check against NULL pointer, and in case of an
active linked scene, scene pointer will be NULL here, so we have to
check it ourself. ;)
December 30, 2017, 16:51 (GMT)
Fix T53191: Python API Reference link wrong in splash screen.

Forgot to update splashscreen links when we switched API doc naming
scheme...
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, 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.
December 30, 2017, 14:48 (GMT)
Fix T53577: Rake sculpt/paint wrong on first step
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021