Skip to content
Snippets Groups Projects
Commit 898f4ae0 authored by Campbell Barton's avatar Campbell Barton
Browse files

update for change in blender api

parent 8a9d2b32
No related branches found
No related tags found
No related merge requests found
......@@ -250,9 +250,9 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\
for Area in Areas:
if Area.type == 'VIEW_3D':
Area.active_space.viewport_shade = 'TEXTURED'
Area.active_space.show_textured_solid = True
Area.active_space.show_floor = False
Area.spaces.active.viewport_shade = 'TEXTURED'
Area.spaces.active.show_textured_solid = True
Area.spaces.active.show_floor = False
#-------------------------------------------------
# 3D LAYERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment