Page Menu
Home
Search
Configure Global Search
Log In
Files
F16525
color.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
B M (tnboma)
Nov 13 2013, 3:19 PM
Size
826 B
Subscribers
None
color.patch
View Options
Index: intern/cycles/blender/addon/ui.py
===================================================================
--- intern/cycles/blender/addon/ui.py (revision 40673)
+++ intern/cycles/blender/addon/ui.py (working copy)
@@ -94,15 +94,18 @@
scene = context.scene
cscene = scene.cycles
+ rd = context.scene.render
split = layout.split()
col = split.column();
col.prop(cscene, "film_exposure")
col.prop(cscene, "film_transparent")
+ col.prop(rd, "use_color_management", text="Gamma Correction")
col = split.column()
sub = col.column(align=True)
+ sub.label(text="Anti Aliasing:")
sub.prop(cscene, "filter_type", text="")
if cscene.filter_type != 'BOX':
sub.prop(cscene, "filter_width", text="Width")
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
09/43/2b9933f924eeb1ac71df40f4f5ea
Event Timeline
Log In to Comment