Google Summer of Code project: "Smoke Simulator Improvements & Fire".
Documentation & Test blend files: ------------------ http://wiki.blender.org/index.php/User:MiikaH/GSoC-2012-Smoke-Simulator-Improvements Credits: ------------------ Miika Hamalainen (MiikaH): Student / Main programmer Daniel Genrich (Genscher): Mentor / Programmer of merged patches from Smoke2 branch Google: For Google Summer of Code 2012
This commit is contained in:
@@ -887,8 +887,12 @@ class TEXTURE_PT_mapping(TextureSlotPanel, Panel):
|
||||
col = split.column()
|
||||
if tex.texture_coords in {'ORCO', 'UV'}:
|
||||
col.prop(tex, "use_from_dupli")
|
||||
if (idblock.type == 'VOLUME' and tex.texture_coords == 'ORCO'):
|
||||
col.prop(tex, "use_map_to_bounds")
|
||||
elif tex.texture_coords == 'OBJECT':
|
||||
col.prop(tex, "use_from_original")
|
||||
if (idblock.type == 'VOLUME'):
|
||||
col.prop(tex, "use_map_to_bounds")
|
||||
else:
|
||||
col.label()
|
||||
|
||||
|
Reference in New Issue
Block a user