Revision c1da8d8 by William Reynish March 21, 2019, 17:25 (GMT) |
UI: Use better flow layout Flow layout needs columns defined to work properly |
Revision b6ad987 by William Reynish March 21, 2019, 15:36 (GMT) |
UI: Spelling: fix wrong apostrophe |
Revision ad8566d by William Reynish March 21, 2019, 15:31 (GMT) |
UI: Fix wrong spelling Effect vs Affect |
Revision a3b9f20 by William Reynish March 21, 2019, 15:30 (GMT) |
UI: make UI label clearer for Affect Rotation |
Revision 82507ec by William Reynish March 21, 2019, 15:30 (GMT) |
UI: align header to the left Since it's a header, this makes the hierarchy clearer |
Revision 56c9409 by Bastien Montagne March 21, 2019, 15:24 (GMT) |
Fix flow layout for camera data Viewport Display panel. Flow layout needs sub-layouts to properly identify 'cells' of its grid. |
Revision 196e392 by William Reynish March 21, 2019, 15:05 (GMT) |
Use 'show_' prefix convention for composition guides |
Revision 6f38d27 by William Reynish March 21, 2019, 14:09 (GMT) |
UI: Correct tooltips for composition guides |
Revision a0c9095 by William Reynish March 21, 2019, 14:01 (GMT) |
UI: Put camera composition guides in standard sub-panel Before we were using a very inconsistent toggle-menu for this. Just use standard UI here instead. |
Revision e4694c0 by Campbell Barton March 21, 2019, 13:55 (GMT) |
UI: replace button open event with activate on init No user visible change. |
Revision 2b21e7a by Sergey Sharybin March 21, 2019, 13:41 (GMT) |
Fix T62768: Softbody cache still not updated correctly There was missing flush from transform update to the point cache reset. Caused by the fact that when update happens in the "middle" of component all the component operations will be tagged for update (since the intermediate state is not stored), but that will not flush updates to other operations since that would cause too much of updates. This now we tag point cache for reset after evaluation operation but before final transform and before rigid body world. |
Revision b832f6f by Jeroen Bakker March 21, 2019, 13:35 (GMT) |
Fix T62810: AA reversed in workbench Due to recent changes the AA was not rendered in the viewport when not interacting. When interacting it was. This was due to incorrect detemination to perform TAA. |
Revision 9a09246 by Campbell Barton March 21, 2019, 13:32 (GMT) |
WM: enable activate on init for wmOperatorType.prop This enables popups to edit text when displayed, use for new collection popup. |
Revision 19dc7f7 by Bastien Montagne March 21, 2019, 13:12 (GMT) |
Install_deps: add clang-format packages. Even though that one is not really useful just to build Blender, we can as well explicitely include it here, since all 'default' Blender builds will include full clang/llvm stack anyway (for Cycles and deps)... |
Revision dd11324 by Campbell Barton March 21, 2019, 13:07 (GMT) |
Docs: update examples for 2.8x Use fields for properties |
Revision bd1299f by Campbell Barton March 21, 2019, 12:03 (GMT) |
Keymap: Use F4 for file context menu - Replace Window context menu with File menu. This was recently removed however artists in the studio use link/append often. - Add preferences to this menu so `F4, PKey` can still be used as a quick way to access preferences. |
Revision 75b14db by Jacques Lucke March 21, 2019, 11:38 (GMT) |
Fix T62808: Hair shape cut crash Reviewers: sergey Differential Revision: https://developer.blender.org/D4565 |
Revision fbceac9 by Bastien Montagne March 21, 2019, 10:17 (GMT) |
Cleanup: Outliner: remove warning about no undo of ID deletion. ID deletion is undoable nowadays... |
Revision 8314c31 by Bastien Montagne March 21, 2019, 08:47 (GMT) |
Fix clipboard copying collections when copying objects from 3DView. This was inherited from 2.7x behavior with groups, but in 2.8 collections are also used as 2.7x layers, which turns to be a problem when pasting back clipboard content, since it would instantiate collections instead of objects, quickly leading to tens of new collections in the viewlayer... Instead, we only copy selected objects from the 3DView now. On paste time, those will be added to the active collection. Last part of fixes related to T61670. |
Revision b346a7c by Antonio Vazquez March 21, 2019, 08:29 (GMT) |
Fix T62802: Layer order inverted in Outliner |
|
|
|


Master Commits
MiikaHweb | 2003-2021