Revision 489c015 by Brecht Van Lommel 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. |
Revision a6f9e0d by William Reynish March 25, 2019, 12:40 (GMT) |
UI: Add Copy/Paste to top level Outliner context menus |
Revision c97e291 by William Reynish 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. |
Revision a74b571 by Sergey Sharybin March 25, 2019, 10:23 (GMT) |
Merge branch 'blender2.7' |
Revision 0f97925 by Sergey Sharybin 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 |
Revision 1383986 by Bastien Montagne March 25, 2019, 10:05 (GMT) |
Merge branch 'blender2.7' |
Revision d46cb48 by Bastien Montagne 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 |
Revision ccf7630 by Brecht Van Lommel March 25, 2019, 09:47 (GMT) |
Fix T62912: Blender 2.7 keymap missing ctrl+tab select mode switching. |
Revision 5aaf67c by Bastien Montagne March 25, 2019, 09:46 (GMT) |
Merge branch 'blender2.7' |
Revision cfe044b by Bastien Montagne March 25, 2019, 09:34 (GMT) |
Revision a3e9b61 by Campbell Barton 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. |
Revision d8d0612 by Campbell Barton 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. |
Revision 14b60c3 by Bastien Montagne 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. |
Revision 94388d6 by Bastien Montagne 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 |
Revision c1f8b97 by Bastien Montagne 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 6d8a945 by Campbell Barton March 25, 2019, 08:30 (GMT) |
UI: replace popovers with prop_popover_enum |
Revision a5bbfd9 by Campbell Barton March 25, 2019, 08:21 (GMT) |
UI: add icon_only option to prop_popover_enum |
Revision 2fa0a9a by Campbell Barton March 25, 2019, 08:08 (GMT) |
Error in last commit |
Revision e583642 by Campbell Barton 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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021