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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-04-14 22:27:11 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-04-14 22:27:11 +0400
commit4108a47720877b381b21a3bffd2e25ced0fa49d6 (patch)
treefabac98fa60f2e60736456839c6f72ed99e9f3f7 /source/blender/python/api2_2x/doc/Render.py
parent442f0d14114017ab02cf9fa194713dd74b99ecd7 (diff)
Adds getTimeCode() to Rendering Context so that you can get current frame in HH:MM:SS:FF string format
Diffstat (limited to 'source/blender/python/api2_2x/doc/Render.py')
-rw-r--r--source/blender/python/api2_2x/doc/Render.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Render.py b/source/blender/python/api2_2x/doc/Render.py
index d12629fc723..61454cfab53 100644
--- a/source/blender/python/api2_2x/doc/Render.py
+++ b/source/blender/python/api2_2x/doc/Render.py
@@ -103,6 +103,13 @@ class RenderData:
play animation of rendered images/avi (searches Pics: field).
"""
+ def getTimeCode():
+ """
+ Get the current frame as a string in HH:MM:SS:FF format
+ @rtype: string
+ @return: current frame as a string in HH:MM:SS:FF format
+ """
+
def setRenderPath(path):
"""
Set the path to where the renderer will write to.