Blender Git Commit Log

All Blender Git commits.

Page: 2615 / 8462

March 25, 2019, 09:34 (GMT)
Fix T62175: Crash on Undo.

Again nodetree broken code... as usual...
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.
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)
Gizmo: use fill select for scale/transform center

Resolves T58072
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)
UI: Material slot selector for the shader editor

D4583 by @HooglyBoogly
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
Revision 7bfd313 by Alex Strand / Campbell Barton (master)
March 25, 2019, 02:33 (GMT)
Fix T62866: 3D text not filled by default

Regression in bc5b0f7a091c395526370

See D4581
March 25, 2019, 01:19 (GMT)
Cleanup: return argument naming
March 25, 2019, 00:55 (GMT)
Cleanup: style (render module)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021