Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-11-03 22:04:44 +11:00
23 changed files with 52 additions and 50 deletions

View File

@@ -541,7 +541,7 @@ class InvisibleObjectExportTest(AbstractAlembicTest):
This test only tests a small subset of the functionality that is required to
export invisible objects. It just tests that the visibility property is
written, and that it has the correct initial value. This is a limitation
caused by these tests relying on `abcls`.
caused by these tests relying on ``abcls``.
"""
@with_tempdir

View File

@@ -21,7 +21,7 @@ id_type = bpy.types.Scene
def seq_items_xform(data, xform_fn):
"""
Recursively expand items using `xform_fn`.
Recursively expand items using ``xform_fn``.
"""
if hasattr(data, "__len__"):
return tuple(seq_items_xform(v, xform_fn) for v in data)

View File

@@ -112,7 +112,7 @@ class UnitTesting(ViewLayerTesting):
def test_scene_read_collections(self):
"""
See if read is working for scene collections
(run `test_scene_write_colections` first)
(run ``test_scene_write_colections`` first).
"""
import os
@@ -129,7 +129,7 @@ class UnitTesting(ViewLayerTesting):
def test_scene_read_layers(self):
"""
See if read is working for scene layers
(run `test_scene_write_layers` first)
(run ``test_scene_write_layers`` first).
"""
import os