Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Render.py')
-rw-r--r--source/blender/python/api2_2x/doc/Render.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Render.py b/source/blender/python/api2_2x/doc/Render.py
index 00708295bf8..4fa6d2945b0 100644
--- a/source/blender/python/api2_2x/doc/Render.py
+++ b/source/blender/python/api2_2x/doc/Render.py
@@ -268,6 +268,10 @@ class RenderData:
@ivar mapNew: New mapping value (in frames).
Values are clamped to the range [1,900].
@type mapNew: int
+ @ivar set: The scene linked as a set to this scene. Values are an existing
+ scene or None (setting to None clears the set). The scene argument cannot
+ cause a circular link.
+ @type set: BPy_Scene or None
"""
def currentFrame(frame = None):