Merge branch 'blender-v4.3-release'

This commit is contained in:
Bastien Montagne
2024-11-11 16:17:04 +01:00
12 changed files with 276 additions and 201 deletions

View File

@@ -16,4 +16,3 @@ that can be troublesome and avoid practices that are known to cause instability.
info_gotchas_meshes.rst
info_gotchas_armatures_and_bones.rst
info_gotchas_file_paths_and_encoding.rst

View File

@@ -202,6 +202,15 @@ interactively by the user is the only way to make sure that the script doesn't b
guarantee of any kind that it will be safe and consistent. Use it at your own risk.
Modifying Blender Data & Undo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
In general, when Blender data is modified, there should always be an undo step created for it.
Otherwise, there will be issues, ranging from invalid/broken undo stack, to crashes on undo/redo.
This is especially true when modifying Blender data :ref:`in operators <operator_modifying_blender_data_undo>`.
Undo & Library Data
^^^^^^^^^^^^^^^^^^^