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
when i run "blender --background hmr/csv_to_bvh.blend -noaudio -P hmr/csv_to_bvh.py",then will have an error:
bpy.data.objects['rig'].select = True
AttributeError: 'Object' object has no attribute 'select'
The text was updated successfully, but these errors were encountered:
when i run "blender --background hmr/csv_to_bvh.blend -noaudio -P hmr/csv_to_bvh.py",then will have an error:
bpy.data.objects['rig'].select = True
AttributeError: 'Object' object has no attribute 'select'
The text was updated successfully, but these errors were encountered: