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. |
October 28, 2021, 09:23 (GMT) |
Merge remote-tracking branch 'origin/blender-v3.0-release' |
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:19 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
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. |
October 28, 2021, 09:09 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
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. |
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. |
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. |
October 28, 2021, 06:49 (GMT) |
Merge branch 'blender-v3.0-release' |
October 28, 2021, 06:49 (GMT) |
Merge branch 'blender-v3.0-release' |
October 28, 2021, 06:47 (GMT) |
Cleanup: warning in 2a2d873124111b5fcbc2c3c59f73fd1f946c3548 |
October 28, 2021, 06:45 (GMT) |
Merge branch 'blender-v3.0-release' |
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. |
October 28, 2021, 06:11 (GMT) |
Fix fallback tools for the sequence editor Only regions with gizmos were checking for fallback tools. |
October 28, 2021, 05:56 (GMT) |
Merge branch 'blender-v3.0-release' |
October 28, 2021, 05:56 (GMT) |
Merge branch 'blender-v3.0-release' |
October 28, 2021, 05:52 (GMT) |
Sequencer: support basic selection & delete from previews Expose select & strip menus and shortcuts for sequencer preview. |
October 28, 2021, 03:40 (GMT) |
Cleanup: use sections for key-map definition |
|
|
|


Master Commits
MiikaHweb | 2003-2021