March 1, 2019, 12:43 (GMT) |
Cleanup: use unsigned types in 3D view editor |
Revision 7333478 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 1, 2019, 12:41 (GMT) |
refactor function generation from data flow nodes |
Revision 4a502be by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 1, 2019, 12:40 (GMT) |
fix |
March 1, 2019, 12:21 (GMT) |
Tool System: add a mode option to 3D view circle select Support only basic operations: new/add/subtract. |
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 |
Revision d26f366 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 1, 2019, 09:32 (GMT) |
Merge branch 'master' into functions |
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) |
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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021