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:
authorCampbell Barton <ideasman42@gmail.com>2009-10-15 23:18:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-15 23:18:40 +0400
commit5fff9cf6603d4d3d78c0edccc4d6661795c1a1e4 (patch)
tree41b95042d637b7f6a12e76dfe80df5f0408cb1ef /release
parent66725a189e277744f134e4c098c6dbecd979689f (diff)
stamp font size and added rendertime stamp option
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/buttons_render.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/buttons_render.py b/release/scripts/ui/buttons_render.py
index 699fd8d7391..0826c766ce3 100644
--- a/release/scripts/ui/buttons_render.py
+++ b/release/scripts/ui/buttons_render.py
@@ -422,6 +422,7 @@ class RENDER_PT_stamp(RenderButtonsPanel):
col = split.column()
col.itemR(rd, "stamp_time", text="Time")
col.itemR(rd, "stamp_date", text="Date")
+ col.itemR(rd, "stamp_render_time", text="RenderTime")
col.itemR(rd, "stamp_frame", text="Frame")
col.itemR(rd, "stamp_scene", text="Scene")
col.itemR(rd, "stamp_camera", text="Camera")