Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 571 Bytes

BlenderPythonApiChange.md

File metadata and controls

10 lines (10 loc) · 571 Bytes
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