February 7, 2019, 10:55 (GMT) |
Show all useful metadata fields in editors Is available when doing "View -> Show Metadata". Will draw all the fields which are not part of the stamp at the bottom of the image. Couple of hand-picked fields are ignored, since those are not very useful to be seen. Aimed to ease review of rendered shots. Reviewers: brecht Reviewed By: brecht Subscribers: fsiddi Differential Revision: https://developer.blender.org/D4316 |
February 7, 2019, 10:48 (GMT) |
Fix T59587: Hair dynamics works different when opened in 2.8 Is a missing do-verisoning code in e3d31b8dfbd. Unfortunately, at this point it is rather tricky to tell old and new hair dynamics modifiers apart. Probably easier to accept possible breackage of the files which were created in 2.7 and saved during 2.8 which had incomplete do-version code. |
February 7, 2019, 09:28 (GMT) |
Fix T61272: Undo fails to track multi-edit mode enter/exit Objects leaving edit-mode weren't restored by edit-mode undo steps. |
February 7, 2019, 09:28 (GMT) |
Fix sculpt undo steps not enabling dyntopo Logic to disable dyntopo when entering sculpt mode was applied on undo. |
February 7, 2019, 08:38 (GMT) |
Close metadata panels by default They might be rather long, and not that commonly accessed. |
February 7, 2019, 08:34 (GMT) |
Fix for images without metadata crashing |
February 7, 2019, 02:29 (GMT) |
Fix T61049: Undo dynamic topology sculpt asserts |
February 6, 2019, 23:09 (GMT) |
Cleanup: remove unnecessary undo function |
February 6, 2019, 22:36 (GMT) |
PyAPI: message subscribe option arg now optional |
February 6, 2019, 22:36 (GMT) |
Cleanup: doxy header |
February 6, 2019, 22:13 (GMT) |
Fix T61246: studiolights (un)install problems - studiolights were not installed to their proper subfolder (thus not recognized on blender restart) - they were actually loaded with a wrong path which could lead to deletion of the original source file when uninstalled again |
February 6, 2019, 22:08 (GMT) |
Merge remote-tracking branch 'origin' into openimagedenoise # Conflicts: # build_files/cmake/platform/platform_apple.cmake # source/blender/compositor/CMakeLists.txt # source/blender/nodes/CMakeLists.txt |
February 6, 2019, 21:03 (GMT) |
DRW: support clipping for octahedral & box bones |
February 6, 2019, 20:49 (GMT) |
Fix refresh on resetting header alignment |
February 6, 2019, 20:48 (GMT) |
Remove no-longer needed function |
February 6, 2019, 20:48 (GMT) |
Fixup for outliner visibility not changing disable state Show Inside (shift + click) was still forcing objects to be visible. |
February 6, 2019, 20:13 (GMT) |
Fix (unreported) crash when iterating on depsgraph instances from RNA. This is a follow-up to rBb44e6f2b3d32, for some reason that issue was not detected back then: in some cases, DEG_iterator_objects_next() will free the temp list of dupli objects once it does not need it anymore, henceforth freeing the dupli_object_current memory of the DEGObjectIterData that we are storing in the RNA_Depsgraph_Instances_Iterator struct. And yes, the uglyness of that hack is getting even better now... Found while trying to export dupliobjects with FBX... |
February 6, 2019, 17:06 (GMT) |
Outliner visibility: Respect original viewport enable/disable state Note: We still change it to the collection we are directly isolating/making visible and its parents (in the case of isolating). But no longer its children. Feedback and discussion on D4011. The motivation is that if we don't keep those locked the disable state becomes useless. |
February 6, 2019, 16:13 (GMT) |
Outliner visibility unification: Prevent master collection visibility to change Also satinizing the checks for master collection. The outliner tree iterators already take care of not including the master collection there. |
February 6, 2019, 16:08 (GMT) |
Depsgraph: Fix dependency cycle when rigid body is involved Was introduced by point cache reset on manual edits. Needed to split evaluation and introduce an explicit init key, which allows to hook up relations which are "monitoring" manual edits to the channel. Noticed while looking into T61190. |
|
|
|


Master Commits
MiikaHweb | 2003-2021