📋 Metadata

💬 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


🔗 View on Blender Artists