Blender Git Commits

Blender Git "blender-v2.79b-release" branch commits.

Page: 13 / 22

December 30, 2017, 16:52 (GMT)
Fix T53630: Effect strips not displaying Input data.
Fix T52977: Parent bone name disappeared in the UI in pose mode.

Regression caused by own rBc57636f060018. So instead of changing widget
type, just flag it as disabled.

Note that core of the issue is elsewhere though - there is absolutely no
reasons to have a search widget for pointers we cannot change nor
search! But fixing this is not really top priority, one of the many
glitches of our UI code, so think we can live with current code.

To be backported to 2.79a.
December 30, 2017, 16:52 (GMT)
Fix T53463: Rotation numerical input shows instable behaviour.

Inverting a number in radians when user is in degrees gives rather
unexpected results. ;)
December 30, 2017, 16:52 (GMT)
Fix T53420: Vertex Groups: The "-" button gets a hidden function

Guess 'remove all unlocked' is new-ish feature...

To be backported to 2.79a (I think).
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021