Blender Git Commits

Blender Git "master" branch commits.

Page: 1260 / 5574

March 25, 2019, 13:28 (GMT)
Fix T62891: particle even distribution is not even.

CD_ORCO coordinates are stored normalized by convention, this code path did
not store them correctly.
March 25, 2019, 12:40 (GMT)
UI: Add Copy/Paste to top level Outliner context menus
March 25, 2019, 12:30 (GMT)
Keymap: Add support for the Cmd key on macOS for copy/paste in the Outliner.

Consistent with other areas.
March 25, 2019, 10:23 (GMT)
Merge branch 'blender2.7'
March 25, 2019, 10:19 (GMT)
Cleanup: Spelling in comment
March 25, 2019, 10:19 (GMT)
Change remaining FTP server URIs to HTTP(s)

Most of the source tarballs are retrieved via http, but a few remain
that are still downloaded via ftp. This causes some pain with corporate
firewalls, so moving the last two URIs to http helps ease the build process.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D4192
March 25, 2019, 10:05 (GMT)
Merge branch 'blender2.7'
March 25, 2019, 10:04 (GMT)
Include blosc, embree and opencollada into BUILD_NOTES.txt file.

For custom path selected during 'install_deps.sh' using '--source'/'--install', paths for blosc, embree and opencollada are not printed/inclued into BUILD_NOTES.txt file.
As '/opt/lib/<package>' paths are hardcoded into CMakes's Find* modules, this error is not noticeable, but for custom paths it is.
This patch includes those fixes/prints for those packages.

Reviewers: mont29

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D4574
March 25, 2019, 09:47 (GMT)
Fix T62912: Blender 2.7 keymap missing ctrl+tab select mode switching.
March 25, 2019, 09:46 (GMT)
Merge branch 'blender2.7'
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: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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021