October 28, 2021, 11:38 (GMT) |
LineArt: Fix(unreported) depsgraph camera error This fixes unintentional line art error when custom camera doesn't exist, now not adding custom camera relation in this case. |
October 28, 2021, 11:38 (GMT) |
LineArt: Fix(unreported) Material mask panel logic The logic should be: show material mask panel if in_front is on, it was inverted unintentionally. |
Revision 5f1107f by Bastien Montagne October 28, 2021, 10:01 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision aebb3d3 by Bastien Montagne October 28, 2021, 09:57 (GMT) |
Fix (unreported) potential issue in new `BKE_libblock_relink_to_newid_new` Remapping code could call collection resync code while processing remapping, which is a good way to crash by accessing no-more-valid pointers. Similar issue as with liboverrides resync, fixed the same way by preventing any collection resync until whole remapping has been done. This was probably not an issue in practice in current code, since this is only used by append code currently, which should not affect layers/collections in current scene yet. |
Revision 2898431 by Sybren A. Stüvel October 28, 2021, 09:24 (GMT) |
Python doc generator: add missing `selected_ids` context key Add the context key I introduced in rB03c0581c6ed to the Python API docs generator. No functional changes to Blender. |
Revision 2f8ed53 by Sybren A. Stüvel October 28, 2021, 09:23 (GMT) |
Merge remote-tracking branch 'origin/blender-v3.0-release' |
Revision be7ce7c by Sybren A. Stüvel October 28, 2021, 09:22 (GMT) |
View3D Context: use correct data type `CTX_data_selected_objects()` returns a `ListBase` of `CollectionPointerLink`, not `PointerRNA`. This caused an alignment issue, resulting in `owner_id == NULL` reported in T92507. Correcting the pointer type fixed this. In the end, the same pointer is used as before this commit, but the way it is obtained is actually correct. |
October 28, 2021, 09:17 (GMT) |
LineArt: Fix(unreported) Material mask panel logic The logic should be: show material mask panel if in_front is on, it was inverted unintentionally. |
October 28, 2021, 09:13 (GMT) |
LineArt: Fix(unreported) depsgraph camera error This fixes unintentional line art error when custom camera doesn't exist, now not adding custom camera relation in this case. |
Revision 2501d00 by Sybren A. Stüvel October 28, 2021, 08:32 (GMT) |
Python doc generator: raise explanatory error when context key is missing When a new key is added to the context, it also needs to be added to the `sphinx_doc_gen.py` file for generating the Python API documentation. When this isn't done, the script would raise a generic `KeyError`. Now it explains what needs to be updated to solve the problem. No functional changes to Blender. |
Revision 4adde62 by Sybren A. Stüvel October 28, 2021, 08:32 (GMT) |
Python doc generator: add missing `selected_ids` context key Add the context key I introduced in rB03c0581c6ed to the Python API docs generator. No functional changes to Blender. |
Revision 45439df by Campbell Barton October 28, 2021, 06:59 (GMT) |
Preferences: remove special case for copying previous settings This was only needed for skipping version numbers when the numbering scheme changed for 3.0. |
Revision 5568599 by Campbell Barton October 28, 2021, 06:49 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision a7879de by Campbell Barton October 28, 2021, 06:49 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision 8761699 by Campbell Barton October 28, 2021, 06:47 (GMT) |
Cleanup: warning in 2a2d873124111b5fcbc2c3c59f73fd1f946c3548 |
Revision 43c603c by Campbell Barton October 28, 2021, 06:45 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision 2a2d873 by Campbell Barton October 28, 2021, 06:42 (GMT) |
Fix T92467: Path Selection broken when Drag is set to Tweak Ctrl-RMB was getting used by "object" selection in edit-mode. Remove selection key-map from fallback tools, rely on the editors key-map for selection. |
Revision 5aeecc0 by Campbell Barton October 28, 2021, 06:11 (GMT) |
Fix fallback tools for the sequence editor Only regions with gizmos were checking for fallback tools. |
Revision 4979537 by Campbell Barton October 28, 2021, 05:56 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision 99b6127 by Campbell Barton October 28, 2021, 05:56 (GMT) |
Merge branch 'blender-v3.0-release' |
|