You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "ambf_addon.py", line 120, in set_view_transform_orientation_to_local:
bpy.context.scene.transform_orientation_slots[0].type = 'LOCAL'
Attribute Error: '_Restrict Context' object has not attribute 'scene'
This line works for Blender 3.x and not for 2.9x.
The text was updated successfully, but these errors were encountered:
adnanmunawar
changed the title
Blender 2.9x Attribute Error: '_Restrict Context' object has not attribute 'scene'
Blender 2.9x Attribute Error: '_Restrict Context' object has no attribute 'scene'
Mar 27, 2023
File "ambf_addon.py", line 120, in set_view_transform_orientation_to_local:
bpy.context.scene.transform_orientation_slots[0].type = 'LOCAL'
Attribute Error: '_Restrict Context' object has not attribute 'scene'
This line works for Blender 3.x and not for 2.9x.
The text was updated successfully, but these errors were encountered: