March 25, 2019, 09:34 (GMT) |
March 25, 2019, 09:34 (GMT) |
RNA: add UILayout.prop_with_menu function Matches prop_with_popover, supporting menu types, useful if we want to control behavior of enum switching. |
March 25, 2019, 09:34 (GMT) |
RNA: rename prop_popover_enum to prop_with_popover A version for menu's is going to be added next and we already have UILayout.prop_menu_enum. This name indicates the popover is added behavior instead of a different kind of widget. |
March 25, 2019, 09:19 (GMT) |
Cleanup: UI messages of copy/paste in 3DView. Remove references to buffer or temp file, some other minor edits. |
March 25, 2019, 09:09 (GMT) |
Add copy/paste of any IDs in Outliner. This adds entries to copy/paste (selected) IDs in the Outliner, as well as usual ctrl-C/ctrl-V shortcuts. Note that the clipboard is shared with other IDs copying (currently, the one for objects in 3DView). Reviewers: brecht, dfelinto, billreynish, pablovazquez Differential Revision: https://developer.blender.org/D4568 |
March 25, 2019, 09:09 (GMT) |
Copy/Paste: refactor to be able to paste any kind of IDs, by type. This commit does not add anything new from user perspective, but make it possible to paste any kind of IDs, not only objects/collections. Will be used by new copy/paste in the outliner in next commit. |
Revision bf8a98f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 25, 2019, 08:57 (GMT) |
experimental lazy fgraph evaluation |
March 25, 2019, 08:30 (GMT) |
UI: replace popovers with prop_popover_enum |
March 25, 2019, 08:21 (GMT) |
UI: add icon_only option to prop_popover_enum |
March 25, 2019, 08:08 (GMT) |
Error in last commit |
March 25, 2019, 08:05 (GMT) |
UI: add UILayout.prop_popover_enum function Support for RNA enum buttons that activate popovers when clicked. This means we get useful tooltips, shortcuts and Ctrl-Wheel cycling over enum items. It also avoids inconvenient & slow access of enum values currently done via RNA type lookups on the type to get the name & icon to use for a regular popover button. Resolves T57738 |
March 25, 2019, 05:21 (GMT) |
Cleanup: simplify toggle button logic |
March 25, 2019, 04:41 (GMT) |
March 25, 2019, 04:40 (GMT) |
Gizmo: add option to move & dial gizmos to select as filled Draw as an outline while using solid selection. |
March 25, 2019, 03:49 (GMT) |
March 25, 2019, 03:48 (GMT) |
RNA: error on register when classes use invalid identifiers Ensure conventions are met since we're in beta and all instances should be updated before release. |
March 25, 2019, 03:13 (GMT) |
Fix T62859: UV circle select options don't work |
March 25, 2019, 02:33 (GMT) |
March 25, 2019, 01:19 (GMT) |
Cleanup: return argument naming |
March 25, 2019, 00:55 (GMT) |
Cleanup: style (render module) |
|
|
|


Master Commits
MiikaHweb | 2003-2021