Revision 3c10de2 by Campbell Barton 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. |
Revision 3982d3c by Campbell Barton March 1, 2019, 12:00 (GMT) |
WM: add gesture variable to detect first execution Needed for circle select to replace the current selection. |
Revision 9f77c20 by Philipp Oeser 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 |
Revision cbbdb52 by Campbell Barton 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. |
Revision e795dd4 by Brecht Van Lommel 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. |
Revision 3150946 by William Reynish March 1, 2019, 09:45 (GMT) |
UI: Make Auto Smooth panel open by default |
Revision 2a731ad by Sergey Sharybin 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. |
Revision 0451043 by Sergey Sharybin 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! |
Revision 1915b53 by Stefan Werner 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. |
Revision 90526e1 by Campbell Barton 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. |
Revision 5e32bd4 by Campbell Barton March 1, 2019, 05:38 (GMT) |
Cleanup: Use braces in event matching logic Also no need to map the event type for inactive keys. |
Revision 98bb22a by Campbell Barton March 1, 2019, 03:08 (GMT) |
Fix object mode lasso de-selection Lasso actions that only de-selected were handled as if nothing changed. |
Revision 1bb71a8 by Campbell Barton March 1, 2019, 02:21 (GMT) |
Cleanup: de-duplicate RNA array default args |
Revision 3bcad47 by Campbell Barton March 1, 2019, 02:06 (GMT) |
Revision 69665bc by Campbell Barton 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. |
Revision 795effc by Brecht Van Lommel March 1, 2019, 01:12 (GMT) |
Fix T61825: animated images not working immediately when enabling auto refresh. |
Revision e519483 by Brecht Van Lommel March 1, 2019, 00:39 (GMT) |
Fix T61929: crash on undo in some files with local view. |
Revision 805f8f8 by Campbell Barton February 28, 2019, 23:56 (GMT) |
Comments: add comments for new transform struct members. |
Revision c18289d by Campbell Barton February 28, 2019, 23:56 (GMT) |
Cleanup: minor improvements to transform comments. |
Revision 5564601 by Campbell Barton February 28, 2019, 23:56 (GMT) |
Cleanup: Use const for static number. Also use double indent instead of mixed tab/spaces. |
|
|
|


Master Commits
MiikaHweb | 2003-2021