[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33751] trunk/blender/release/scripts/ui/ properties_render.py: Render Buttons UI:

Thomas Dinges dingto at gmx.de
Fri Dec 17 19:25:08 CET 2010


Revision: 33751
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33751
Author:   dingto
Date:     2010-12-17 19:25:08 +0100 (Fri, 17 Dec 2010)

Log Message:
-----------
Render Buttons UI:
* Fixed a small alignment issue (Aspect Ratio/ Frame Rate Columns)

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/properties_render.py

Modified: trunk/blender/release/scripts/ui/properties_render.py
===================================================================
--- trunk/blender/release/scripts/ui/properties_render.py	2010-12-17 17:51:43 UTC (rev 33750)
+++ trunk/blender/release/scripts/ui/properties_render.py	2010-12-17 18:25:08 UTC (rev 33751)
@@ -527,6 +527,7 @@
         row.menu("RENDER_MT_presets", text=bpy.types.RENDER_MT_presets.bl_label)
         row.operator("render.preset_add", text="", icon="ZOOMIN")
         row.operator("render.preset_add", text="", icon="ZOOMOUT").remove_active = True
+        
         split = layout.split()
 
         col = split.column()
@@ -554,8 +555,6 @@
         sub.prop(scene, "frame_step", text="Step")
 
         sub.label(text="Frame Rate:")
-
-        sub = col.column(align=True)
         sub.prop(rd, "fps")
         sub.prop(rd, "fps_base", text="/")
         subrow = sub.row(align=True)





More information about the Bf-blender-cvs mailing list