Blender Git Commits

Blender Git "master" branch commits.

Page: 1306 / 5574

March 1, 2019, 12:09 (GMT)
3D View: avoid redundant circle select updates

This refreshes on cursor motion so it's worth avoiding redundant
updates, especially for multi-object edit-modes where many objects
aren't even near the object being selected.

This commit also moves to passing eSelectOp to circle select functions
in preparation for adding a select mode tool option.
March 1, 2019, 12:00 (GMT)
WM: add gesture variable to detect first execution

Needed for circle select to replace the current selection.
March 1, 2019, 11:51 (GMT)
Fix T62053: Composite rendering more images than needed

Reviewers: brecht

Maniphest Tasks: T62053

Differential Revision: https://developer.blender.org/D4432
March 1, 2019, 11:27 (GMT)
3D View: move particle circle select out of object mode loop

This doesn't support multi-object editing, no reason to check others.
March 1, 2019, 10:14 (GMT)
Revert "UI: File menu tweaks."

This reverts commit b104b3cdcff and 04baefcc2fc. Changes to core UI like
this should go through review, and doing them during Beta development is
not generally the right moment unless they fix an important problem.
March 1, 2019, 09:45 (GMT)
UI: Make Auto Smooth panel open by default
March 1, 2019, 09:25 (GMT)
Fix T62015: Duplicating object, rotating, pivot point not used

Was caused by another fix in the area, and root to the wrong though that
transformation is only initialized from a fully evaluated dependency graph.

The latter one is not a case when changing transformation mode.

Solved by copying transform to an evaluated object.
March 1, 2019, 09:03 (GMT)
Fix flag on wrong object being modified

The intention was to disable constraints prior evaluation of
the object.

Spotted by Campbell, thanks!
March 1, 2019, 09:01 (GMT)
build_environment: Fixed `make deps` on macOS

Two changes:
Removed the explicit version for the macOS SDK, recent
versions of Xcode have a symlink to the newest SDK.
Fixed the build script for OpenMP by removing extra ' marks that
install_name_tool took literally and replaced INSTALL_PATH with
INSTALL_DIR.
March 1, 2019, 05:59 (GMT)
WM: improve support for binding actions to modifier keys

Previously a modifier key-map type only worked when the same key was
enabled as a modifier as well.

This allows for users to assign an action to double-tap-shift for eg.
March 1, 2019, 05:38 (GMT)
Cleanup: Use braces in event matching logic

Also no need to map the event type for inactive keys.
March 1, 2019, 03:08 (GMT)
Fix object mode lasso de-selection

Lasso actions that only de-selected were handled as if nothing changed.
March 1, 2019, 02:21 (GMT)
Cleanup: de-duplicate RNA array default args
March 1, 2019, 02:06 (GMT)
Fix T62068: rotation incorrectly re-uses axis

Regression in recent transform changes.
March 1, 2019, 01:41 (GMT)
RNA: move cursor into own struct

Without this it's impractical to subscribe to any change to the cursor.

Fixes T61969 by having gizmos update on any change to the cursor.
March 1, 2019, 01:12 (GMT)
Fix T61825: animated images not working immediately when enabling auto refresh.
March 1, 2019, 00:39 (GMT)
Fix T61929: crash on undo in some files with local view.
February 28, 2019, 23:56 (GMT)
Comments: add comments for new transform struct members.
February 28, 2019, 23:56 (GMT)
Cleanup: minor improvements to transform comments.
February 28, 2019, 23:56 (GMT)
Cleanup: Use const for static number.

Also use double indent instead of mixed tab/spaces.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021