Blender API Change Log¶
2.83 to 2.90¶
bpy.types.BakeSettings¶
bpy.types.BlendDataLibraries¶
bpy.types.BrushCapabilitiesSculpt¶
bpy.types.ClothSettings¶
bpy.types.DopeSheet¶
bpy.types.FieldSettings¶
bpy.types.FileSelectIDFilter¶
bpy.types.FluidDomainSettings¶
Added¶
Renamed¶
data_depth ->
bpy.types.FluidDomainSettings.openvdb_data_depth
bpy.types.GPencilFrame¶
bpy.types.GPencilStrokePoint¶
bpy.types.Gizmo¶
bpy.types.BuildGpencilModifier¶
bpy.types.Mesh¶
bpy.types.Scene¶
Function Arguments¶
bpy.types.Scene.alembic_export
(filepath, frame_start, frame_end, xform_samples, geom_samples, shutter_open, shutter_close, selected_only, uvs, normals, vcolors, apply_subdiv, flatten, visible_objects_only, renderable_only, face_sets, subdiv_schema, export_hair, export_particles, packuv, scale, triangulate, quad_method, ngon_method), was (filepath, frame_start, frame_end, xform_samples, geom_samples, shutter_open, shutter_close, selected_only, uvs, normals, vcolors, apply_subdiv, flatten, visible_objects_only, renderable_only, face_sets, subdiv_schema, export_hair, export_particles, compression_type, packuv, scale, triangulate, quad_method, ngon_method)
bpy.types.Screen¶
bpy.types.MultiresModifier¶
bpy.types.OceanModifier¶
bpy.types.SubsurfModifier¶
bpy.types.VertexWeightEditModifier¶
bpy.types.VertexWeightMixModifier¶
bpy.types.VertexWeightProximityModifier¶
bpy.types.MovieTrackingCamera¶
bpy.types.ObjectConstraints¶
bpy.types.PoseBoneConstraints¶
bpy.types.PreferencesEdit¶
bpy.types.PreferencesExperimental¶
Added¶
bpy.types.PreferencesExperimental.use_new_particle_system
Removed¶
use_menu_search
bpy.types.PreferencesView¶
bpy.types.CyclesRenderLayerSettings¶
Added¶
bpy.types.CyclesRenderLayerSettings.denoising_openimagedenoise_input_passes
Removed¶
use_optix_denoising
bpy.types.CyclesRenderSettings¶
Added¶
bpy.types.CyclesRenderSettings.debug_optix_curves_api
bpy.types.CyclesRenderSettings.denoiser
bpy.types.CyclesRenderSettings.preview_denoiser
bpy.types.CyclesRenderSettings.use_denoising
bpy.types.CyclesRenderSettings.use_preview_denoising
Removed¶
preview_denoising
use_bvh_embree
bpy.types.RenderEngine¶
Function Arguments¶
bpy.types.RenderEngine.bake
(depsgraph, object, pass_type, pass_filter, width, height), was (depsgraph, object, pass_type, pass_filter, object_id, pixel_array, num_pixels, depth, result)
bpy.types.CYCLES¶
Function Arguments¶
bpy.types.CYCLES.bake
(self, depsgraph, obj, pass_type, pass_filter, width, height), was (self, depsgraph, obj, pass_type, pass_filter, object_id, pixel_array, num_pixels, depth, result)
bpy.types.Sequence¶
bpy.types.MovieSequence¶
bpy.types.SpaceView3D¶
bpy.types.SpaceUVEditor¶
bpy.types.ToolSettings¶
bpy.types.UILayout¶
Added¶
Removed¶
template_constraint
template_greasepencil_modifier
template_modifier
Function Arguments¶
bpy.types.UILayout.column
(align, heading, heading_ctxt, translate), was (align)bpy.types.UILayout.row
(align, heading, heading_ctxt, translate), was (align)bpy.types.UILayout.template_shaderfx
(), was (data)