2.7 | 2.8 |
---|---|
bpy.types.VIEW3D_MT_object_specials | bpy.types.VIEW3D_MT_object_context_menu |
bpy.types.INFO_MT_add | bpy.types.VIEW3D_MT_mesh_add |
bpy.context.object.data.uv_textures | bpy.context.object.data.uv_layers |
bpy.context.object.users_group | bpy.context.object.users_collection |
bpy.context.scene.objects.active | bpy.context.view_layer.objects.active |
bpy.context.object.select=True | bpy.context.object.select_set(True) |
bpy.context.scene.objects.link | bpy.context.scene.collection.objects.link |
bpy.context.object.draw_type | bpy.context.object.display_type |