Merge branch 'blender-v4.3-release'
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user