Blender Git Commits

Blender Git "master" branch commits.

Page: 1437 / 5574

November 28, 2018, 10:21 (GMT)
Fix curve stats when using modifiers.

Curve/surface/text final data may be an evaluated mesh instead of a
displist, when some modifiers (constructive ones in particular) are
applied to it.

Note that this is just getting feet wet, whole draw code suffers from
the same issue! :P
November 28, 2018, 09:36 (GMT)
Fix/workaround issues in pose and edit mode

Edit mode was unable to select, pose mode was unable to move bones.
November 28, 2018, 09:26 (GMT)
Fix crash entering editmode
November 28, 2018, 08:48 (GMT)
Transform: use scene-orientation for MMB axis constraint

Follows the change made for axis keys.
November 28, 2018, 06:50 (GMT)
Cleanup: quiet keymap float compare warning
November 28, 2018, 06:48 (GMT)
Cleanup: remove missing operator from UI
November 28, 2018, 06:37 (GMT)
Tool System: add node links cut tool
November 28, 2018, 06:20 (GMT)
Cleanup: correct assert, remove redundant NULL checks
November 28, 2018, 06:02 (GMT)
Gizmo: fix compositor node crop w/ negative rectangles

min/max could be negative, causing the gizmo to fail.
November 28, 2018, 05:21 (GMT)
Cleanup: correct function signatures
November 28, 2018, 05:20 (GMT)
Fix assert opening file selector
November 28, 2018, 04:33 (GMT)
Per view-layer collection visibility

We still control this in the viewport collections visibility menu. But
now we are actually changing the visibility of the collections, not of
the objects.

If a collection is indirectly invisible (because one of its parents are
invisible) we gray it out.

Also if you click directly in the collection names, it "isolates" the
collection by hiding all collections, and showing the direct parents and
all the children of the selected collection.

Development Note:

Right now I'm excluding the hidden collections from the depsgraph.
Thus the need for tagging relations to update.

If this proves to be too slow, we can change.
November 28, 2018, 04:33 (GMT)
Outliner: Do not gray out empty collections

We can still have a special icon for them, but graying out is not the way to go.
November 28, 2018, 04:33 (GMT)
Remove eye column from the outliner

To control per-viewlayer, per-object visiblity users should either use
the menu or the H shortcuts (H, Alt+H, Shift+H).

Following next will be to have proper per-viewlayer collection
visibility. This will replace the functionality currently at the
viewport collections visibility menu.
November 28, 2018, 03:11 (GMT)
Correct error clearing runtime tool in recent commit
November 28, 2018, 02:58 (GMT)
WM: remove tool initialization code

Area initialization handles these cases now.
November 28, 2018, 02:50 (GMT)
WM: avoid re-initializing tools while resizing areas

Every update caused the gizmo to be recreated.
November 28, 2018, 02:41 (GMT)
Fix tool not being initialized switching windows
November 28, 2018, 01:16 (GMT)
RNA: disable animating sequence channel, lock
November 28, 2018, 00:50 (GMT)
Scene: 3D cursor rotation wasn't initialized
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021