📋 Metadata
- Author: roaoao
- Date: 2019-02-08 21:33:52
- Type:
answer - Reply to: post_01928
💬 Content
Colacuve:
bpy.data.screens[“Layout”].shading.light = ‘STUDIO’
bpy.data.screens[“Layout”].shading.color_type = ‘TEXTURE’
Try this instead:
C.space_data.shading.light = 'STUDIO'
C.space_data.shading.color_type = 'TEXTURE'
❤️ 1 likes