Revision 58fadb3 by Campbell Barton May 24, 2018, 14:09 (GMT) |
Correct last commit |
Revision ad9278f by Campbell Barton May 24, 2018, 14:00 (GMT) |
UI: re-arrange 3D view menus - Adjusted order and names for better consistency. - Group add/edit/delete into menu sections. - Move UV/Vertex color into 'Face Data' menu, matching 'Edge Data'. - De-duplicate items between vertex/edge/face menu. - Remove undo/redo menu (to be moved into 'Edit' menu). - Remove Auto-Merge & Proportional Editing (already available from the 3D view). Patch from @billreynish w/ edits |
Revision ec809d0 by Dalai Felinto May 24, 2018, 13:56 (GMT) |
Revision 44bab06 by Joshua Leung May 24, 2018, 13:43 (GMT) |
Fix: Name of selected object/bone + current frame in 3D view didn't take region overlap (for headers-on-bottom) into account |
Revision 9406a1f by Dalai Felinto May 24, 2018, 13:26 (GMT) |
Fix cannot apply boolean modifier |
Revision d64fbe9 by Joshua Leung May 24, 2018, 13:26 (GMT) |
Partial Fix for T55165: Camera manipulator was not updating when the focal length ("lens") parameter was changed directly |
Revision 0d768cc by Campbell Barton May 24, 2018, 13:22 (GMT) |
Fix T55177: pose-mode manipulator placement w/ COW |
Revision 40dfb3e by Joshua Leung May 24, 2018, 13:10 (GMT) |
Oops... should rebuild before committing |
Revision 72039cd by Joshua Leung May 24, 2018, 13:05 (GMT) |
Multi Pose: Selecting a bone in one armature doesn't deselect bones in the other armatures This was actually due to missing COW flushing of pose data on the "other" objects (only the active object was getting tagged for updates). |
Revision c788bd0 by Joshua Leung May 24, 2018, 13:05 (GMT) |
Fix: Several pose select operators were not in fact working with COW The following operators are fixed in this commit * POSE_OT_select_linked * POSE_OT_select_grouped * POSE_OT_select_mirror |
Revision fe820eb by Joshua Leung May 24, 2018, 13:05 (GMT) |
Cleanup: Some minor tweaks to code |
Revision dfb959b by Bastien Montagne May 24, 2018, 12:56 (GMT) |
Fix missing ID pointers expansion for ID itself in readfile code. Was breaking static override chaining (static override of a linked datablock that is already a static override in it original lib file). Dummy mistake, thanks to @dfelinto for finding the bug. |
Revision b4106ed by Brecht Van Lommel May 24, 2018, 12:48 (GMT) |
Fix T55175: outliner "Show Active" not working. |
Revision 39aea50 by Campbell Barton May 24, 2018, 12:23 (GMT) |
Fix T55178: Cursor fails to restore on cancel 574c0fe38f332bd97c588029c0075ecba1fe19cd caused complications restoring the cursor. Use WM_cursor_modal_set/restore which is intended for operator use, calling ED_region_cursor_set after an operator runs isn't reliable. |
Revision c1361d2 by Dalai Felinto May 24, 2018, 10:17 (GMT) |
Depsgraph: tag depsgraph for copy-on-write flush when RNA changes Fixes bug with changes to properties not being flushed to the COW data. It fixes T55144. This is the part of rBb4b745b72064 that is required although slow. Which was partially addressed but the rest of the commit, which in turn broke things. So for now let's get RNA to flush slow cow, and deal with the consequences. |
Revision cb3c9cb by Brecht Van Lommel May 24, 2018, 10:02 (GMT) |
Fix T55171: crash with undo and linked collections. Collections created in library file versioning need to be set as coming from the library, otherwise they get freed on undo. |
Revision 8766ab7 by Pablo Vazquez May 24, 2018, 10:01 (GMT) |
Fix Lamps, Empties, Cameras and Speakers not using theme colors |
Revision b2a2983 by Pablo Vazquez May 24, 2018, 09:23 (GMT) |
Slightly smaller triangle collapse icon on panels |
May 24, 2018, 08:38 (GMT) |
Revision 2d05f91 by Julian Eisel May 24, 2018, 08:26 (GMT) |
UI: Add theming support for the status-bar For now not bumping subversion, even though I technically should. We can do if needed, but would like to avoid bumping it every few days... |
|
|
|


Master Commits
MiikaHweb | 2003-2021