Folders removed entirely: * //extern/recastnavigation * //intern/decklink * //intern/moto * //source/blender/editors/space_logic * //source/blenderplayer * //source/gameengine This includes DNA data and any reference to the BGE code in Blender itself. We are bumping the subversion. Pending tasks: * Tile/clamp code in image editor draw code. * Viewport drawing code (so much of this will go away because of BI removal that we can wait until then to remove this.
202 KiB
Blender API Change Log
2.56 to 2.57
bpy.types.SplineBezierPoints
Function Arguments
bpy.types.SplineBezierPoints.friction(count), was (number)
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.use_stamp_lens
Removed
use_backbuf
bpy.types.ActionPoseMarkers
Added
bpy.types.ActionPoseMarkers.activebpy.types.ActionPoseMarkers.active_index
bpy.types.SpaceImageEditor
Renamed
curves ->
bpy.types.SpaceImageEditor.curve
bpy.types.Scene
Removed
network_render
bpy.types.SplinePoints
Function Arguments
bpy.types.SplinePoints.use_material_physics(count), was (number)
bpy.types.Area
Added
bpy.types.Area.heightbpy.types.Area.width
bpy.types.SolidifyModifier
Added
bpy.types.SolidifyModifier.material_offsetbpy.types.SolidifyModifier.material_offset_rim
Removed
use_rim_material
bpy.types.UserPreferencesEdit
Removed
use_keyframe_insert_keyingset
bpy.types.MaterialTextureSlot
Added
bpy.types.MaterialTextureSlot.bump_methodbpy.types.MaterialTextureSlot.bump_objectspace
Removed
use_old_bump
bpy.types.ExplodeModifier
Added
bpy.types.ExplodeModifier.particle_uvbpy.types.ExplodeModifier.use_edge_cut
Removed
use_edge_split
bpy.types.Node
Added
bpy.types.Node.label
bpy.types.RigidBodyJointConstraint
Added
bpy.types.RigidBodyJointConstraint.limit_angle_max_xbpy.types.RigidBodyJointConstraint.limit_angle_max_ybpy.types.RigidBodyJointConstraint.limit_angle_max_zbpy.types.RigidBodyJointConstraint.limit_angle_min_xbpy.types.RigidBodyJointConstraint.limit_angle_min_ybpy.types.RigidBodyJointConstraint.limit_angle_min_zbpy.types.RigidBodyJointConstraint.limit_max_xbpy.types.RigidBodyJointConstraint.limit_max_ybpy.types.RigidBodyJointConstraint.limit_max_zbpy.types.RigidBodyJointConstraint.limit_min_xbpy.types.RigidBodyJointConstraint.limit_min_ybpy.types.RigidBodyJointConstraint.limit_min_z
Removed
limit_cone_max
limit_cone_min
limit_generic_max
limit_generic_min
bpy.types.KeyMap
Renamed
items ->
bpy.types.KeyMap.keymap_items
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.backdrop_channelsbpy.types.SpaceNodeEditor.backdrop_xbpy.types.SpaceNodeEditor.backdrop_ybpy.types.SpaceNodeEditor.backdrop_zoombpy.types.SpaceNodeEditor.use_auto_render
bpy.types.SPHFluidSettings
Added
bpy.types.SPHFluidSettings.factor_densitybpy.types.SPHFluidSettings.factor_radiusbpy.types.SPHFluidSettings.factor_repulsionbpy.types.SPHFluidSettings.factor_rest_lengthbpy.types.SPHFluidSettings.factor_stiff_viscositybpy.types.SPHFluidSettings.plasticitybpy.types.SPHFluidSettings.repulsionbpy.types.SPHFluidSettings.spring_framesbpy.types.SPHFluidSettings.stiff_viscositybpy.types.SPHFluidSettings.use_initial_rest_lengthbpy.types.SPHFluidSettings.use_viscoelastic_springsbpy.types.SPHFluidSettings.yield_ratio
Removed
stiffness_near
viscosity_beta
Renamed
viscosity_omega ->
bpy.types.SPHFluidSettings.linear_viscosity
Removed
spring
bpy.types.UILayout
Renamed
operator_enums ->
bpy.types.UILayout.operator_enum
bpy.types.SpaceDopeSheetEditor
Added
bpy.types.SpaceDopeSheetEditor.show_pose_markers
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.edge_path_live_unwrapbpy.types.ToolSettings.proportional_sizebpy.types.ToolSettings.use_keyframe_insert_keyingset
bpy.types.EditBone
Added
bpy.types.EditBone.bbone_xbpy.types.EditBone.bbone_z
Function Arguments
bpy.types.EditBone.bbone_z(self, matrix, scale, roll), was (self, matrix)
bpy.types.ID
Renamed
update ->
bpy.types.ID.update_tag
bpy.types.SpaceGraphEditor
Added
bpy.types.SpaceGraphEditor.use_fancy_drawing
bpy.types.ParticleSystem
Added
bpy.types.ParticleSystem.child_seed
bpy.types.SpaceTimeline
Removed
use_play_3d_editors
use_play_animation_editors
use_play_image_editors
use_play_node_editors
use_play_properties_editors
use_play_sequence_editors
use_play_top_left_3d_editor
bpy.types.Mesh
Added
bpy.types.Mesh.validate
Renamed
show_extra_edge_angle ->
bpy.types.Mesh.show_extra_face_angle
Function Arguments
bpy.types.Mesh.show_extra_face_angle(self, vertices, edges, faces), was (self, verts, edges, faces)
bpy.types.EnumProperty
Added
bpy.types.EnumProperty.default_flag
Renamed
items ->
bpy.types.EnumProperty.enum_items
bpy.types.Screen
Added
bpy.types.Screen.use_play_3d_editorsbpy.types.Screen.use_play_animation_editorsbpy.types.Screen.use_play_image_editorsbpy.types.Screen.use_play_node_editorsbpy.types.Screen.use_play_properties_editorsbpy.types.Screen.use_play_sequence_editorsbpy.types.Screen.use_play_top_left_3d_editor
bpy.types.MirrorModifier
Added
bpy.types.MirrorModifier.use_mirror_merge
bpy.types.Operator
Added
bpy.types.Operator.cancel
bpy.types.Brush
Added
bpy.types.Brush.heightbpy.types.Brush.use_fixed_texture
Renamed
imagepaint_tool ->
bpy.types.Brush.image_tooluse_paint_texture ->
bpy.types.Brush.use_paint_imagevertexpaint_tool ->
bpy.types.Brush.vertex_tool
bpy.types.Key
Renamed
keys ->
bpy.types.Key.key_blocks
bpy.types.CompositorNodeBlur
Added
bpy.types.CompositorNodeBlur.aspect_correction
bpy.types.SpaceTextEditor
Added
bpy.types.SpaceTextEditor.margin_columnbpy.types.SpaceTextEditor.show_margin
bpy.types.GPencilLayer
Added
bpy.types.GPencilLayer.show_x_ray
Removed
active
bpy.types.MarbleTexture
Renamed
noisebasis_2 ->
bpy.types.MarbleTexture.noise_basis_2
bpy.types.Particle
Removed
is_hair
Renamed
keys ->
bpy.types.Particle.hair_keyskeys ->
bpy.types.Particle.particle_keys
bpy.types.Modifier
Added
bpy.types.Modifier.use_apply_on_spline
bpy.types.Property
Added
bpy.types.Property.is_enum_flag
bpy.types.SpaceProperties
Added
bpy.types.SpaceProperties.texture_context
Removed
show_brush_texture
bpy.types.VertexGroups
Added
bpy.types.VertexGroups.remove
Removed
assign
bpy.types.Material
Added
bpy.types.Material.shadow_only_type
bpy.types.RenderLayer
Function Arguments
bpy.types.RenderLayer.shadow_only_type(filename, x, y), was (filename)
bpy.types.Object
Added
bpy.types.Object.is_modified
Renamed
create_dupli_list ->
bpy.types.Object.dupli_list_createcreate_mesh ->
bpy.types.Object.to_meshfree_dupli_list ->
bpy.types.Object.dupli_list_clear
bpy.types.NodeTree
Added
bpy.types.NodeTree.inputsbpy.types.NodeTree.outputs
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.filter_fcurve_namebpy.types.DopeSheet.show_latticesbpy.types.DopeSheet.show_only_matching_fcurves
bpy.types.ActionFCurves
Function Arguments
bpy.types.ActionFCurves.show_only_matching_fcurves(data_path, index, action_group), was (data_path, array_index, action_group)
bpy.types.ShrinkwrapModifier
Added
bpy.types.ShrinkwrapModifier.cull_face
Removed
use_cull_back_faces
use_cull_front_faces
bpy.types.WindowManager
Added
bpy.types.WindowManager.addon_filterbpy.types.WindowManager.addon_searchbpy.types.WindowManager.addon_supportbpy.types.WindowManager.event_timer_addbpy.types.WindowManager.event_timer_remove
bpy.types.WoodTexture
Renamed
noisebasis_2 ->
bpy.types.WoodTexture.noise_basis_2
bpy.types.VertexGroup
Added
bpy.types.VertexGroup.addbpy.types.VertexGroup.removebpy.types.VertexGroup.weight
bpy.types.FCurveKeyframePoints
Added
bpy.types.FCurveKeyframePoints.insert
Function Arguments
bpy.types.FCurveKeyframePoints.insert(count), was (frame, value, replace, needed, fast)
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.outline_width
bpy.types.Image
Added
bpy.types.Image.pixels
bpy.types.Bone
Added
bpy.types.Bone.bbone_xbpy.types.Bone.bbone_z
bpy.types.InputKeyMapPanel
Removed
draw_entry
draw_filtered
draw_hierarchy
draw_keymaps
draw_km
draw_kmi
draw_kmi_properties
indented_layout
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.active_texturebpy.types.ParticleSettings.active_texture_indexbpy.types.ParticleSettings.child_parting_factorbpy.types.ParticleSettings.child_parting_maxbpy.types.ParticleSettings.child_parting_minbpy.types.ParticleSettings.color_maximumbpy.types.ParticleSettings.create_long_hair_childrenbpy.types.ParticleSettings.draw_colorbpy.types.ParticleSettings.effector_amountbpy.types.ParticleSettings.grid_randombpy.types.ParticleSettings.hair_lengthbpy.types.ParticleSettings.hexagonal_gridbpy.types.ParticleSettings.is_fluidbpy.types.ParticleSettings.kink_amplitude_clumpbpy.types.ParticleSettings.kink_flatbpy.types.ParticleSettings.texture_slotsbpy.types.ParticleSettings.timestepbpy.types.ParticleSettings.use_advanced_hair
Removed
reaction_shape
show_material_color
use_animate_branching
use_branching
use_symmetric_branching
bpy.types.MaterialPhysics
Renamed
damping ->
bpy.types.MaterialPhysics.fh_dampingdistance ->
bpy.types.MaterialPhysics.fh_distanceforce ->
bpy.types.MaterialPhysics.fh_forceuse_normal_align ->
bpy.types.MaterialPhysics.use_fh_normal
2.57 to 2.58
bpy_extras
Added
bpy_extrasbpy_extras.view3d_utils
Moved
io_utils ->
bpy_extras.io_utilsimage_utils ->
bpy_extras.image_utilsmesh_utils ->
bpy_extras.mesh_utilsobject_utils ->
bpy_extras.object_utils
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.use_bake_lores_meshbpy.types.RenderSettings.use_bake_multires
bpy.types.Camera
Added
bpy.types.Camera.show_guide
bpy.types.SpaceImageEditor
Added
bpy.types.SpaceImageEditor.zoom
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.lock_camera
bpy.types.RegionView3D
Added
bpy.types.RegionView3D.is_perspective
bpy.types.Scene
Added
bpy.types.Scene.frame_subframe
bpy.types.Area
Removed
active_space
bpy.types.DisplaceModifier
Renamed
texture_coordinate_object ->
bpy.types.DisplaceModifier.texture_coords_object
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.use_camera_lock_parent
bpy.types.DomainFluidSettings
Added
bpy.types.DomainFluidSettings.fluid_mesh_verticesbpy.types.DomainFluidSettings.surface_noobs
bpy.types.Sculpt
Added
bpy.types.Sculpt.use_deform_only
bpy.types.ClothCollisionSettings
Added
bpy.types.ClothCollisionSettings.distance_repelbpy.types.ClothCollisionSettings.repel_force
bpy.types.UILayout
Added
bpy.types.UILayout.template_edit_mode_selection
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.use_snap_project_self
bpy.types.Mesh
Removed
edge_face_count
edge_face_count_dict
edge_loops_from_edges
edge_loops_from_faces
bpy.types.PointDensity
Added
bpy.types.PointDensity.falloff_curvebpy.types.PointDensity.falloff_speed_scalebpy.types.PointDensity.use_falloff_curve
bpy.types.SpaceTextEditor
Added
bpy.types.SpaceTextEditor.use_match_case
bpy.types.Property
Added
bpy.types.Property.is_skip_save
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.anisotropic_filter
bpy.types.Object
Added
bpy.types.Object.empty_image_offset
bpy.types.Image
Added
bpy.types.Image.resolution
2.58 to 2.59
bpy.types.Scene
Function Arguments
bpy.types.Scene.collada_export(filepath, selected), was (filepath)
bpy.types.MultiresModifier
Added
bpy.types.MultiresModifier.use_subsurf_uv
bpy.types.KeyMap
Removed
copy_to_user
Renamed
is_user_defined ->
bpy.types.KeyMap.is_user_modified
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.use_pass_material_index
bpy.types.ToolSettings
Renamed
use_snap_project_self ->
bpy.types.ToolSettings.use_snap_self
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.ndof_fly_helicopterbpy.types.UserPreferencesInput.ndof_lock_horizonbpy.types.UserPreferencesInput.ndof_orbit_invert_axesbpy.types.UserPreferencesInput.ndof_sensitivitybpy.types.UserPreferencesInput.ndof_show_guidebpy.types.UserPreferencesInput.ndof_zoom_invertbpy.types.UserPreferencesInput.ndof_zoom_updown
Removed
edited_keymaps
ndof_pan_speed
ndof_rotate_speed
bpy.types.IDMaterials
Function Arguments
bpy.types.IDMaterials.pop(index, update_data), was (index)
bpy.types.Material
Added
bpy.types.Material.pass_index
bpy.types.RenderLayer
Added
bpy.types.RenderLayer.use_pass_material_index
bpy.types.Object
Added
bpy.types.Object.closest_point_on_mesh
bpy.types.ThemeNodeEditor
Added
bpy.types.ThemeNodeEditor.noodle_curving
bpy.types.ChildOfConstraint
Added
bpy.types.ChildOfConstraint.inverse_matrix
bpy.types.KeyConfigurations
Added
bpy.types.KeyConfigurations.addonbpy.types.KeyConfigurations.user
bpy.types.Image
Added
bpy.types.Image.use_generated_float
bpy.types.KeyMapItem
Added
bpy.types.KeyMapItem.is_user_modified
2.59 to 2.60
bpy.types.MeshTextureFace
Removed
use_image
use_object_color
use_blend_shared
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.ffmpeg_audio_channels
bpy.types.DriverTarget
Added
bpy.types.DriverTarget.transform_space
Removed
use_local_space_transform
bpy.types.Sound
Added
bpy.types.Sound.factorybpy.types.Sound.use_mono
bpy.types.Camera
Added
bpy.types.Camera.view_frame
bpy.types.Scene
Added
bpy.types.Scene.audio_volume
bpy.types.KeyingSet
Added
bpy.types.KeyingSet.refresh
bpy.types.Armature
Added
bpy.types.Armature.deform_method
bpy.types.BlendData
Added
bpy.types.BlendData.speakers
bpy.types.SolidifyModifier
Added
bpy.types.SolidifyModifier.thickness_vertex_group
bpy.types.ThemeGraphEditor
Added
bpy.types.ThemeGraphEditor.handle_auto_clampedbpy.types.ThemeGraphEditor.handle_sel_auto_clamped
bpy.types.CompositorNodeIDMask
Added
bpy.types.CompositorNodeIDMask.use_smooth_mask
bpy.types.Node
Added
bpy.types.Node.parent
bpy.types.Texture
Added
bpy.types.Texture.evaluate
bpy.types.UILayout
Added
bpy.types.UILayout.template_keymap_item_properties
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.use_multipaint
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.ndof_panx_invert_axisbpy.types.UserPreferencesInput.ndof_pany_invert_axisbpy.types.UserPreferencesInput.ndof_panz_invert_axisbpy.types.UserPreferencesInput.ndof_roll_invert_axisbpy.types.UserPreferencesInput.ndof_rotate_invert_axisbpy.types.UserPreferencesInput.ndof_tilt_invert_axis
bpy.types.LockedTrackConstraint
Added
bpy.types.LockedTrackConstraint.head_tail
bpy.types.SpaceGraphEditor
Moved
use_fancy_drawing ->
bpy.types.SpaceGraphEditor.use_beauty_drawing
bpy.types.ParticleSystem
Added
bpy.types.ParticleSystem.dt_frac
bpy.types.Mesh
Added
bpy.types.Mesh.use_paint_mask_vertex
bpy.types.FCurve
Removed
use_auto_handle_clamp
bpy.types.DampedTrackConstraint
Added
bpy.types.DampedTrackConstraint.head_tail
bpy.types.ImageTexture
Added
bpy.types.ImageTexture.use_derivative_map
bpy.types.SoundSequence
Added
bpy.types.SoundSequence.panbpy.types.SoundSequence.pitch
Removed
attenuation
bpy.types.FModifier
Added
bpy.types.FModifier.blend_inbpy.types.FModifier.blend_outbpy.types.FModifier.frame_endbpy.types.FModifier.frame_startbpy.types.FModifier.influencebpy.types.FModifier.use_influencebpy.types.FModifier.use_restricted_range
bpy.types.EnvironmentMap
Added
bpy.types.EnvironmentMap.clearbpy.types.EnvironmentMap.is_validbpy.types.EnvironmentMap.save
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.use_translate_interface
Removed
use_translate_buttons
use_translate_toolbox
bpy.types.LimitDistanceConstraint
Added
bpy.types.LimitDistanceConstraint.head_tailbpy.types.LimitDistanceConstraint.use_transform_limit
bpy.types.MovieSequence
Added
bpy.types.MovieSequence.stream_index
bpy.types.Object
Added
bpy.types.Object.matrix_parent_inverse
bpy.types.SequenceProxy
Added
bpy.types.SequenceProxy.build_100bpy.types.SequenceProxy.build_25bpy.types.SequenceProxy.build_50bpy.types.SequenceProxy.build_75bpy.types.SequenceProxy.build_free_runbpy.types.SequenceProxy.build_free_run_rec_datebpy.types.SequenceProxy.build_record_runbpy.types.SequenceProxy.qualitybpy.types.SequenceProxy.timecode
bpy.types.Sequence
Added
bpy.types.Sequence.waveform
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.show_datablock_filtersbpy.types.DopeSheet.show_speakers
bpy.types.VertexGroup
Added
bpy.types.VertexGroup.lock_weight
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.speaker
bpy.types.Image
Added
bpy.types.Image.packbpy.types.Image.unpack
bpy.types.Curve
Added
bpy.types.Curve.fill_mode
Removed
use_fill_back
use_fill_front
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.adaptive_subframesbpy.types.ParticleSettings.courant_target
2.60 to 2.61
bpy.types.BlendDataGroups
Added
bpy.types.BlendDataGroups.is_updated
bpy.types.BlendDataBrushes
Added
bpy.types.BlendDataBrushes.is_updated
bpy.types.Theme
Added
bpy.types.Theme.clip_editor
bpy.types.BlendData
Added
bpy.types.BlendData.movieclips
bpy.types.BlendDataGreasePencils
Added
bpy.types.BlendDataGreasePencils.is_updated
bpy.types.BlendDataImages
Added
bpy.types.BlendDataImages.is_updated
bpy.types.CompositorNodes
Added
bpy.types.CompositorNodes.clear
bpy.types.BlendDataScenes
Added
bpy.types.BlendDataScenes.is_updated
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.bl_use_shading_nodesbpy.types.RenderEngine.is_animationbpy.types.RenderEngine.is_previewbpy.types.RenderEngine.tag_redrawbpy.types.RenderEngine.tag_updatebpy.types.RenderEngine.updatebpy.types.RenderEngine.update_progressbpy.types.RenderEngine.view_drawbpy.types.RenderEngine.view_update
bpy.types.BackgroundImage
Added
bpy.types.BackgroundImage.clipbpy.types.BackgroundImage.clip_userbpy.types.BackgroundImage.show_background_imagebpy.types.BackgroundImage.sourcebpy.types.BackgroundImage.use_camera_clip
bpy.types.BlendDataMetaBalls
Added
bpy.types.BlendDataMetaBalls.is_updated
bpy.types.SpaceTimeline
Added
bpy.types.SpaceTimeline.cache_dynamicpaint
bpy.types.BlendDataMeshes
Added
bpy.types.BlendDataMeshes.is_updated
bpy.types.BlendDataNodeTrees
Added
bpy.types.BlendDataNodeTrees.is_updated
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.image_settingsbpy.types.RenderSettings.use_shading_nodes
Removed
cineon_black
cineon_gamma
cineon_white
color_mode
exr_codec
exr_preview
exr_zbuf
file_format
file_quality
jpeg2k_depth
jpeg2k_preset
jpeg2k_ycc
use_cineon_log
use_exr_half
use_tiff_16bit
bpy.types.RegionView3D
Added
bpy.types.RegionView3D.view_camera_offsetbpy.types.RegionView3D.view_camera_zoom
bpy.types.Scene
Added
bpy.types.Scene.active_clip
bpy.types.NodeLinks
Added
bpy.types.NodeLinks.clear
bpy.types.BlendDataLattices
Added
bpy.types.BlendDataLattices.is_updated
bpy.types.BlendDataParticles
Added
bpy.types.BlendDataParticles.is_updated
bpy.types.BlendDataWorlds
Added
bpy.types.BlendDataWorlds.is_updated
bpy.types.ObjectConstraints
Added
bpy.types.ObjectConstraints.clear
bpy.types.RenderLayers
Added
bpy.types.RenderLayers.newbpy.types.RenderLayers.remove
bpy.types.Lamp
Added
bpy.types.Lamp.node_treebpy.types.Lamp.use_nodes
bpy.types.CurveSplines
Added
bpy.types.CurveSplines.clear
bpy.types.Screen
Added
bpy.types.Screen.use_play_clip_editors
bpy.types.BlendDataActions
Added
bpy.types.BlendDataActions.is_updated
bpy.types.BlendDataSounds
Added
bpy.types.BlendDataSounds.is_updated
bpy.types.Object
Added
bpy.types.Object.slow_parent_offset
Removed
time_offset
use_time_offset_add_parent
use_time_offset_edit
use_time_offset_parent
use_time_offset_particle
bpy.types.ObjectModifiers
Added
bpy.types.ObjectModifiers.clear
bpy.types.BlendDataMaterials
Added
bpy.types.BlendDataMaterials.is_updated
bpy.types.MetaBallElements
Added
bpy.types.MetaBallElements.clear
bpy.types.NodeSocket
Added
bpy.types.NodeSocket.group_socketbpy.types.NodeSocket.show_expanded
bpy.types.Node
Added
bpy.types.Node.show_texture
bpy.types.CompositorNodeOutputFile
Added
bpy.types.CompositorNodeOutputFile.image_settings
Removed
exr_codec
image_type
quality
use_exr_half
bpy.types.BlendDataTexts
Added
bpy.types.BlendDataTexts.is_updated
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.bundle_solidbpy.types.ThemeView3D.camera_path
bpy.types.Event
Added
bpy.types.Event.unicode
bpy.types.VertexGroups
Added
bpy.types.VertexGroups.clear
bpy.types.TexMapping
Added
bpy.types.TexMapping.mappingbpy.types.TexMapping.mapping_xbpy.types.TexMapping.mapping_ybpy.types.TexMapping.mapping_z
bpy.types.BlendDataObjects
Added
bpy.types.BlendDataObjects.is_updated
bpy.types.BlendDataCurves
Added
bpy.types.BlendDataCurves.is_updated
bpy.types.BlendDataLibraries
Added
bpy.types.BlendDataLibraries.is_updated
bpy.types.ThemeUserInterface
Added
bpy.types.ThemeUserInterface.icon_alphabpy.types.ThemeUserInterface.panel
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.shader_type
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.show_bundle_namesbpy.types.SpaceView3D.show_camera_pathbpy.types.SpaceView3D.show_reconstructionbpy.types.SpaceView3D.tracks_draw_sizebpy.types.SpaceView3D.tracks_draw_type
bpy.types.BlendDataWindowManagers
Added
bpy.types.BlendDataWindowManagers.is_updated
bpy.types.BlendDataScreens
Added
bpy.types.BlendDataScreens.is_updated
bpy.types.BlendDataArmatures
Added
bpy.types.BlendDataArmatures.is_updated
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.tweak_threshold
Removed
ndof_orbit_invert_axes
bpy.types.BlendDataCameras
Added
bpy.types.BlendDataCameras.is_updated
bpy.types.UILayout
Added
bpy.types.UILayout.template_image_settingsbpy.types.UILayout.template_markerbpy.types.UILayout.template_movieclipbpy.types.UILayout.template_node_linkbpy.types.UILayout.template_node_viewbpy.types.UILayout.template_texture_userbpy.types.UILayout.template_track
Function Arguments
bpy.types.UILayout.template_list(data, property, active_data, active_property, prop_list, rows, maxrows, type), was (data, property, active_data, active_property, rows, maxrows, type)
bpy.types.ID
Added
bpy.types.ID.is_updatedbpy.types.ID.is_updated_data
bpy.types.World
Added
bpy.types.World.node_treebpy.types.World.use_nodes
bpy.types.BlendDataTextures
Added
bpy.types.BlendDataTextures.is_updated
bpy.types.ShaderNodes
Added
bpy.types.ShaderNodes.clear
bpy.types.TimelineMarkers
Added
bpy.types.TimelineMarkers.clear
bpy.types.SpaceFileBrowser
Added
bpy.types.SpaceFileBrowser.active_operator
bpy.types.BlendDataSpeakers
Added
bpy.types.BlendDataSpeakers.is_updated
bpy.types.Camera
Added
bpy.types.Camera.angle_xbpy.types.Camera.angle_ybpy.types.Camera.sensor_fitbpy.types.Camera.sensor_heightbpy.types.Camera.sensor_widthbpy.types.Camera.show_sensor
bpy.types.BlendDataLamps
Added
bpy.types.BlendDataLamps.is_updated
bpy.types.TextureNodes
Added
bpy.types.TextureNodes.clear
bpy.types.BlendDataFonts
Added
bpy.types.BlendDataFonts.is_updated
2.61 to 2.62
bpy.types.SpaceTimeline
Added
bpy.types.SpaceTimeline.show_seconds
bpy.types.MovieClipProxy
Added
bpy.types.MovieClipProxy.build_undistorted_100bpy.types.MovieClipProxy.build_undistorted_25bpy.types.MovieClipProxy.build_undistorted_50bpy.types.MovieClipProxy.build_undistorted_75
Removed
build_undistorted
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.unified_paint_settingsbpy.types.ToolSettings.use_uv_sculptbpy.types.ToolSettings.uv_relax_methodbpy.types.ToolSettings.uv_sculptbpy.types.ToolSettings.uv_sculpt_all_islandsbpy.types.ToolSettings.uv_sculpt_lock_bordersbpy.types.ToolSettings.uv_sculpt_tool
Removed
sculpt_paint_use_unified_size
sculpt_paint_use_unified_strength
bpy.types.DupliObject
Added
bpy.types.DupliObject.hide
bpy.types.Curve
Added
bpy.types.Curve.use_fill_caps
bpy.types.DomainFluidSettings
Added
bpy.types.DomainFluidSettings.frame_offsetbpy.types.DomainFluidSettings.simulation_rate
bpy.types.Scene
Removed
collada_export
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.use_pass_diffuse_colorbpy.types.SceneRenderLayer.use_pass_diffuse_directbpy.types.SceneRenderLayer.use_pass_diffuse_indirectbpy.types.SceneRenderLayer.use_pass_glossy_colorbpy.types.SceneRenderLayer.use_pass_glossy_directbpy.types.SceneRenderLayer.use_pass_glossy_indirectbpy.types.SceneRenderLayer.use_pass_transmission_colorbpy.types.SceneRenderLayer.use_pass_transmission_directbpy.types.SceneRenderLayer.use_pass_transmission_indirect
bpy.types.ClothSettings
Added
bpy.types.ClothSettings.vel_damping
bpy.types.FollowTrackConstraint
Added
bpy.types.FollowTrackConstraint.camerabpy.types.FollowTrackConstraint.depth_objectbpy.types.FollowTrackConstraint.object
bpy.types.ImageFormatSettings
Removed
exr_codec
use_jpeg2k_cinema_48
use_jpeg2k_cinema_preset
use_jpeg2k_ycc
bpy.types.Property
Added
bpy.types.Property.translation_context
bpy.types.MovieTrackingTrack
Added
bpy.types.MovieTrackingTrack.use_grayscale_preview
Removed
marker_find_frame
bpy.types.Object
Added
bpy.types.Object.dm_info
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.compute_devicebpy.types.UserPreferencesSystem.compute_device_typebpy.types.UserPreferencesSystem.use_16bit_textures
bpy.types.SpaceClipEditor
Added
bpy.types.SpaceClipEditor.lock_time_cursorbpy.types.SpaceClipEditor.show_blue_channelbpy.types.SpaceClipEditor.show_green_channelbpy.types.SpaceClipEditor.show_red_channelbpy.types.SpaceClipEditor.use_grayscale_preview
Removed
show_grease_pencil
show_pyramid_levels
bpy.types.VertexPaint
Added
bpy.types.VertexPaint.use_group_restrict
bpy.types.DynamicPaintSurface
Added
bpy.types.DynamicPaintSurface.brush_influence_scalebpy.types.DynamicPaintSurface.brush_radius_scalebpy.types.DynamicPaintSurface.color_dry_thresholdbpy.types.DynamicPaintSurface.use_drying
bpy.types.RenderLayer
Added
bpy.types.RenderLayer.use_pass_diffuse_colorbpy.types.RenderLayer.use_pass_diffuse_directbpy.types.RenderLayer.use_pass_diffuse_indirectbpy.types.RenderLayer.use_pass_glossy_colorbpy.types.RenderLayer.use_pass_glossy_directbpy.types.RenderLayer.use_pass_glossy_indirectbpy.types.RenderLayer.use_pass_transmission_colorbpy.types.RenderLayer.use_pass_transmission_directbpy.types.RenderLayer.use_pass_transmission_indirect
bpy.types.MovieTracking
Added
bpy.types.MovieTracking.active_object_indexbpy.types.MovieTracking.objects
bpy.types.MovieTrackingSettings
Added
bpy.types.MovieTrackingSettings.object_distancebpy.types.MovieTrackingSettings.use_default_blue_channelbpy.types.MovieTrackingSettings.use_default_green_channelbpy.types.MovieTrackingSettings.use_default_red_channel
bpy.types.Mesh
Added
bpy.types.Mesh.show_extra_indices
bpy.types.SpaceSequenceEditor
Added
bpy.types.SpaceSequenceEditor.show_seconds
Removed
offset_x
offset_y
zoom
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.ffmpegbpy.types.RenderSettings.use_color_unpremultiply
Removed
ffmpeg_audio_bitrate
ffmpeg_audio_channels
ffmpeg_audio_codec
ffmpeg_audio_mixrate
ffmpeg_audio_volume
ffmpeg_autosplit
ffmpeg_buffersize
ffmpeg_codec
ffmpeg_format
ffmpeg_gopsize
ffmpeg_maxrate
ffmpeg_minrate
ffmpeg_muxrate
ffmpeg_packetsize
ffmpeg_video_bitrate
2.62 to 2.63
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.camerabpy.types.ThemeView3D.empty
bpy.types.KeyingSet
Added
bpy.types.KeyingSet.bl_descriptionbpy.types.KeyingSet.bl_idname
Renamed
name ->
bpy.types.KeyingSet.bl_label
bpy.types.BlendDataScenes
Added
bpy.types.BlendDataScenes.tag
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.camera_override
bpy.types.BackgroundImage
Added
bpy.types.BackgroundImage.show_on_foreground
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.preview_active_layerbpy.types.CyclesRenderSettings.sample_clamp
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.double_threshold
bpy.types.Image
Added
bpy.types.Image.render_slot
bpy.types.MovieTrackingStabilization
Added
bpy.types.MovieTrackingStabilization.filter_type
bpy.types.DomainFluidSettings
Removed
viscosity_preset
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.use_rotations
bpy.types.RegionView3D
Added
bpy.types.RegionView3D.update
bpy.types.Scene
Added
bpy.types.Scene.active_layer
bpy.types.ShaderNodeTexEnvironment
Added
bpy.types.ShaderNodeTexEnvironment.projection
bpy.types.UserPreferencesEdit
Added
bpy.types.UserPreferencesEdit.fcurve_unselected_alpha
bpy.types.MeshTextureFace
Removed
pin_uv
select_uv
bpy.types.Menu
Function Arguments
bpy.types.Menu.path_menu(self, searchpaths, operator, props_default, filter_ext), was (self, searchpaths, operator, props_default)
bpy.types.CompositorNodeDistanceMatte
Added
bpy.types.CompositorNodeDistanceMatte.channel
bpy.types.KeyingSetInfo
Added
bpy.types.KeyingSetInfo.bl_description
bpy.types.KeyingSets
Function Arguments
bpy.types.KeyingSets.new(idname, name), was (name)
bpy.types.CompositorNodeOutputFile
Added
bpy.types.CompositorNodeOutputFile.active_inputbpy.types.CompositorNodeOutputFile.active_input_indexbpy.types.CompositorNodeOutputFile.base_path
Removed
filepath
frame_end
frame_start
Renamed
image_settings ->
bpy.types.CompositorNodeOutputFile.format
bpy.types.CyclesCameraSettings
Added
bpy.types.CyclesCameraSettings.aperture_fstopbpy.types.CyclesCameraSettings.aperture_type
bpy.types.Struct
Added
bpy.types.Struct.translation_context
bpy.types.ThemeSequenceEditor
Added
bpy.types.ThemeSequenceEditor.movieclip_stripbpy.types.ThemeSequenceEditor.preview_back
bpy.types.TexMapping
Renamed
location ->
bpy.types.TexMapping.translation
bpy.types.ThemeTextEditor
Removed
scroll_bar
bpy.types.ThemeUserInterface
Added
bpy.types.ThemeUserInterface.wcol_tooltip
bpy.types.MeshEdge
Removed
is_fgon
bpy.types.Brush
Added
bpy.types.Brush.sculpt_capabilities
Renamed
use_space_atten ->
bpy.types.Brush.use_space_attenuation
bpy.types.ShaderNodeMapping
Renamed
location ->
bpy.types.ShaderNodeMapping.translation
bpy.types.Mesh
Added
bpy.types.Mesh.auto_texspacebpy.types.Mesh.calc_tessfacebpy.types.Mesh.loopsbpy.types.Mesh.polygonsbpy.types.Mesh.tessface_uv_texturesbpy.types.Mesh.tessface_vertex_colorsbpy.types.Mesh.tessfacesbpy.types.Mesh.unit_test_comparebpy.types.Mesh.uv_layer_clonebpy.types.Mesh.uv_layer_clone_indexbpy.types.Mesh.uv_layer_stencilbpy.types.Mesh.uv_layer_stencil_indexbpy.types.Mesh.uv_layers
Removed
faces
layers_float
layers_string
Renamed
layers_int ->
bpy.types.Mesh.polygon_layers_floatlayers_int ->
bpy.types.Mesh.polygon_layers_intlayers_int ->
bpy.types.Mesh.polygon_layers_string
Function Arguments
bpy.types.Mesh.update(calc_edges, calc_tessface), was (calc_edges)
bpy.types.Key
Added
bpy.types.Key.eval_time
bpy.types.LatticeModifier
Added
bpy.types.LatticeModifier.strength
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.quit_dialog
2.63 to 2.64
bpy.types.CyclesLampSettings
Added
bpy.types.CyclesLampSettings.samples
bpy.types.Histogram
Added
bpy.types.Histogram.show_line
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.bone_pose_activebpy.types.ThemeView3D.skin_root
bpy.types.BlendData
Added
bpy.types.BlendData.masks
bpy.types.TextureNodeMixRGB
Added
bpy.types.TextureNodeMixRGB.use_clamp
bpy.types.SmokeCollSettings
Added
bpy.types.SmokeCollSettings.collision_type
bpy.types.CompositorNodes
Added
bpy.types.CompositorNodes.active
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.resolution_xbpy.types.RenderEngine.resolution_ybpy.types.RenderEngine.tile_xbpy.types.RenderEngine.tile_y
Function Arguments
bpy.types.RenderEngine.begin_result(x, y, w, h, layer), was (x, y, w, h)bpy.types.RenderEngine.end_result(result, cancel), was (result)
bpy.types.BackgroundImage
Added
bpy.types.BackgroundImage.draw_depthbpy.types.BackgroundImage.frame_method
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.cell_sizebpy.types.SmokeDomainSettings.densitybpy.types.SmokeDomainSettings.domain_resolutionbpy.types.SmokeDomainSettings.scalebpy.types.SmokeDomainSettings.start_point
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.aa_samplesbpy.types.CyclesRenderSettings.ao_samplesbpy.types.CyclesRenderSettings.blur_glossybpy.types.CyclesRenderSettings.diffuse_samplesbpy.types.CyclesRenderSettings.glossy_samplesbpy.types.CyclesRenderSettings.mesh_light_samplesbpy.types.CyclesRenderSettings.preview_aa_samplesbpy.types.CyclesRenderSettings.preview_start_resolutionbpy.types.CyclesRenderSettings.progressivebpy.types.CyclesRenderSettings.transmission_samples
Removed
blur_caustics
debug_min_size
bpy.types.ActionGroup
Added
bpy.types.ActionGroup.color_setbpy.types.ActionGroup.colors
Removed
custom_color
bpy.types.WipeSequence
Added
bpy.types.WipeSequence.input_1bpy.types.WipeSequence.input_count
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.snap_node_elementbpy.types.ToolSettings.use_proportional_edit_mask
bpy.types.ThemeClipEditor
Added
bpy.types.ThemeClipEditor.space_listbpy.types.ThemeClipEditor.stripsbpy.types.ThemeClipEditor.strips_selected
bpy.types.Image
Added
bpy.types.Image.colorspace_settingsbpy.types.Image.frame_durationbpy.types.Image.gl_touchbpy.types.Image.scalebpy.types.Image.view_as_render
bpy.types.ThemeDopeSheet
Added
bpy.types.ThemeDopeSheet.summary
bpy.types.MovieClipUser
Renamed
current_frame ->
bpy.types.MovieClipUser.frame_current
bpy.types.TransformSequence
Added
bpy.types.TransformSequence.input_1bpy.types.TransformSequence.input_count
bpy.types.ImageSequence
Removed
color_balance
use_color_balance
bpy.types.DupliObject
Added
bpy.types.DupliObject.indexbpy.types.DupliObject.particle_index
bpy.types.RenderSettings
Removed
use_color_management
use_radiosity
bpy.types.Curve
Added
bpy.types.Curve.bevel_factor_endbpy.types.Curve.bevel_factor_start
bpy.types.MovieClip
Added
bpy.types.MovieClip.colorspace_settingsbpy.types.MovieClip.frame_durationbpy.types.MovieClip.frame_offsetbpy.types.MovieClip.frame_start
bpy.types.CompositorNodeTree
Added
bpy.types.CompositorNodeTree.chunk_sizebpy.types.CompositorNodeTree.edit_qualitybpy.types.CompositorNodeTree.render_qualitybpy.types.CompositorNodeTree.two_passbpy.types.CompositorNodeTree.use_opencl
bpy.types.SpaceUVEditor
Removed
cursor_location
pivot_point
bpy.types.RemeshModifier
Added
bpy.types.RemeshModifier.use_smooth_shade
bpy.types.CurveMapping
Added
bpy.types.CurveMapping.update
bpy.types.CompositorNodeMixRGB
Added
bpy.types.CompositorNodeMixRGB.use_clamp
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.use_scale_dupli
bpy.types.SoundSequence
Added
bpy.types.SoundSequence.show_waveform
bpy.types.Scene
Added
bpy.types.Scene.display_settingsbpy.types.Scene.sequence_editor_clearbpy.types.Scene.sequence_editor_createbpy.types.Scene.sequencer_colorspace_settingsbpy.types.Scene.view_settings
Removed
collada_export
bpy.types.Armature
Removed
use_deform_envelopes
use_deform_preserve_volume
use_deform_vertex_groups
bpy.types.MeshUVLoopLayer
Added
bpy.types.MeshUVLoopLayer.name
bpy.types.CurveMap
Added
bpy.types.CurveMap.evaluate
bpy.types.ShaderNodeTexEnvironment
Added
bpy.types.ShaderNodeTexEnvironment.image_user
bpy.types.SolidifyModifier
Added
bpy.types.SolidifyModifier.use_flip_normals
bpy.types.TextureNodeMath
Added
bpy.types.TextureNodeMath.use_clamp
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.layers_excludebpy.types.SceneRenderLayer.samples
bpy.types.CompositorNodeViewer
Added
bpy.types.CompositorNodeViewer.center_xbpy.types.CompositorNodeViewer.center_ybpy.types.CompositorNodeViewer.tile_order
bpy.types.ClothCollisionSettings
Added
bpy.types.ClothCollisionSettings.vertex_group_self_collisions
bpy.types.SpeedControlSequence
Added
bpy.types.SpeedControlSequence.input_1bpy.types.SpeedControlSequence.input_count
bpy.types.ActionConstraint
Added
bpy.types.ActionConstraint.use_bone_object_action
bpy.types.CompositorNodeScale
Added
bpy.types.CompositorNodeScale.frame_methodbpy.types.CompositorNodeScale.offset_xbpy.types.CompositorNodeScale.offset_y
bpy.types.SpaceDopeSheetEditor
Added
bpy.types.SpaceDopeSheetEditor.show_group_colors
bpy.types.MetaSequence
Removed
color_balance
use_color_balance
bpy.types.ShaderNodeMixRGB
Added
bpy.types.ShaderNodeMixRGB.use_clamp
bpy.types.FollowTrackConstraint
Added
bpy.types.FollowTrackConstraint.frame_method
bpy.types.EffectSequence
Removed
color_balance
use_color_balance
bpy.types.ThemeNLAEditor
Added
bpy.types.ThemeNLAEditor.active_actionbpy.types.ThemeNLAEditor.active_action_unsetbpy.types.ThemeNLAEditor.meta_stripsbpy.types.ThemeNLAEditor.meta_strips_selectedbpy.types.ThemeNLAEditor.sound_stripsbpy.types.ThemeNLAEditor.sound_strips_selectedbpy.types.ThemeNLAEditor.transition_stripsbpy.types.ThemeNLAEditor.transition_strips_selectedbpy.types.ThemeNLAEditor.tweakbpy.types.ThemeNLAEditor.tweak_duplicate
Removed
bars
bars_selected
bpy.types.SculptCapabilities
Added
bpy.types.SculptCapabilities.has_overlaybpy.types.SculptCapabilities.has_texture_anglebpy.types.SculptCapabilities.has_texture_angle_source
bpy.types.ImageFormatSettings
Added
bpy.types.ImageFormatSettings.display_settingsbpy.types.ImageFormatSettings.view_settings
bpy.types.Property
Added
bpy.types.Property.is_library_editable
bpy.types.MovieTrackingTrack
Added
bpy.types.MovieTrackingTrack.grease_pencilbpy.types.MovieTrackingTrack.motion_modelbpy.types.MovieTrackingTrack.use_alpha_previewbpy.types.MovieTrackingTrack.use_brutebpy.types.MovieTrackingTrack.use_maskbpy.types.MovieTrackingTrack.use_normalization
Removed
pattern_max
pattern_min
pyramid_levels
search_max
search_min
tracker
bpy.types.CompositorNodeBlur
Added
bpy.types.CompositorNodeBlur.use_variable_size
bpy.types.Object
Added
bpy.types.Object.dm_infobpy.types.Object.is_deform_modifiedbpy.types.Object.layers_local_view
Renamed
animation_visualisation ->
bpy.types.Object.animation_visualization
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.use_gpu_mipmap
Removed
compute_device
compute_device_type
bpy.types.Sequence
Added
bpy.types.Sequence.modifiersbpy.types.Sequence.use_linear_modifiers
Removed
input_1
input_2
input_3
input_count
waveform
bpy.types.ConsoleLine
Added
bpy.types.ConsoleLine.type
bpy.types.Region
Added
bpy.types.Region.view2dbpy.types.Region.xbpy.types.Region.y
bpy.types.SpaceClipEditor
Added
bpy.types.SpaceClipEditor.grease_pencil_sourcebpy.types.SpaceClipEditor.maskbpy.types.SpaceClipEditor.mask_draw_typebpy.types.SpaceClipEditor.pivot_pointbpy.types.SpaceClipEditor.show_graph_hiddenbpy.types.SpaceClipEditor.show_graph_only_selectedbpy.types.SpaceClipEditor.show_mask_smoothbpy.types.SpaceClipEditor.show_seconds
bpy.types.NodeSocket
Added
bpy.types.NodeSocket.hidebpy.types.NodeSocket.is_linked
bpy.types.MovieClipSequence
Removed
color_balance
use_color_balance
bpy.types.Node
Added
bpy.types.Node.colorbpy.types.Node.hidebpy.types.Node.mutebpy.types.Node.selectbpy.types.Node.show_optionsbpy.types.Node.show_previewbpy.types.Node.use_custom_color
bpy.types.SceneSequence
Removed
color_balance
use_color_balance
bpy.types.CompositorNodeOutputFile
Added
bpy.types.CompositorNodeOutputFile.file_slotsbpy.types.CompositorNodeOutputFile.layer_slots
Removed
active_input
bpy.types.ObjectBase
Added
bpy.types.ObjectBase.layers_local_view
bpy.types.CyclesCameraSettings
Added
bpy.types.CyclesCameraSettings.fisheye_fovbpy.types.CyclesCameraSettings.fisheye_lensbpy.types.CyclesCameraSettings.panorama_type
bpy.types.CompositorNodeDefocus
Removed
samples
bpy.types.KeyMapItems
Function Arguments
bpy.types.KeyMapItems.new(idname, type, value, any, shift, ctrl, alt, oskey, key_modifier, head), was (idname, type, value, any, shift, ctrl, alt, oskey, key_modifier)
bpy.types.CollisionSettings
Added
bpy.types.CollisionSettings.stickiness
Removed
stickness
bpy.types.GlowSequence
Added
bpy.types.GlowSequence.input_1bpy.types.GlowSequence.input_count
bpy.types.MovieSequence
Removed
color_balance
use_color_balance
bpy.types.Pose
Renamed
animation_visualisation ->
bpy.types.Pose.animation_visualization
bpy.types.ThemeSequenceEditor
Removed
plugin_strip
bpy.types.IMAGE_UV_sculpt
Added
bpy.types.IMAGE_UV_sculpt.prop_unified_weight
bpy.types.SpaceImageEditor
Added
bpy.types.SpaceImageEditor.cursor_locationbpy.types.SpaceImageEditor.maskbpy.types.SpaceImageEditor.mask_draw_typebpy.types.SpaceImageEditor.modebpy.types.SpaceImageEditor.pivot_pointbpy.types.SpaceImageEditor.show_mask_smoothbpy.types.SpaceImageEditor.show_maskedit
Removed
curve
use_grease_pencil
use_image_paint
bpy.types.UserPreferencesFilePaths
Added
bpy.types.UserPreferencesFilePaths.i18n_branches_directory
Removed
sequence_plugin_directory
texture_plugin_directory
bpy.types.CompositorNodeDilateErode
Added
bpy.types.CompositorNodeDilateErode.edgebpy.types.CompositorNodeDilateErode.falloffbpy.types.CompositorNodeDilateErode.type
bpy.types.ScrewModifier
Added
bpy.types.ScrewModifier.use_smooth_shade
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.cursor_locationbpy.types.SpaceNodeEditor.edit_treebpy.types.SpaceNodeEditor.show_highlightbpy.types.SpaceNodeEditor.use_hidden_preview
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.layers_local_viewbpy.types.SpaceView3D.show_backface_culling
bpy.types.Area
Added
bpy.types.Area.xbpy.types.Area.y
bpy.types.RenderLayer
Added
bpy.types.RenderLayer.layers_exclude
bpy.types.MovieTracking
Added
bpy.types.MovieTracking.dopesheet
bpy.types.MovieTrackingSettings
Added
bpy.types.MovieTrackingSettings.default_motion_modelbpy.types.MovieTrackingSettings.use_default_brutebpy.types.MovieTrackingSettings.use_default_maskbpy.types.MovieTrackingSettings.use_default_normalizationbpy.types.MovieTrackingSettings.use_tripod_solver
Removed
default_pyramid_levels
default_tracker
bpy.types.CompositorNodeIDMask
Renamed
use_smooth_mask ->
bpy.types.CompositorNodeIDMask.use_antialiasing
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.ndof_orbit_sensitivitybpy.types.UserPreferencesInput.ndof_view_rotate_method
bpy.types.Brush
Added
bpy.types.Brush.mask_toolbpy.types.Brush.weight
bpy.types.SpaceSequenceEditor
Added
bpy.types.SpaceSequenceEditor.overlay_type
Removed
use_grease_pencil
bpy.types.MovieTrackingMarkers
Function Arguments
bpy.types.MovieTrackingMarkers.find_frame(frame, exact), was (frame)
bpy.types.UILayout
Added
bpy.types.UILayout.template_colormanaged_view_settingsbpy.types.UILayout.template_colorspace_settings
Function Arguments
bpy.types.UILayout.template_image_settings(image_settings, color_management), was (image_settings)
bpy.types.ID
Added
bpy.types.ID.is_library_indirect
bpy.types.SpaceGraphEditor
Added
bpy.types.SpaceGraphEditor.show_group_colors
bpy.types.Mesh
Added
bpy.types.Mesh.skin_vertices
Removed
sticky
bpy.types.ShaderNodes
Added
bpy.types.ShaderNodes.active
bpy.types.ColorSequence
Added
bpy.types.ColorSequence.input_count
bpy.types.ShaderNodeMath
Added
bpy.types.ShaderNodeMath.use_clamp
bpy.types.Paint
Added
bpy.types.Paint.input_samples
bpy.types.ShaderNodeTexImage
Added
bpy.types.ShaderNodeTexImage.image_userbpy.types.ShaderNodeTexImage.projectionbpy.types.ShaderNodeTexImage.projection_blend
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.use_mouse_depth_cursor
Renamed
use_mouse_auto_depth ->
bpy.types.UserPreferencesView.use_mouse_depth_navigate
bpy.types.CompositorNodeMath
Added
bpy.types.CompositorNodeMath.use_clamp
bpy.types.Material
Added
bpy.types.Material.use_uv_project
bpy.types.ThemeNodeEditor
Added
bpy.types.ThemeNodeEditor.frame_nodebpy.types.ThemeNodeEditor.node_activebpy.types.ThemeNodeEditor.node_selected
bpy.types.Camera
Removed
use_panorama
bpy.types.UnifiedPaintSettings
Added
bpy.types.UnifiedPaintSettings.use_unified_weightbpy.types.UnifiedPaintSettings.weight
bpy.types.TextureNodes
Added
bpy.types.TextureNodes.active
bpy.types.MovieTrackingMarker
Added
bpy.types.MovieTrackingMarker.pattern_bound_boxbpy.types.MovieTrackingMarker.pattern_cornersbpy.types.MovieTrackingMarker.search_maxbpy.types.MovieTrackingMarker.search_min
bpy.types.CyclesWorldSettings
Added
bpy.types.CyclesWorldSettings.samples
bpy.types.LatticePoint
Added
bpy.types.LatticePoint.select
2.64 to 2.65
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.adapt_marginbpy.types.SmokeDomainSettings.adapt_thresholdbpy.types.SmokeDomainSettings.additional_resbpy.types.SmokeDomainSettings.burning_ratebpy.types.SmokeDomainSettings.flame_ignitionbpy.types.SmokeDomainSettings.flame_max_tempbpy.types.SmokeDomainSettings.flame_smokebpy.types.SmokeDomainSettings.flame_smoke_colorbpy.types.SmokeDomainSettings.flame_vorticitybpy.types.SmokeDomainSettings.use_adaptive_domain
Removed
scale
bpy.types.BezierSplinePoint
Renamed
weight ->
bpy.types.BezierSplinePoint.weight_softbody
bpy.types.Material
Added
bpy.types.Material.use_light_group_local
bpy.types.Curve
Added
bpy.types.Curve.use_map_taper
bpy.types.EffectorWeights
Added
bpy.types.EffectorWeights.smokeflow
bpy.types.FieldSettings
Added
bpy.types.FieldSettings.source_objectbpy.types.FieldSettings.use_smoke_density
bpy.types.GPencilFrame
Added
bpy.types.GPencilFrame.clear
bpy.types.UserPreferencesView
Renamed
quit_dialog ->
bpy.types.UserPreferencesView.use_quit_dialog
bpy.types.GreasePencilLayers
Added
bpy.types.GreasePencilLayers.newbpy.types.GreasePencilLayers.remove
bpy.types.PointCache
Removed
use_quick_cache
bpy.types.KinematicConstraint
Removed
use_target
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.show_only_errors
bpy.types.UILayout
Renamed
template_color_wheel ->
bpy.types.UILayout.template_color_picker
bpy.types.GPencilStroke
Added
bpy.types.GPencilStroke.draw_mode
bpy.types.UserPreferencesEdit
Added
bpy.types.UserPreferencesEdit.use_auto_keying_warning
bpy.types.MovieTrackingObject
Added
bpy.types.MovieTrackingObject.keyframe_abpy.types.MovieTrackingObject.keyframe_b
bpy.types.ShrinkwrapModifier
Added
bpy.types.ShrinkwrapModifier.project_limit
bpy.types.FileSelectParams
Added
bpy.types.FileSelectParams.use_filter_backup
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.tile_xbpy.types.RenderSettings.tile_ybpy.types.RenderSettings.use_persistent_data
Removed
parts_x
parts_y
use_sequencer_gl_render
bpy.types.Sculpt
Added
bpy.types.Sculpt.show_diffuse_color
bpy.types.SmokeFlowSettings
Added
bpy.types.SmokeFlowSettings.density_vertex_groupbpy.types.SmokeFlowSettings.fuel_amountbpy.types.SmokeFlowSettings.noise_texturebpy.types.SmokeFlowSettings.smoke_colorbpy.types.SmokeFlowSettings.smoke_flow_sourcebpy.types.SmokeFlowSettings.smoke_flow_typebpy.types.SmokeFlowSettings.surface_distancebpy.types.SmokeFlowSettings.texture_map_typebpy.types.SmokeFlowSettings.texture_offsetbpy.types.SmokeFlowSettings.texture_sizebpy.types.SmokeFlowSettings.use_texturebpy.types.SmokeFlowSettings.uv_layerbpy.types.SmokeFlowSettings.velocity_normalbpy.types.SmokeFlowSettings.velocity_randombpy.types.SmokeFlowSettings.volume_density
Removed
use_outflow
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.grid_scale_unitbpy.types.SpaceView3D.render_border_max_xbpy.types.SpaceView3D.render_border_max_ybpy.types.SpaceView3D.render_border_min_xbpy.types.SpaceView3D.render_border_min_ybpy.types.SpaceView3D.use_render_border
bpy.types.DupliObject
Added
bpy.types.DupliObject.orcobpy.types.DupliObject.particle_systembpy.types.DupliObject.persistent_idbpy.types.DupliObject.typebpy.types.DupliObject.uv
Removed
particle_index
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.use_progressive_refine
bpy.types.MaterialTextureSlot
Added
bpy.types.MaterialTextureSlot.use_map_to_bounds
bpy.types.MovieSequence
Added
bpy.types.MovieSequence.colorspace_settings
bpy.types.GPencilLayer
Added
bpy.types.GPencilLayer.clear
bpy.types.CYCLES
Added
bpy.types.CYCLES.update_script_node
bpy.types.ImageSequence
Added
bpy.types.ImageSequence.colorspace_settings
bpy.types.LatticePoint
Added
bpy.types.LatticePoint.weight_softbody
bpy.types.DecimateModifier
Added
bpy.types.DecimateModifier.angle_limitbpy.types.DecimateModifier.decimate_typebpy.types.DecimateModifier.invert_vertex_groupbpy.types.DecimateModifier.iterationsbpy.types.DecimateModifier.use_collapse_triangulatebpy.types.DecimateModifier.use_dissolve_boundariesbpy.types.DecimateModifier.vertex_group
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.multi_sample
Removed
use_antialiasing
bpy.types.Text
Removed
markers
bpy.types.GreasePencil
Added
bpy.types.GreasePencil.clear
bpy.types.UserPreferencesFilePaths
Added
bpy.types.UserPreferencesFilePaths.hide_system_bookmarks
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.snap_uv_element
bpy.types.ShaderNodeTexCoord
Added
bpy.types.ShaderNodeTexCoord.from_dupli
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.update_memory_statsbpy.types.RenderEngine.update_script_node
bpy.types.MovieTrackingSettings
Added
bpy.types.MovieTrackingSettings.reconstruction_success_thresholdbpy.types.MovieTrackingSettings.use_fallback_reconstruction
Removed
keyframe_a
keyframe_b
bpy.types.ThemeUserInterface
Added
bpy.types.ThemeUserInterface.axis_xbpy.types.ThemeUserInterface.axis_ybpy.types.ThemeUserInterface.axis_z
bpy.types.BlendDataGreasePencils
Added
bpy.types.BlendDataGreasePencils.newbpy.types.BlendDataGreasePencils.remove
bpy.types.Object
Function Arguments
bpy.types.Object.dupli_list_create(scene, settings), was (scene)
2.65 to 2.66
bpy.types.UILayout
Added
bpy.types.UILayout.enum_item_descriptionbpy.types.UILayout.enum_item_iconbpy.types.UILayout.enum_item_namebpy.types.UILayout.iconbpy.types.UILayout.template_icon_view
Function Arguments
bpy.types.UILayout.label(text, text_ctxt, translate, icon, icon_value), was (text, icon)bpy.types.UILayout.menu(menu, text, text_ctxt, translate, icon), was (menu, text, icon)bpy.types.UILayout.operator(operator, text, text_ctxt, translate, icon, emboss), was (operator, text, icon, emboss)bpy.types.UILayout.operator_menu_enum(operator, property, text, text_ctxt, translate, icon), was (operator, property, text, icon)bpy.types.UILayout.prop(data, property, text, text_ctxt, translate, icon, expand, slider, toggle, icon_only, event, full_event, emboss, index), was (data, property, text, icon, expand, slider, toggle, icon_only, event, full_event, emboss, index)bpy.types.UILayout.prop_enum(data, property, value, text, text_ctxt, translate, icon), was (data, property, value, text, icon)bpy.types.UILayout.prop_menu_enum(data, property, text, text_ctxt, translate, icon), was (data, property, text, icon)bpy.types.UILayout.prop_search(data, property, search_data, search_property, text, text_ctxt, translate, icon), was (data, property, search_data, search_property, text, icon)bpy.types.UILayout.template_any_ID(data, property, type_property, text, text_ctxt, translate), was (data, property, type_property, text)bpy.types.UILayout.template_list(listtype_name, list_id, dataptr, propname, active_dataptr, active_propname, rows, maxrows, type), was (data, property, active_data, active_property, prop_list, rows, maxrows, type)bpy.types.UILayout.template_path_builder(data, property, root, text, text_ctxt, translate), was (data, property, root, text)
bpy.types.Scene
Added
bpy.types.Scene.cycles_curvesbpy.types.Scene.rigidbody_world
Function Arguments
bpy.types.Scene.collada_export(filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_object_instantiation, sort_by_name, second_life), was (filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_object_instantiation, sort_by_name, second_life)
bpy.types.ThemeGraphEditor
Removed
panel
bpy.types.Mesh
Added
bpy.types.Mesh.use_customdata_edge_bevelbpy.types.Mesh.use_customdata_edge_creasebpy.types.Mesh.use_customdata_vertex_bevel
Removed
show_all_edges
bpy.types.ThemeSpaceGeneric
Added
bpy.types.ThemeSpaceGeneric.panelcolors
bpy.types.ImageFormatSettings
Added
bpy.types.ImageFormatSettings.jpeg2k_codec
bpy.types.ThemeUserInterface
Added
bpy.types.ThemeUserInterface.menu_shadow_facbpy.types.ThemeUserInterface.menu_shadow_width
Removed
panel
bpy.types.SceneSequence
Added
bpy.types.SceneSequence.alpha_mode
Removed
use_premultiply
bpy.types.UserPreferencesFilePaths
Added
bpy.types.UserPreferencesFilePaths.use_keep_session
bpy.types.Node
Added
bpy.types.Node.heightbpy.types.Node.widthbpy.types.Node.width_hidden
bpy.types.Sculpt
Added
bpy.types.Sculpt.detail_sizebpy.types.Sculpt.symmetrize_directionbpy.types.Sculpt.use_edge_collapsebpy.types.Sculpt.use_smooth_shading
bpy.types.EnumPropertyItem
Added
bpy.types.EnumPropertyItem.icon
bpy.types.ThemePanelColors
Added
bpy.types.ThemePanelColors.backbpy.types.ThemePanelColors.show_back
bpy.types.WindowManager
Removed
rigify_active_type
rigify_collection
rigify_types
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.cycles
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.bake_samplesbpy.types.RenderSettings.use_bake_to_vertex_colorbpy.types.RenderSettings.use_sequencer_gl_textured_solid
Removed
use_color_unpremultiply
bpy.types.MovieClipSequence
Added
bpy.types.MovieClipSequence.alpha_mode
Removed
use_premultiply
bpy.types.EffectSequence
Added
bpy.types.EffectSequence.alpha_mode
Removed
use_premultiply
bpy.types.BrushTextureSlot
Added
bpy.types.BrushTextureSlot.tex_paint_map_mode
bpy.types.Sequences
Function Arguments
bpy.types.Sequences.new_clip(name, clip, channel, frame_start), was (name, clip, channel, start_frame)bpy.types.Sequences.new_effect(name, type, channel, frame_start, frame_end, seq1, seq2, seq3), was (name, type, channel, start_frame, end_frame, seq1, seq2, seq3)bpy.types.Sequences.new_image(name, filepath, channel, frame_start), was (name, filepath, channel, start_frame)bpy.types.Sequences.new_mask(name, mask, channel, frame_start), was (name, mask, channel, start_frame)bpy.types.Sequences.new_movie(name, filepath, channel, frame_start), was (name, filepath, channel, start_frame)bpy.types.Sequences.new_scene(name, scene, channel, frame_start), was (name, scene, channel, start_frame)bpy.types.Sequences.new_sound(name, filepath, channel, frame_start), was (name, filepath, channel, start_frame)
bpy.types.ThemeTextEditor
Added
bpy.types.ThemeTextEditor.syntax_preprocessorbpy.types.ThemeTextEditor.syntax_reservedbpy.types.ThemeTextEditor.syntax_symbols
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.use_trackpad_natural
bpy.types.PoseBone
Removed
rigify_parameters
rigify_type
bpy.types.MetaBall
Added
bpy.types.MetaBall.transform
bpy.types.Sequence
Added
bpy.types.Sequence.update
Renamed
getStripElem ->
bpy.types.Sequence.strip_elem_from_frame
bpy.types.LaplacianSmoothModifier
Added
bpy.types.LaplacianSmoothModifier.use_normalized
bpy.types.Armature
Removed
rigify_layers
bpy.types.Window
Added
bpy.types.Window.heightbpy.types.Window.widthbpy.types.Window.xbpy.types.Window.y
bpy.types.Object
Added
bpy.types.Object.convert_spacebpy.types.Object.extra_recalc_databpy.types.Object.extra_recalc_objectbpy.types.Object.rigid_bodybpy.types.Object.rigid_body_constraintbpy.types.Object.show_all_edgesbpy.types.Object.use_dynamic_topology_sculpting
Function Arguments
bpy.types.Object.to_mesh(scene, apply_modifiers, settings, calc_tessface), was (scene, apply_modifiers, settings)
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.tile_order
bpy.types.Brush
Removed
use_fixed_texture
bpy.types.SpaceClipEditor
Added
bpy.types.SpaceClipEditor.show_grease_pencil
bpy.types.MovieSequence
Added
bpy.types.MovieSequence.alpha_mode
Removed
use_premultiply
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.show_grease_pencil
bpy.types.MetaSequence
Added
bpy.types.MetaSequence.alpha_mode
Removed
use_premultiply
bpy.types.ThemeNodeEditor
Added
bpy.types.ThemeNodeEditor.distor_nodebpy.types.ThemeNodeEditor.matte_node
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.use_region_overlap
bpy.types.CyclesLampSettings
Added
bpy.types.CyclesLampSettings.use_multiple_importance_sampling
bpy.types.CompositorNodeTree
Added
bpy.types.CompositorNodeTree.use_groupnode_buffer
bpy.types.Bone
Added
bpy.types.Bone.use_relative_parent
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.use_highlight_tiles
bpy.types.ThemeConsole
Added
bpy.types.ThemeConsole.select
bpy.types.ThemeLogicEditor
Removed
panel
bpy.types.ParticleSystem
Added
bpy.types.ParticleSystem.co_hairbpy.types.ParticleSystem.mcol_on_emitterbpy.types.ParticleSystem.set_resolutionbpy.types.ParticleSystem.uv_on_emitter
bpy.types.ThemeProperties
Removed
panel
bpy.types.ThemeView3D
Removed
panel
bpy.types.ImageUser
Added
bpy.types.ImageUser.frame_current
bpy.types.SpaceTimeline
Added
bpy.types.SpaceTimeline.cache_rigidbody
bpy.types.Function
Added
bpy.types.Function.use_self_type
bpy.types.SpaceSequenceEditor
Added
bpy.types.SpaceSequenceEditor.preview_channelsbpy.types.SpaceSequenceEditor.show_grease_pencil
bpy.types.Image
Added
bpy.types.Image.alpha_modebpy.types.Image.channelsbpy.types.Image.is_floatbpy.types.Image.use_alpha
Removed
use_color_unpremultiply
use_premultiply
bpy.types.MovieTrackingObjectTracks
Added
bpy.types.MovieTrackingObjectTracks.new
Removed
add
bpy.types.MovieTrackingTracks
Added
bpy.types.MovieTrackingTracks.new
Removed
add
bpy.types.DynamicPaintSurface
Added
bpy.types.DynamicPaintSurface.use_color_preview
bpy.types.SPHFluidSettings
Added
bpy.types.SPHFluidSettings.solver
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.matcap_iconbpy.types.SpaceView3D.show_grease_pencilbpy.types.SpaceView3D.use_matcap
bpy.types.Particle
Added
bpy.types.Particle.uv_on_emitter
bpy.types.EditBone
Added
bpy.types.EditBone.use_relative_parent
bpy.types.ThemeFileBrowser
Removed
tiles
bpy.types.ParticleHairKey
Added
bpy.types.ParticleHairKey.co_object
Renamed
co_hair_space ->
bpy.types.ParticleHairKey.co_local
bpy.types.ImageSequence
Added
bpy.types.ImageSequence.alpha_mode
Removed
use_premultiply
bpy.types.MaskSequence
Added
bpy.types.MaskSequence.alpha_mode
Removed
use_premultiply
bpy.types.BlendDataMeshes
Added
bpy.types.BlendDataMeshes.new_from_object
bpy.types.Addon
Added
bpy.types.Addon.preferences
bpy.types.Region
Added
bpy.types.Region.callback_add
bpy.types.Property
Added
bpy.types.Property.icon
bpy.types.SpaceImageEditor
Added
bpy.types.SpaceImageEditor.show_grease_pencil
2.66 to 2.67
bpy.types.SmokeDomainSettings
Renamed
smooth_emitter ->
bpy.types.SmokeDomainSettings.use_smooth_emitter
bpy.types.NodeLink
Added
bpy.types.NodeLink.is_hiddenbpy.types.NodeLink.is_valid
bpy.types.ParticleSettings
Renamed
adaptive_subframes ->
bpy.types.ParticleSettings.use_adaptive_subframes
bpy.types.SmokeFlowSettings
Renamed
initial_velocity ->
bpy.types.SmokeFlowSettings.use_initial_velocity
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.pathbpy.types.SpaceNodeEditor.pin
bpy.types.SpeedControlSequence
Removed
use_frame_blend
bpy.types.MeshVertex
Added
bpy.types.MeshVertex.undeformed_co
bpy.types.LoopColors
Added
bpy.types.LoopColors.remove
bpy.types.NodeSocket
Added
bpy.types.NodeSocket.bl_idnamebpy.types.NodeSocket.drawbpy.types.NodeSocket.draw_colorbpy.types.NodeSocket.enabledbpy.types.NodeSocket.identifierbpy.types.NodeSocket.in_outbpy.types.NodeSocket.link_limitbpy.types.NodeSocket.node
Removed
group_socket
bpy.types.CompositorNode
Added
bpy.types.CompositorNode.initbpy.types.CompositorNode.pollbpy.types.CompositorNode.tag_need_execbpy.types.CompositorNode.update
Removed
type
bpy.types.SolidifyModifier
Added
bpy.types.SolidifyModifier.thickness_clamp
bpy.types.RigidBodyObject
Renamed
start_deactivated ->
bpy.types.RigidBodyObject.use_start_deactivated
bpy.types.ThemeNodeEditor
Added
bpy.types.ThemeNodeEditor.group_socket_node
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.subsurface_samplesbpy.types.CyclesRenderSettings.use_layer_samples
bpy.types.RigidBodyConstraint
Added
bpy.types.RigidBodyConstraint.motor_ang_max_impulsebpy.types.RigidBodyConstraint.motor_ang_target_velocitybpy.types.RigidBodyConstraint.motor_lin_max_impulsebpy.types.RigidBodyConstraint.motor_lin_target_velocitybpy.types.RigidBodyConstraint.use_motor_angbpy.types.RigidBodyConstraint.use_motor_lin
Renamed
num_solver_iterations ->
bpy.types.RigidBodyConstraint.solver_iterationsoverride_solver_iterations ->
bpy.types.RigidBodyConstraint.use_override_solver_iterations
bpy.types.RigidBodyWorld
Added
bpy.types.RigidBodyWorld.convex_sweep_test
Renamed
num_solver_iterations ->
bpy.types.RigidBodyWorld.solver_iterations
bpy.types.Image
Renamed
view_as_render ->
bpy.types.Image.use_view_as_render
bpy.types.DomainFluidSettings
Added
bpy.types.DomainFluidSettings.threads
Renamed
surface_noobs ->
bpy.types.DomainFluidSettings.use_surface_noobs
bpy.types.Operator
Added
bpy.types.Operator.bl_translation_context
bpy.types.ThemeGraphEditor
Added
bpy.types.ThemeGraphEditor.vertex_unreferenced
bpy.types.ShaderNode
Added
bpy.types.ShaderNode.initbpy.types.ShaderNode.poll
Removed
type
bpy.types.TextureNodeTree
Removed
nodes
bpy.types.SpaceUserPreferences
Added
bpy.types.SpaceUserPreferences.filter_type
bpy.types.SPHFluidSettings
Renamed
factor_density ->
bpy.types.SPHFluidSettings.use_factor_density
bpy.types.NodeLinks
Function Arguments
bpy.types.NodeLinks.new(input, output, verify_limits), was (input, output)
bpy.types.CyclesCurveRenderSettings
Added
bpy.types.CyclesCurveRenderSettings.maximum_widthbpy.types.CyclesCurveRenderSettings.minimum_width
bpy.types.CompositorNodeTree
Added
bpy.types.CompositorNodeTree.use_viewer_border
Removed
nodes
Renamed
two_pass ->
bpy.types.CompositorNodeTree.use_two_pass
bpy.types.OceanModifier
Removed
is_build_enabled
bpy.types.BevelModifier
Added
bpy.types.BevelModifier.segmentsbpy.types.BevelModifier.use_clamp_overlapbpy.types.BevelModifier.vertex_group
bpy.types.BlendDataMeshes
Function Arguments
bpy.types.BlendDataMeshes.new_from_object(scene, object, apply_modifiers, settings, calc_tessface, calc_undeformed), was (scene, object, apply_modifiers, settings, calc_tessface)
bpy.types.Object
Added
bpy.types.Object.update_from_editmode
Renamed
extra_recalc_data ->
bpy.types.Object.use_extra_recalc_dataextra_recalc_object ->
bpy.types.Object.use_extra_recalc_object
Function Arguments
bpy.types.Object.to_mesh(scene, apply_modifiers, settings, calc_tessface, calc_undeformed), was (scene, apply_modifiers, settings, calc_tessface)
bpy.types.RenderLayer
Added
bpy.types.RenderLayer.use_freestyle
bpy.types.ShaderNodeTree
Removed
nodes
bpy.types.Scene
Added
bpy.types.Scene.print_3dbpy.types.Scene.ray_cast
Function Arguments
bpy.types.Scene.collada_export(filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_ngons, use_object_instantiation, sort_by_name, second_life, export_transformation_type), was (filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_object_instantiation, sort_by_name, second_life)
bpy.types.Menu
Added
bpy.types.Menu.bl_translation_context
bpy.types.ImagePaint
Removed
use_projection
bpy.types.NodeTree
Added
bpy.types.NodeTree.active_inputbpy.types.NodeTree.active_outputbpy.types.NodeTree.bl_descriptionbpy.types.NodeTree.bl_iconbpy.types.NodeTree.bl_idnamebpy.types.NodeTree.bl_labelbpy.types.NodeTree.get_from_contextbpy.types.NodeTree.interface_updatebpy.types.NodeTree.nodesbpy.types.NodeTree.pollbpy.types.NodeTree.updatebpy.types.NodeTree.view_center
bpy.types.Mesh
Added
bpy.types.Mesh.show_extra_edge_anglebpy.types.Mesh.show_freestyle_edge_marksbpy.types.Mesh.show_freestyle_face_marksbpy.types.Mesh.show_statvisbpy.types.Mesh.show_weight
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.statvisbpy.types.ToolSettings.vertex_group_user
bpy.types.WindowManager
Added
bpy.types.WindowManager.progress_beginbpy.types.WindowManager.progress_endbpy.types.WindowManager.progress_update
bpy.types.SequenceEditor
Renamed
overlay_lock ->
bpy.types.SequenceEditor.use_overlay_lock
bpy.types.Macro
Added
bpy.types.Macro.bl_translation_context
bpy.types.BrushTextureSlot
Added
bpy.types.BrushTextureSlot.mask_map_mode
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.line_thicknessbpy.types.RenderSettings.line_thickness_modebpy.types.RenderSettings.use_freestyle
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.freestyle_face_markbpy.types.ThemeImageEditor.vertex_unreferenced
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.image_draw_methodbpy.types.UserPreferencesSystem.use_translate_new_dataname
bpy.types.Panel
Added
bpy.types.Panel.bl_translation_context
bpy.types.Brush
Added
bpy.types.Brush.brush_capabilitiesbpy.types.Brush.cursor_overlay_alphabpy.types.Brush.jitter_absolutebpy.types.Brush.mask_overlay_alphabpy.types.Brush.mask_stencil_dimensionbpy.types.Brush.mask_stencil_posbpy.types.Brush.mask_texturebpy.types.Brush.mask_texture_slotbpy.types.Brush.sculpt_stroke_methodbpy.types.Brush.stencil_dimensionbpy.types.Brush.stencil_posbpy.types.Brush.use_cursor_overlaybpy.types.Brush.use_cursor_overlay_overridebpy.types.Brush.use_primary_overlay_overridebpy.types.Brush.use_relative_jitterbpy.types.Brush.use_secondary_overlay_override
Renamed
use_texture_overlay ->
bpy.types.Brush.use_primary_overlayuse_texture_overlay ->
bpy.types.Brush.use_secondary_overlay
bpy.types.TextureNode
Added
bpy.types.TextureNode.initbpy.types.TextureNode.poll
Removed
type
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.show_linestyles
bpy.types.NlaStrip
Added
bpy.types.NlaStrip.use_sync_length
bpy.types.UILayout
Added
bpy.types.UILayout.template_component_menubpy.types.UILayout.template_movieclip_informationbpy.types.UILayout.template_node_socket
bpy.types.BlendData
Added
bpy.types.BlendData.linestyles
bpy.types.SimpleDeformModifier
Added
bpy.types.SimpleDeformModifier.angle
bpy.types.RemeshModifier
Renamed
remove_disconnected_pieces ->
bpy.types.RemeshModifier.use_remove_disconnected
bpy.types.CyclesCurveSettings
Added
bpy.types.CyclesCurveSettings.radius_scale
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.extra_edge_anglebpy.types.ThemeView3D.freestyle_edge_markbpy.types.ThemeView3D.freestyle_face_markbpy.types.ThemeView3D.vertex_unreferenced
bpy.types.UVTextures
Added
bpy.types.UVTextures.remove
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.freestyle_settingsbpy.types.SceneRenderLayer.use_freestyle
2.67 to 2.68
bpy.types.BlendDataTexts
Function Arguments
bpy.types.BlendDataTexts.load(filepath, internal), was (filepath)
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.show_modifiers
bpy.types.Armature
Added
bpy.types.Armature.is_editmode
bpy.types.Curve
Added
bpy.types.Curve.is_editmode
bpy.types.Lattice
Added
bpy.types.Lattice.is_editmode
bpy.types.Mesh
Added
bpy.types.Mesh.calc_smooth_groupsbpy.types.Mesh.is_editmode
bpy.types.MetaBall
Added
bpy.types.MetaBall.is_editmode
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.use_modifier_stack
bpy.types.WindowManager
Added
bpy.types.WindowManager.popup_menubpy.types.WindowManager.pupmenu_begin__internalbpy.types.WindowManager.pupmenu_end__internal
bpy.types.World
Added
bpy.types.World.cycles_visibility
bpy.types.MaskSpline
Added
bpy.types.MaskSpline.points
bpy.types.MaskSplines
Added
bpy.types.MaskSplines.newbpy.types.MaskSplines.remove
Removed
add
bpy.types.MeshPolygon
Added
bpy.types.MeshPolygon.center
bpy.types.DecimateModifier
Added
bpy.types.DecimateModifier.delimit
bpy.types.MovieTrackingSettings
Added
bpy.types.MovieTrackingSettings.use_keyframe_selection
bpy.types.Node
Added
bpy.types.Node.dimensions
bpy.types.NodeSocket
Added
bpy.types.NodeSocket.hide_value
Function Arguments
bpy.types.NodeSocket.draw(context, layout, node, text), was (context, layout, node)
bpy.types.NodeSocketStandard
Function Arguments
bpy.types.NodeSocketStandard.draw(context, layout, node, text), was (context, layout, node)
bpy.types.NodeSocketInterfaceStandard
Added
bpy.types.NodeSocketInterfaceStandard.type
bpy.types.NodeTreeInputs
Added
bpy.types.NodeTreeInputs.move
bpy.types.NodeTreeOutputs
Added
bpy.types.NodeTreeOutputs.move
bpy.types.CyclesMaterialSettings
Added
bpy.types.CyclesMaterialSettings.use_transparent_shadow
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.sampling_pattern
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.bl_use_exclude_layersbpy.types.RenderEngine.bl_use_save_buffers
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.highres_sampling
Removed
use_smooth_emitter
bpy.types.SmokeFlowSettings
Added
bpy.types.SmokeFlowSettings.particle_sizebpy.types.SmokeFlowSettings.subframesbpy.types.SmokeFlowSettings.use_particle_size
bpy.types.SpaceProperties
Added
bpy.types.SpaceProperties.use_limited_texture_context
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.transform_manipulators
Removed
use_manipulator_rotate
use_manipulator_scale
use_manipulator_translate
bpy.types.ThemeFontStyle
Renamed
shadowalpha ->
bpy.types.ThemeFontStyle.shadow_alphashadowcolor ->
bpy.types.ThemeFontStyle.shadow_value
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.wire_edit
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.vertex_group_subset
bpy.types.UserPreferences
Added
bpy.types.UserPreferences.autoexec_paths
2.68 to 2.69
bpy.types.ColorManagedViewSettings
Added
bpy.types.ColorManagedViewSettings.look
bpy.types.ShrinkwrapConstraint
Added
bpy.types.ShrinkwrapConstraint.project_axisbpy.types.ShrinkwrapConstraint.project_axis_spacebpy.types.ShrinkwrapConstraint.project_limit
Removed
use_x
use_y
use_z
bpy.types.CurveMapping
Added
bpy.types.CurveMapping.initialize
bpy.types.DynamicPaintSurface
Added
bpy.types.DynamicPaintSurface.wave_smoothness
bpy.types.Mesh
Added
bpy.types.Mesh.calc_normals_splitbpy.types.Mesh.free_normals_split
Function Arguments
bpy.types.Mesh.calc_smooth_groups(use_bitflags), was ()
bpy.types.Scene
Added
bpy.types.Scene.frame_current_final
Function Arguments
bpy.types.Scene.collada_export(filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_ngons, use_object_instantiation, sort_by_name, open_sim, export_transformation_type), was (filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_ngons, use_object_instantiation, sort_by_name, second_life, export_transformation_type)
bpy.types.Text
Added
bpy.types.Text.current_line_index
bpy.types.IDMaterials
Added
bpy.types.IDMaterials.clear
bpy.types.KeyMaps
Added
bpy.types.KeyMaps.remove
bpy.types.MaskParent
Added
bpy.types.MaskParent.type
bpy.types.MeshLoop
Added
bpy.types.MeshLoop.normal
bpy.types.SimpleDeformModifier
Removed
use_relative
bpy.types.MovieTracking
Added
bpy.types.MovieTracking.plane_tracks
bpy.types.MovieTrackingObject
Added
bpy.types.MovieTrackingObject.plane_tracks
bpy.types.ShaderNodeMapping
Added
bpy.types.ShaderNodeMapping.vector_type
bpy.types.ShaderNodeSubsurfaceScattering
Added
bpy.types.ShaderNodeSubsurfaceScattering.falloff
bpy.types.ShaderNodeTexSky
Added
bpy.types.ShaderNodeTexSky.ground_albedobpy.types.ShaderNodeTexSky.sky_type
bpy.types.ParticleSystem
Function Arguments
bpy.types.ParticleSystem.co_hair(object, particle_no, step), was (object, modifier, particle_no, step)
bpy.types.Property
Added
bpy.types.Property.is_argument_optional
bpy.types.CyclesCurveRenderSettings
Added
bpy.types.CyclesCurveRenderSettings.cull_backfacingbpy.types.CyclesCurveRenderSettings.shape
Removed
encasing_ratio
interpolation
line_method
normalmix
preset
segments
triangle_method
use_backfacing
use_encasing
use_joined
use_parents
use_smooth
use_tangent_normal
use_tangent_normal_correction
use_tangent_normal_geometry
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.use_square_samples
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.bind_display_space_shaderbpy.types.RenderEngine.support_display_space_shaderbpy.types.RenderEngine.unbind_display_space_shader
bpy.types.RenderLayer
Added
bpy.types.RenderLayer.use_pass_subsurface_colorbpy.types.RenderLayer.use_pass_subsurface_directbpy.types.RenderLayer.use_pass_subsurface_indirect
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.use_pass_subsurface_colorbpy.types.SceneRenderLayer.use_pass_subsurface_directbpy.types.SceneRenderLayer.use_pass_subsurface_indirect
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.cursor_location_from_region
bpy.types.SpaceTextEditor
Added
bpy.types.SpaceTextEditor.topbpy.types.SpaceTextEditor.visible_lines
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.show_occlude_wire
bpy.types.TexMapping
Added
bpy.types.TexMapping.vector_type
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.uv_othersbpy.types.ThemeImageEditor.uv_shadow
bpy.types.UILayout
Function Arguments
bpy.types.UILayout.template_list(listtype_name, list_id, dataptr, propname, active_dataptr, active_propname, rows, maxrows, type, columns), was (listtype_name, list_id, dataptr, propname, active_dataptr, active_propname, rows, maxrows, type)
bpy.types.UIList
Added
bpy.types.UIList.bitflag_filter_itembpy.types.UIList.draw_filterbpy.types.UIList.filter_itemsbpy.types.UIList.filter_namebpy.types.UIList.use_filter_invertbpy.types.UIList.use_filter_showbpy.types.UIList.use_filter_sort_alphabpy.types.UIList.use_filter_sort_reverse
Function Arguments
bpy.types.UIList.draw_item(context, layout, data, item, icon, active_data, active_property, index, flt_flag), was (context, layout, data, item, icon, active_data, active_property, index)
bpy.types.UI_UL_list
Added
bpy.types.UI_UL_list.filter_items_by_namebpy.types.UI_UL_list.sort_items_by_namebpy.types.UI_UL_list.sort_items_helper
bpy.types.Window
Added
bpy.types.Window.cursor_modal_restorebpy.types.Window.cursor_modal_setbpy.types.Window.cursor_setbpy.types.Window.cursor_warp
2.69 to 2.70
bpy.types.BlendData
Added
bpy.types.BlendData.use_autopack
bpy.types.ClothSettings
Added
bpy.types.ClothSettings.sewing_force_maxbpy.types.ClothSettings.shrink_maxbpy.types.ClothSettings.shrink_minbpy.types.ClothSettings.use_sewing_springsbpy.types.ClothSettings.vertex_group_shrink
bpy.types.DupliObject
Removed
matrix_original
bpy.types.FCurve
Added
bpy.types.FCurve.update_autoflags
bpy.types.FModifierNoise
Added
bpy.types.FModifierNoise.offset
bpy.types.FreestyleSettings
Removed
raycasting_algorithm
bpy.types.Armature
Added
bpy.types.Armature.transform
bpy.types.Brush
Renamed
use_restore_mesh ->
bpy.types.Brush.use_drag_dot
bpy.types.Curve
Added
bpy.types.Curve.transform
Removed
use_time_offset
bpy.types.Image
Added
bpy.types.Image.filepath_from_user
Function Arguments
bpy.types.Image.gl_load(frame, filter, mag), was (filter, mag)bpy.types.Image.gl_touch(frame, filter, mag), was (filter, mag)
bpy.types.Lattice
Added
bpy.types.Lattice.transform
bpy.types.Mesh
Added
bpy.types.Mesh.calc_tangentsbpy.types.Mesh.free_tangents
bpy.types.Object
Added
bpy.types.Object.image_userbpy.types.Object.lod_levels
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.material_slot
bpy.types.Scene
Added
bpy.types.Scene.lock_frame_selection_to_range
bpy.types.Texture
Added
bpy.types.Texture.use_clamp
bpy.types.World
Removed
star_settings
bpy.types.MaskLayer
Added
bpy.types.MaskLayer.use_fill_holesbpy.types.MaskLayer.use_fill_overlap
bpy.types.Menu
Added
bpy.types.Menu.draw_collapsible
bpy.types.MeshLoop
Added
bpy.types.MeshLoop.bitangentbpy.types.MeshLoop.bitangent_signbpy.types.MeshLoop.tangent
bpy.types.BevelModifier
Added
bpy.types.BevelModifier.offset_typebpy.types.BevelModifier.profile
bpy.types.BuildModifier
Added
bpy.types.BuildModifier.use_reverse
bpy.types.ScrewModifier
Added
bpy.types.ScrewModifier.use_stretch_ubpy.types.ScrewModifier.use_stretch_v
bpy.types.TriangulateModifier
Added
bpy.types.TriangulateModifier.ngon_methodbpy.types.TriangulateModifier.quad_method
Removed
use_beauty
bpy.types.MovieTrackingMarker
Added
bpy.types.MovieTrackingMarker.is_keyed
bpy.types.MovieTrackingPlaneTrack
Added
bpy.types.MovieTrackingPlaneTrack.imagebpy.types.MovieTrackingPlaneTrack.image_opacity
bpy.types.MovieTrackingSettings
Added
bpy.types.MovieTrackingSettings.default_weightbpy.types.MovieTrackingSettings.show_extra_expanded
Removed
reconstruction_success_threshold
use_fallback_reconstruction
bpy.types.MovieTrackingTrack
Added
bpy.types.MovieTrackingTrack.offsetbpy.types.MovieTrackingTrack.weight
bpy.types.Node
Added
bpy.types.Node.draw_label
bpy.types.CompositorNodeDefocus
Added
bpy.types.CompositorNodeDefocus.scene
bpy.types.CompositorNodeDespeckle
Renamed
threshold_neighbour ->
bpy.types.CompositorNodeDespeckle.threshold_neighbor
bpy.types.ShaderNodeOutput
Added
bpy.types.ShaderNodeOutput.is_active_output
bpy.types.ShaderNodeOutputLamp
Added
bpy.types.ShaderNodeOutputLamp.is_active_output
bpy.types.ShaderNodeOutputMaterial
Added
bpy.types.ShaderNodeOutputMaterial.is_active_output
bpy.types.ShaderNodeOutputWorld
Added
bpy.types.ShaderNodeOutputWorld.is_active_output
bpy.types.NodeSocket
Added
bpy.types.NodeSocket.is_output
Removed
in_out
bpy.types.NodeSocketInterface
Added
bpy.types.NodeSocketInterface.is_output
Removed
in_out
bpy.types.Paint
Added
bpy.types.Paint.use_symmetry_featherbpy.types.Paint.use_symmetry_xbpy.types.Paint.use_symmetry_ybpy.types.Paint.use_symmetry_z
bpy.types.Sculpt
Added
bpy.types.Sculpt.detail_refine_methodbpy.types.Sculpt.gravitybpy.types.Sculpt.gravity_object
Removed
use_edge_collapse
use_symmetry_feather
use_symmetry_x
use_symmetry_y
use_symmetry_z
bpy.types.VertexPaint
Removed
use_all_faces
bpy.types.Panel
Added
bpy.types.Panel.bl_categorybpy.types.Panel.use_pin
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.sample_clamp_directbpy.types.CyclesRenderSettings.sample_clamp_indirectbpy.types.CyclesRenderSettings.volume_bouncesbpy.types.CyclesRenderSettings.volume_homogeneous_samplingbpy.types.CyclesRenderSettings.volume_max_stepsbpy.types.CyclesRenderSettings.volume_samplesbpy.types.CyclesRenderSettings.volume_step_size
Removed
sample_clamp
bpy.types.CyclesWorldSettings
Added
bpy.types.CyclesWorldSettings.homogeneous_volume
bpy.types.RenderEngine
Function Arguments
bpy.types.RenderEngine.end_result(result, cancel, do_merge_results), was (result, cancel)
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.bake_user_scalebpy.types.RenderSettings.use_bake_user_scalebpy.types.RenderSettings.use_lock_interface
bpy.types.RigidBodyObject
Added
bpy.types.RigidBodyObject.mesh_sourcebpy.types.RigidBodyObject.use_deform
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.pass_alpha_threshold
bpy.types.SculptToolCapabilities
Added
bpy.types.SculptToolCapabilities.has_gravity
bpy.types.SpaceClipEditor
Added
bpy.types.SpaceClipEditor.mask_overlay_modebpy.types.SpaceClipEditor.show_graph_tracks_errorbpy.types.SpaceClipEditor.show_mask_overlay
Renamed
show_graph_tracks ->
bpy.types.SpaceClipEditor.show_graph_tracks_motion
bpy.types.SpaceGraphEditor
Added
bpy.types.SpaceGraphEditor.use_auto_normalizationbpy.types.SpaceGraphEditor.use_normalization
bpy.types.SpaceImageEditor
Added
bpy.types.SpaceImageEditor.mask_overlay_modebpy.types.SpaceImageEditor.show_mask_overlay
bpy.types.SpaceNodeEditor
Removed
use_hidden_preview
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.show_textured_shadeless
bpy.types.TextCharacterFormat
Added
bpy.types.TextCharacterFormat.material_index
bpy.types.ThemeDopeSheet
Added
bpy.types.ThemeDopeSheet.keyframebpy.types.ThemeDopeSheet.keyframe_borderbpy.types.ThemeDopeSheet.keyframe_border_selectedbpy.types.ThemeDopeSheet.keyframe_breakdownbpy.types.ThemeDopeSheet.keyframe_breakdown_selectedbpy.types.ThemeDopeSheet.keyframe_extremebpy.types.ThemeDopeSheet.keyframe_extreme_selectedbpy.types.ThemeDopeSheet.keyframe_jitterbpy.types.ThemeDopeSheet.keyframe_jitter_selectedbpy.types.ThemeDopeSheet.keyframe_selected
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.edge_selectbpy.types.ThemeImageEditor.wire_edit
bpy.types.ThemeInfo
Added
bpy.types.ThemeInfo.info_debugbpy.types.ThemeInfo.info_debug_textbpy.types.ThemeInfo.info_errorbpy.types.ThemeInfo.info_error_textbpy.types.ThemeInfo.info_infobpy.types.ThemeInfo.info_info_textbpy.types.ThemeInfo.info_selectedbpy.types.ThemeInfo.info_selected_textbpy.types.ThemeInfo.info_warningbpy.types.ThemeInfo.info_warning_text
bpy.types.ThemeNLAEditor
Added
bpy.types.ThemeNLAEditor.keyframe_borderbpy.types.ThemeNLAEditor.keyframe_border_selected
bpy.types.ThemeNodeEditor
Removed
in_out_node
Renamed
operator_node ->
bpy.types.ThemeNodeEditor.color_nodeoperator_node ->
bpy.types.ThemeNodeEditor.filter_nodeoperator_node ->
bpy.types.ThemeNodeEditor.input_nodeoperator_node ->
bpy.types.ThemeNodeEditor.layout_nodeoperator_node ->
bpy.types.ThemeNodeEditor.output_nodeoperator_node ->
bpy.types.ThemeNodeEditor.pattern_nodeoperator_node ->
bpy.types.ThemeNodeEditor.script_nodeoperator_node ->
bpy.types.ThemeNodeEditor.shader_nodeoperator_node ->
bpy.types.ThemeNodeEditor.texture_nodeoperator_node ->
bpy.types.ThemeNodeEditor.vector_node
bpy.types.ThemeSpaceGeneric
Added
bpy.types.ThemeSpaceGeneric.tab_activebpy.types.ThemeSpaceGeneric.tab_backbpy.types.ThemeSpaceGeneric.tab_inactivebpy.types.ThemeSpaceGeneric.tab_outline
bpy.types.ThemeSpaceGradient
Added
bpy.types.ThemeSpaceGradient.tab_activebpy.types.ThemeSpaceGradient.tab_backbpy.types.ThemeSpaceGradient.tab_inactivebpy.types.ThemeSpaceGradient.tab_outline
bpy.types.TimelineMarkers
Function Arguments
bpy.types.TimelineMarkers.new(name, frame), was (name)
bpy.types.UILayout
Function Arguments
bpy.types.UILayout.prop(data, property, text, text_ctxt, translate, icon, expand, slider, toggle, icon_only, event, full_event, emboss, index, icon_value), was (data, property, text, text_ctxt, translate, icon, expand, slider, toggle, icon_only, event, full_event, emboss, index)bpy.types.UILayout.template_header(), was (menus)
bpy.types.UserPreferencesEdit
Added
bpy.types.UserPreferencesEdit.grease_pencil_default_color
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.navigation_modebpy.types.UserPreferencesInput.ndof_pan_yz_swap_axisbpy.types.UserPreferencesInput.ndof_rotx_invert_axisbpy.types.UserPreferencesInput.ndof_roty_invert_axisbpy.types.UserPreferencesInput.ndof_rotz_invert_axisbpy.types.UserPreferencesInput.ndof_view_navigate_methodbpy.types.UserPreferencesInput.walk_navigation
Removed
ndof_roll_invert_axis
ndof_rotate_invert_axis
ndof_tilt_invert_axis
ndof_zoom_updown
2.70 to 2.71
bpy.types.BlendDataLineStyles
Added
bpy.types.BlendDataLineStyles.is_updated
bpy.types.TransformConstraint
Added
bpy.types.TransformConstraint.from_max_x_rotbpy.types.TransformConstraint.from_max_x_scalebpy.types.TransformConstraint.from_max_y_rotbpy.types.TransformConstraint.from_max_y_scalebpy.types.TransformConstraint.from_max_z_rotbpy.types.TransformConstraint.from_max_z_scalebpy.types.TransformConstraint.from_min_x_rotbpy.types.TransformConstraint.from_min_x_scalebpy.types.TransformConstraint.from_min_y_rotbpy.types.TransformConstraint.from_min_y_scalebpy.types.TransformConstraint.from_min_z_rotbpy.types.TransformConstraint.from_min_z_scalebpy.types.TransformConstraint.to_max_x_rotbpy.types.TransformConstraint.to_max_x_scalebpy.types.TransformConstraint.to_max_y_rotbpy.types.TransformConstraint.to_max_y_scalebpy.types.TransformConstraint.to_max_z_rotbpy.types.TransformConstraint.to_max_z_scalebpy.types.TransformConstraint.to_min_x_rotbpy.types.TransformConstraint.to_min_x_scalebpy.types.TransformConstraint.to_min_y_rotbpy.types.TransformConstraint.to_min_y_scalebpy.types.TransformConstraint.to_min_z_rotbpy.types.TransformConstraint.to_min_z_scale
bpy.types.FCurve
Added
bpy.types.FCurve.update
bpy.types.Brush
Removed
sculpt_stroke_method
bpy.types.Curve
Added
bpy.types.Curve.bevel_factor_mapping_endbpy.types.Curve.bevel_factor_mapping_start
bpy.types.FreestyleLineStyle
Added
bpy.types.FreestyleLineStyle.active_texturebpy.types.FreestyleLineStyle.active_texture_indexbpy.types.FreestyleLineStyle.integration_typebpy.types.FreestyleLineStyle.node_treebpy.types.FreestyleLineStyle.sort_keybpy.types.FreestyleLineStyle.sort_orderbpy.types.FreestyleLineStyle.texture_slotsbpy.types.FreestyleLineStyle.texture_spacingbpy.types.FreestyleLineStyle.use_nodesbpy.types.FreestyleLineStyle.use_sortingbpy.types.FreestyleLineStyle.use_texture
bpy.types.Material
Added
bpy.types.Material.use_cast_shadows
bpy.types.Mesh
Added
bpy.types.Mesh.show_normal_loop
bpy.types.Object
Added
bpy.types.Object.cycles
bpy.types.Scene
Added
bpy.types.Scene.show_keys_from_selected_only
bpy.types.Speaker
Added
bpy.types.Speaker.relative
bpy.types.Keyframe
Added
bpy.types.Keyframe.amplitudebpy.types.Keyframe.backbpy.types.Keyframe.easingbpy.types.Keyframe.period
bpy.types.Linesets
Added
bpy.types.Linesets.newbpy.types.Linesets.remove
bpy.types.MaskSplinePoint
Added
bpy.types.MaskSplinePoint.handle_left_typebpy.types.MaskSplinePoint.handle_right_typebpy.types.MaskSplinePoint.weight
bpy.types.MeshEdge
Added
bpy.types.MeshEdge.use_freestyle_mark
bpy.types.MeshPolygon
Added
bpy.types.MeshPolygon.use_freestyle_mark
bpy.types.MeshTessFace
Added
bpy.types.MeshTessFace.split_normals
bpy.types.MovieTrackingCamera
Added
bpy.types.MovieTrackingCamera.distortion_modelbpy.types.MovieTrackingCamera.division_k1bpy.types.MovieTrackingCamera.division_k2
bpy.types.ShaderNodeTexImage
Added
bpy.types.ShaderNodeTexImage.interpolation
bpy.types.PackedFile
Added
bpy.types.PackedFile.data
bpy.types.Sculpt
Added
bpy.types.Sculpt.constant_detailbpy.types.Sculpt.detail_type_method
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.bake_typebpy.types.CyclesRenderSettings.sample_all_lights_directbpy.types.CyclesRenderSettings.sample_all_lights_indirect
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.bakebpy.types.RenderEngine.frame_set
bpy.types.CYCLES
Added
bpy.types.CYCLES.bake
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.bake
bpy.types.SequenceElements
Renamed
push ->
bpy.types.SequenceElements.append
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.color_gridbpy.types.SmokeDomainSettings.density_gridbpy.types.SmokeDomainSettings.flame_grid
Removed
density
bpy.types.Space
Added
bpy.types.Space.show_locked_time
bpy.types.SpaceTimeline
Removed
show_only_selected
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.region_quadviews
Removed
region_quadview
bpy.types.SpaceNodeEditorPath
Renamed
push ->
bpy.types.SpaceNodeEditorPath.append
bpy.types.ThemeClipEditor
Added
bpy.types.ThemeClipEditor.handle_alignbpy.types.ThemeClipEditor.handle_autobpy.types.ThemeClipEditor.handle_auto_clampedbpy.types.ThemeClipEditor.handle_freebpy.types.ThemeClipEditor.handle_sel_alignbpy.types.ThemeClipEditor.handle_sel_autobpy.types.ThemeClipEditor.handle_sel_auto_clampedbpy.types.ThemeClipEditor.handle_sel_free
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.frame_currentbpy.types.ThemeImageEditor.handle_alignbpy.types.ThemeImageEditor.handle_autobpy.types.ThemeImageEditor.handle_auto_clampedbpy.types.ThemeImageEditor.handle_freebpy.types.ThemeImageEditor.handle_sel_alignbpy.types.ThemeImageEditor.handle_sel_autobpy.types.ThemeImageEditor.handle_sel_auto_clampedbpy.types.ThemeImageEditor.handle_sel_free
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.view_overlay
bpy.types.UILayout
Function Arguments
bpy.types.UILayout.template_preview(id, show_buttons, parent, slot, preview_id), was (id, show_buttons, parent, slot)
2.71 to 2.72
bpy.types.BlendData
Added
bpy.types.BlendData.version
bpy.types.BoneGroups
Added
bpy.types.BoneGroups.newbpy.types.BoneGroups.remove
bpy.types.BrushCapabilities
Added
bpy.types.BrushCapabilities.has_smooth_stroke
bpy.types.ColorRamp
Added
bpy.types.ColorRamp.color_modebpy.types.ColorRamp.hue_interpolation
bpy.types.ColorRampElement
Added
bpy.types.ColorRampElement.alpha
bpy.types.FollowTrackConstraint
Added
bpy.types.FollowTrackConstraint.use_undistorted_position
bpy.types.Event
Added
bpy.types.Event.is_tabletbpy.types.Event.pressurebpy.types.Event.tilt
bpy.types.Brush
Added
bpy.types.Brush.blur_kernel_radiusbpy.types.Brush.blur_modebpy.types.Brush.fill_thresholdbpy.types.Brush.grad_spacingbpy.types.Brush.gradientbpy.types.Brush.gradient_fill_modebpy.types.Brush.gradient_stroke_modebpy.types.Brush.image_paint_capabilitiesbpy.types.Brush.paint_curvebpy.types.Brush.secondary_colorbpy.types.Brush.sharp_thresholdbpy.types.Brush.use_curvebpy.types.Brush.use_gradientbpy.types.Brush.use_linebpy.types.Brush.use_pressure_masking
Renamed
use_drag_dot ->
bpy.types.Brush.use_restore_mesh
bpy.types.Curve
Added
bpy.types.Curve.validate_material_indices
Function Arguments
bpy.types.Curve.transform(matrix, shape_keys), was (matrix)
bpy.types.Lattice
Function Arguments
bpy.types.Lattice.transform(matrix, shape_keys), was (matrix)
bpy.types.Library
Added
bpy.types.Library.packed_file
bpy.types.Material
Added
bpy.types.Material.line_colorbpy.types.Material.line_prioritybpy.types.Material.paint_active_slotbpy.types.Material.paint_clone_slotbpy.types.Material.texture_paint_imagesbpy.types.Material.texture_paint_slots
bpy.types.Mesh
Added
bpy.types.Mesh.validate_material_indices
Function Arguments
bpy.types.Mesh.transform(matrix, shape_keys), was (matrix)
bpy.types.WindowManager
Added
bpy.types.WindowManager.piemenu_begin__internalbpy.types.WindowManager.piemenu_end__internalbpy.types.WindowManager.popup_menu_pie
bpy.types.BevelModifier
Added
bpy.types.BevelModifier.material
bpy.types.HookModifier
Added
bpy.types.HookModifier.center
bpy.types.SolidifyModifier
Added
bpy.types.SolidifyModifier.use_rim_only
bpy.types.ShaderNodeBsdfAnisotropic
Added
bpy.types.ShaderNodeBsdfAnisotropic.distribution
bpy.types.Paint
Added
bpy.types.Paint.palette
bpy.types.ImagePaint
Added
bpy.types.ImagePaint.canvasbpy.types.ImagePaint.clone_imagebpy.types.ImagePaint.detect_databpy.types.ImagePaint.missing_materialsbpy.types.ImagePaint.missing_stencilbpy.types.ImagePaint.missing_texturebpy.types.ImagePaint.missing_uvsbpy.types.ImagePaint.modebpy.types.ImagePaint.stencil_colorbpy.types.ImagePaint.stencil_image
bpy.types.IMAGE_UV_sculpt
Added
bpy.types.IMAGE_UV_sculpt.prop_unified_colorbpy.types.IMAGE_UV_sculpt.prop_unified_color_picker
bpy.types.CyclesCameraSettings
Added
bpy.types.CyclesCameraSettings.aperture_ratio
bpy.types.CyclesMaterialSettings
Added
bpy.types.CyclesMaterialSettings.volume_sampling
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.caustics_reflectivebpy.types.CyclesRenderSettings.caustics_refractive
Removed
no_caustics
volume_homogeneous_sampling
bpy.types.CyclesVisibilitySettings
Added
bpy.types.CyclesVisibilitySettings.scatter
bpy.types.CyclesWorldSettings
Added
bpy.types.CyclesWorldSettings.volume_sampling
bpy.types.OperatorStrokeElement
Added
bpy.types.OperatorStrokeElement.size
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.bl_use_texture_previewbpy.types.RenderEngine.layer_override
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.preview_start_resolutionbpy.types.RenderSettings.use_render_cache
bpy.types.SpaceUVEditor
Added
bpy.types.SpaceUVEditor.show_texpaint
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.handle_vertexbpy.types.ThemeImageEditor.handle_vertex_selectbpy.types.ThemeImageEditor.handle_vertex_sizebpy.types.ThemeImageEditor.paint_curve_handlebpy.types.ThemeImageEditor.paint_curve_pivot
bpy.types.ThemeUserInterface
Added
bpy.types.ThemeUserInterface.wcol_pie_menu
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.paint_curve_handlebpy.types.ThemeView3D.paint_curve_pivotbpy.types.ThemeView3D.split_normal
bpy.types.UILayout
Added
bpy.types.UILayout.menu_piebpy.types.UILayout.template_palette
Function Arguments
bpy.types.UILayout.template_curve_mapping(data, property, type, levels, brush, use_negative_slope), was (data, property, type, levels, brush)
bpy.types.UnifiedPaintSettings
Added
bpy.types.UnifiedPaintSettings.colorbpy.types.UnifiedPaintSettings.secondary_colorbpy.types.UnifiedPaintSettings.use_unified_color
bpy.types.UserPreferencesFilePaths
Added
bpy.types.UserPreferencesFilePaths.render_cache_directory
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.font_path_uibpy.types.UserPreferencesSystem.is_occlusion_query_supportedbpy.types.UserPreferencesSystem.select_method
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.pie_animation_timeoutbpy.types.UserPreferencesView.pie_initial_timeoutbpy.types.UserPreferencesView.pie_menu_radiusbpy.types.UserPreferencesView.pie_menu_threshold
2.72 to 2.73
bpy.types.ActionGroup
Added
bpy.types.ActionGroup.is_custom_color_set
bpy.types.BoneGroup
Added
bpy.types.BoneGroup.is_custom_color_set
bpy.types.StretchToConstraint
Added
bpy.types.StretchToConstraint.bulge_maxbpy.types.StretchToConstraint.bulge_minbpy.types.StretchToConstraint.bulge_smoothbpy.types.StretchToConstraint.use_bulge_maxbpy.types.StretchToConstraint.use_bulge_min
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.show_gpencil
bpy.types.FreestyleSettings
Added
bpy.types.FreestyleSettings.use_view_map_cache
bpy.types.GPencilLayer
Added
bpy.types.GPencilLayer.after_colorbpy.types.GPencilLayer.before_colorbpy.types.GPencilLayer.fill_alphabpy.types.GPencilLayer.fill_colorbpy.types.GPencilLayer.ghost_after_rangebpy.types.GPencilLayer.ghost_before_rangebpy.types.GPencilLayer.use_ghost_custom_colorsbpy.types.GPencilLayer.use_volumetric_strokes
Removed
ghost_range_max
bpy.types.GPencilStroke
Added
bpy.types.GPencilStroke.select
bpy.types.GPencilStrokePoint
Added
bpy.types.GPencilStrokePoint.select
bpy.types.GreasePencilLayers
Added
bpy.types.GreasePencilLayers.active_index
bpy.types.FreestyleLineStyle
Added
bpy.types.FreestyleLineStyle.chain_countbpy.types.FreestyleLineStyle.use_chain_count
bpy.types.GreasePencil
Added
bpy.types.GreasePencil.animation_databpy.types.GreasePencil.use_stroke_edit_mode
bpy.types.Image
Added
bpy.types.Image.generated_colorbpy.types.Image.render_slots
Removed
render_slot
bpy.types.Scene
Added
bpy.types.Scene.uvedit_aspect
bpy.types.CyclesLampSettings
Added
bpy.types.CyclesLampSettings.max_bounces
bpy.types.CyclesMaterialSettings
Added
bpy.types.CyclesMaterialSettings.volume_interpolation
bpy.types.CyclesWorldSettings
Added
bpy.types.CyclesWorldSettings.volume_interpolation
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.error_set
bpy.types.RenderPass
Added
bpy.types.RenderPass.debug_type
bpy.types.SculptToolCapabilities
Renamed
has_strength ->
bpy.types.SculptToolCapabilities.has_strength_pressure
bpy.types.SceneSequence
Added
bpy.types.SceneSequence.use_grease_pencil
bpy.types.SpaceSequenceEditor
Added
bpy.types.SpaceSequenceEditor.show_backdropbpy.types.SpaceSequenceEditor.show_strip_offsetbpy.types.SpaceSequenceEditor.waveform_draw_type
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.show_world
bpy.types.ThemeClipEditor
Removed
grid
bpy.types.ThemeNodeEditor
Added
bpy.types.ThemeNodeEditor.wire_inner
bpy.types.ThemeUserInterface
Added
bpy.types.ThemeUserInterface.widget_emboss
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.grease_pencil_source
bpy.types.UILayout
Function Arguments
bpy.types.UILayout.operator(operator, text, text_ctxt, translate, icon, emboss, icon_value), was (operator, text, text_ctxt, translate, icon, emboss)
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.virtual_pixel_mode
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.pie_menu_confirm
2.73 to 2.74
bpy.types.BackgroundImage
Added
bpy.types.BackgroundImage.rotationbpy.types.BackgroundImage.use_flip_xbpy.types.BackgroundImage.use_flip_y
bpy.types.BrushCapabilities
Removed
has_texture_angle
has_texture_angle_source
bpy.types.ClothCollisionSettings
Added
bpy.types.ClothCollisionSettings.damping
bpy.types.ClothSettings
Added
bpy.types.ClothSettings.bending_dampingbpy.types.ClothSettings.density_strengthbpy.types.ClothSettings.density_targetbpy.types.ClothSettings.voxel_cell_size
Removed
pre_roll
bpy.types.SplineIKConstraint
Added
bpy.types.SplineIKConstraint.bulgebpy.types.SplineIKConstraint.bulge_maxbpy.types.SplineIKConstraint.bulge_minbpy.types.SplineIKConstraint.bulge_smoothbpy.types.SplineIKConstraint.use_bulge_maxbpy.types.SplineIKConstraint.use_bulge_min
bpy.types.FCurve
Added
bpy.types.FCurve.convert_to_keyframesbpy.types.FCurve.convert_to_samples
bpy.types.FileSelectParams
Added
bpy.types.FileSelectParams.filter_search
bpy.types.GPencilLayer
Added
bpy.types.GPencilLayer.is_fill_visiblebpy.types.GPencilLayer.is_stroke_visible
bpy.types.Brush
Removed
texture_angle_source_no_random
texture_angle_source_random
use_rake
use_random_rotation
bpy.types.Camera
Added
bpy.types.Camera.gpu_dofbpy.types.Camera.show_safe_center
Renamed
show_title_safe ->
bpy.types.Camera.show_safe_areas
bpy.types.Image
Added
bpy.types.Image.use_deinterlace
Function Arguments
bpy.types.Image.pack(as_png, data, data_len), was (as_png)
bpy.types.Key
Removed
slurph
bpy.types.Mesh
Added
bpy.types.Mesh.create_normals_splitbpy.types.Mesh.has_custom_normalsbpy.types.Mesh.normals_split_custom_setbpy.types.Mesh.normals_split_custom_set_from_verticesbpy.types.Mesh.vertex_layers_floatbpy.types.Mesh.vertex_layers_intbpy.types.Mesh.vertex_layers_string
Function Arguments
bpy.types.Mesh.calc_normals_split(), was (split_angle)bpy.types.Mesh.validate(verbose, clean_customdata), was (verbose)
bpy.types.Object
Added
bpy.types.Object.calc_matrix_camerabpy.types.Object.camera_fit_coords
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.bending_randombpy.types.ParticleSettings.clump_curvebpy.types.ParticleSettings.clump_noise_sizebpy.types.ParticleSettings.kink_amplitude_randombpy.types.ParticleSettings.kink_axis_randombpy.types.ParticleSettings.kink_extra_stepsbpy.types.ParticleSettings.roughness_curvebpy.types.ParticleSettings.show_guide_hairsbpy.types.ParticleSettings.show_hair_gridbpy.types.ParticleSettings.use_clump_curvebpy.types.ParticleSettings.use_clump_noisebpy.types.ParticleSettings.use_roughness_curve
bpy.types.Scene
Added
bpy.types.Scene.safe_areas
bpy.types.Screen
Added
bpy.types.Screen.use_follow
bpy.types.Sound
Added
bpy.types.Sound.packbpy.types.Sound.unpack
bpy.types.VectorFont
Added
bpy.types.VectorFont.packbpy.types.VectorFont.unpack
bpy.types.KeyingSet
Added
bpy.types.KeyingSet.use_insertkey_neededbpy.types.KeyingSet.use_insertkey_override_neededbpy.types.KeyingSet.use_insertkey_override_visualbpy.types.KeyingSet.use_insertkey_override_xyz_to_rgbbpy.types.KeyingSet.use_insertkey_visualbpy.types.KeyingSet.use_insertkey_xyz_to_rgb
Removed
bl_options
bpy.types.KeyingSetPath
Added
bpy.types.KeyingSetPath.use_insertkey_neededbpy.types.KeyingSetPath.use_insertkey_override_neededbpy.types.KeyingSetPath.use_insertkey_override_visualbpy.types.KeyingSetPath.use_insertkey_override_xyz_to_rgbbpy.types.KeyingSetPath.use_insertkey_visualbpy.types.KeyingSetPath.use_insertkey_xyz_to_rgb
Removed
bl_options
bpy.types.ClothModifier
Added
bpy.types.ClothModifier.hair_grid_maxbpy.types.ClothModifier.hair_grid_minbpy.types.ClothModifier.hair_grid_resolutionbpy.types.ClothModifier.solver_result
bpy.types.HookModifier
Added
bpy.types.HookModifier.falloff_curvebpy.types.HookModifier.falloff_typebpy.types.HookModifier.use_falloff_uniform
Renamed
falloff ->
bpy.types.HookModifier.falloff_radiusforce ->
bpy.types.HookModifier.strength
bpy.types.Node
Added
bpy.types.Node.shading_compatibility
bpy.types.CompositorNodePlaneTrackDeform
Added
bpy.types.CompositorNodePlaneTrackDeform.motion_blur_samplesbpy.types.CompositorNodePlaneTrackDeform.motion_blur_shutterbpy.types.CompositorNodePlaneTrackDeform.use_motion_blur
bpy.types.NodeFrame
Added
bpy.types.NodeFrame.text
bpy.types.ShaderNodeTexCoord
Added
bpy.types.ShaderNodeTexCoord.object
bpy.types.Paint
Added
bpy.types.Paint.cavity_curvebpy.types.Paint.use_cavity
bpy.types.ImagePaint
Added
bpy.types.ImagePaint.dither
bpy.types.ParticleEdit
Added
bpy.types.ParticleEdit.shape_object
bpy.types.CyclesCameraSettings
Added
bpy.types.CyclesCameraSettings.latitude_maxbpy.types.CyclesCameraSettings.latitude_minbpy.types.CyclesCameraSettings.longitude_maxbpy.types.CyclesCameraSettings.longitude_min
bpy.types.RegionView3D
Added
bpy.types.RegionView3D.window_matrix
bpy.types.SequenceProxy
Added
bpy.types.SequenceProxy.use_overwrite
bpy.types.SpaceFileBrowser
Added
bpy.types.SpaceFileBrowser.bookmarksbpy.types.SpaceFileBrowser.bookmarks_activebpy.types.SpaceFileBrowser.recent_foldersbpy.types.SpaceFileBrowser.recent_folders_activebpy.types.SpaceFileBrowser.system_bookmarksbpy.types.SpaceFileBrowser.system_bookmarks_activebpy.types.SpaceFileBrowser.system_foldersbpy.types.SpaceFileBrowser.system_folders_active
bpy.types.SpaceOutliner
Added
bpy.types.SpaceOutliner.use_sort_alpha
bpy.types.SpaceSequenceEditor
Added
bpy.types.SpaceSequenceEditor.show_safe_areasbpy.types.SpaceSequenceEditor.show_safe_center
Removed
show_safe_margin
bpy.types.SpaceTextEditor
Added
bpy.types.SpaceTextEditor.region_location_from_cursor
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.fx_settings
bpy.types.BrushTextureSlot
Added
bpy.types.BrushTextureSlot.has_random_texture_anglebpy.types.BrushTextureSlot.has_texture_anglebpy.types.BrushTextureSlot.has_texture_angle_sourcebpy.types.BrushTextureSlot.random_anglebpy.types.BrushTextureSlot.use_rakebpy.types.BrushTextureSlot.use_random
bpy.types.ParticleSettingsTextureSlot
Added
bpy.types.ParticleSettingsTextureSlot.kink_amp_factorbpy.types.ParticleSettingsTextureSlot.kink_freq_factorbpy.types.ParticleSettingsTextureSlot.use_map_kink_ampbpy.types.ParticleSettingsTextureSlot.use_map_kink_freq
Removed
kink_factor
use_map_kink
bpy.types.ThemeClipEditor
Added
bpy.types.ThemeClipEditor.gp_vertexbpy.types.ThemeClipEditor.gp_vertex_selectbpy.types.ThemeClipEditor.gp_vertex_size
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.gp_vertexbpy.types.ThemeImageEditor.gp_vertex_selectbpy.types.ThemeImageEditor.gp_vertex_size
bpy.types.ThemeNodeEditor
Added
bpy.types.ThemeNodeEditor.gp_vertexbpy.types.ThemeNodeEditor.gp_vertex_selectbpy.types.ThemeNodeEditor.gp_vertex_size
bpy.types.ThemeSequenceEditor
Added
bpy.types.ThemeSequenceEditor.gp_vertexbpy.types.ThemeSequenceEditor.gp_vertex_selectbpy.types.ThemeSequenceEditor.gp_vertex_size
bpy.types.ThemeTimeline
Added
bpy.types.ThemeTimeline.time_grease_pencilbpy.types.ThemeTimeline.time_keyframe
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.clipping_border_3dbpy.types.ThemeView3D.gp_vertexbpy.types.ThemeView3D.gp_vertex_selectbpy.types.ThemeView3D.gp_vertex_size
bpy.types.UILayout
Function Arguments
bpy.types.UILayout.template_list(listtype_name, list_id, dataptr, propname, active_dataptr, active_propname, item_dyntip_propname, rows, maxrows, type, columns), was (listtype_name, list_id, dataptr, propname, active_dataptr, active_propname, rows, maxrows, type, columns)
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.pixel_size
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.use_gl_warn_support
bpy.types.VoxelData
Added
bpy.types.VoxelData.hair_data_type
2.74 to 2.75
bpy.types.BakePixel
Added
bpy.types.BakePixel.object_id
bpy.types.BlendData
Added
bpy.types.BlendData.palettes
bpy.types.BlendDataImages
Function Arguments
bpy.types.BlendDataImages.new(name, width, height, alpha, float_buffer, stereo3d), was (name, width, height, alpha, float_buffer)
bpy.types.BlendDataSounds
Added
bpy.types.BlendDataSounds.loadbpy.types.BlendDataSounds.remove
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.filter_textbpy.types.DopeSheet.use_filter_text
bpy.types.FileSelectParams
Added
bpy.types.FileSelectParams.thumbnail_size
bpy.types.GPUDOFSettings
Added
bpy.types.GPUDOFSettings.bladesbpy.types.GPUDOFSettings.is_hq_supportedbpy.types.GPUDOFSettings.use_high_quality
bpy.types.Camera
Added
bpy.types.Camera.stereo
bpy.types.Image
Added
bpy.types.Image.buffers_freebpy.types.Image.is_multiviewbpy.types.Image.is_stereo_3dbpy.types.Image.packed_filesbpy.types.Image.stereo_3d_formatbpy.types.Image.use_multiviewbpy.types.Image.views_format
bpy.types.SunLamp
Added
bpy.types.SunLamp.show_shadow_box
bpy.types.Mesh
Added
bpy.types.Mesh.vertex_paint_masks
Function Arguments
bpy.types.Mesh.calc_tessface(free_mpoly), was ()
bpy.types.Object
Added
bpy.types.Object.cache_releasebpy.types.Object.shape_key_remove
bpy.types.Scene
Added
bpy.types.Scene.depsgraph
bpy.types.ImageFormatSettings
Added
bpy.types.ImageFormatSettings.stereo_3d_formatbpy.types.ImageFormatSettings.views_format
bpy.types.ImageUser
Added
bpy.types.ImageUser.multilayer_view
Removed
multilayer_pass
bpy.types.LodLevel
Added
bpy.types.LodLevel.object_hysteresis_percentagebpy.types.LodLevel.use_object_hysteresis
bpy.types.DecimateModifier
Added
bpy.types.DecimateModifier.vertex_group_factor
bpy.types.CompositorNodeImage
Added
bpy.types.CompositorNodeImage.has_layersbpy.types.CompositorNodeImage.has_viewsbpy.types.CompositorNodeImage.view
bpy.types.TextureNodeImage
Added
bpy.types.TextureNodeImage.image_user
bpy.types.Operator
Added
bpy.types.Operator.macrosbpy.types.Operator.options
bpy.types.Sculpt
Added
bpy.types.Sculpt.detail_percent
bpy.types.PointCache
Renamed
frames_skipped ->
bpy.types.PointCache.is_frame_skip
bpy.types.CyclesLampSettings
Added
bpy.types.CyclesLampSettings.is_portal
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.use_animated_seed
bpy.types.Region
Removed
callback_add
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.active_view_setbpy.types.RenderEngine.bl_use_shading_nodes_custombpy.types.RenderEngine.camera_model_matrixbpy.types.RenderEngine.camera_shift_x
Function Arguments
bpy.types.RenderEngine.bake(scene, object, pass_type, object_id, pixel_array, num_pixels, depth, result), was (scene, object, pass_type, pixel_array, num_pixels, depth, result)bpy.types.RenderEngine.begin_result(x, y, w, h, layer, view), was (x, y, w, h, layer)
bpy.types.CYCLES
Function Arguments
bpy.types.CYCLES.bake(self, scene, obj, pass_type, object_id, pixel_array, num_pixels, depth, result), was (self, scene, obj, pass_type, pixel_array, num_pixels, depth, result)
bpy.types.RenderLayer
Removed
rect
bpy.types.RenderPass
Added
bpy.types.RenderPass.view_id
bpy.types.RenderResult
Added
bpy.types.RenderResult.views
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.simplify_child_particles_renderbpy.types.RenderSettings.simplify_subdivision_renderbpy.types.RenderSettings.stereo_viewsbpy.types.RenderSettings.use_multiviewbpy.types.RenderSettings.viewsbpy.types.RenderSettings.views_format
Function Arguments
bpy.types.RenderSettings.frame_path(frame, preview, view), was (frame)
bpy.types.EffectSequence
Removed
use_proxy_custom_directory
use_proxy_custom_file
bpy.types.ImageSequence
Added
bpy.types.ImageSequence.stereo_3d_formatbpy.types.ImageSequence.use_multiviewbpy.types.ImageSequence.views_format
Removed
use_proxy_custom_directory
use_proxy_custom_file
bpy.types.MetaSequence
Removed
use_proxy_custom_directory
use_proxy_custom_file
bpy.types.MovieSequence
Added
bpy.types.MovieSequence.stereo_3d_formatbpy.types.MovieSequence.use_multiviewbpy.types.MovieSequence.views_format
Removed
use_proxy_custom_directory
use_proxy_custom_file
bpy.types.SceneSequence
Removed
use_proxy_custom_directory
use_proxy_custom_file
bpy.types.SequenceEditor
Added
bpy.types.SequenceEditor.proxy_dirbpy.types.SequenceEditor.proxy_storage
bpy.types.SequenceProxy
Added
bpy.types.SequenceProxy.use_proxy_custom_directorybpy.types.SequenceProxy.use_proxy_custom_file
bpy.types.SpaceImageEditor
Added
bpy.types.SpaceImageEditor.show_stereo_3d
bpy.types.SpaceSequenceEditor
Added
bpy.types.SpaceSequenceEditor.show_metadata
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.show_stereo_3d_camerasbpy.types.SpaceView3D.show_stereo_3d_convergence_planebpy.types.SpaceView3D.show_stereo_3d_volumebpy.types.SpaceView3D.stereo_3d_camerabpy.types.SpaceView3D.stereo_3d_convergence_plane_alphabpy.types.SpaceView3D.stereo_3d_eyebpy.types.SpaceView3D.stereo_3d_volume_alpha
bpy.types.SpaceUVEditor
Added
bpy.types.SpaceUVEditor.show_metadata
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.metadatabgbpy.types.ThemeImageEditor.metadatatext
bpy.types.ThemeSequenceEditor
Added
bpy.types.ThemeSequenceEditor.metadatabgbpy.types.ThemeSequenceEditor.metadatatext
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.lock_markersbpy.types.ToolSettings.use_proportional_actionbpy.types.ToolSettings.use_proportional_fcurve
bpy.types.UILayout
Added
bpy.types.UILayout.template_image_stereo_3dbpy.types.UILayout.template_image_views
Function Arguments
bpy.types.UILayout.menu(menu, text, text_ctxt, translate, icon, icon_value), was (menu, text, text_ctxt, translate, icon)bpy.types.UILayout.template_icon_view(data, property, show_labels), was (data, property)bpy.types.UILayout.template_image(data, property, image_user, compact, multiview), was (data, property, image_user, compact)
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.view_frame_keyframesbpy.types.UserPreferencesView.view_frame_secondsbpy.types.UserPreferencesView.view_frame_type
bpy.types.Window
Added
bpy.types.Window.stereo_3d_display
2.75 to 2.76
bpy.types.ActionFCurves
Added
bpy.types.ActionFCurves.find
bpy.types.BlendDataBrushes
Function Arguments
bpy.types.BlendDataBrushes.new(name, mode), was (name)
bpy.types.FileSelectParams
Added
bpy.types.FileSelectParams.filter_idbpy.types.FileSelectParams.filter_id_categorybpy.types.FileSelectParams.recursion_levelbpy.types.FileSelectParams.use_filter_blendidbpy.types.FileSelectParams.use_library_browsing
bpy.types.ID
Added
bpy.types.ID.preview
bpy.types.Brush
Removed
use_wrap
bpy.types.ImagePreview
Added
bpy.types.ImagePreview.icon_pixels_floatbpy.types.ImagePreview.image_pixels_float
bpy.types.ImageUser
Added
bpy.types.ImageUser.multilayer_pass
bpy.types.BevelModifier
Added
bpy.types.BevelModifier.loop_slide
bpy.types.SubsurfModifier
Added
bpy.types.SubsurfModifier.use_opensubdiv
bpy.types.ShaderNodeTexImage
Added
bpy.types.ShaderNodeTexImage.extension
bpy.types.Paint
Added
bpy.types.Paint.tile_offsetbpy.types.Paint.tile_xbpy.types.Paint.tile_ybpy.types.Paint.tile_z
bpy.types.CyclesObjectBlurSettings
Added
bpy.types.CyclesObjectBlurSettings.use_camera_cull
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.camera_cull_marginbpy.types.CyclesRenderSettings.use_camera_cull
bpy.types.CyclesWorldSettings
Added
bpy.types.CyclesWorldSettings.max_bounces
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.use_stamp_strip_meta
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.velocity_grid
bpy.types.SpaceClipEditor
Added
bpy.types.SpaceClipEditor.show_metadata
bpy.types.SpaceNodeEditor
Added
bpy.types.SpaceNodeEditor.insert_offset_directionbpy.types.SpaceNodeEditor.use_insert_offset
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.use_snap_grid_absolute
bpy.types.UILayout
Function Arguments
bpy.types.UILayout.template_icon_view(data, property, show_labels, scale), was (data, property, show_labels)
bpy.types.UserPreferencesEdit
Added
bpy.types.UserPreferencesEdit.node_margin
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.ndof_deadzone
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.opensubdiv_compute_type
2.76 to 2.77
bpy.types.AnimDataDrivers
Added
bpy.types.AnimDataDrivers.find
bpy.types.BakeSettings
Added
bpy.types.BakeSettings.pass_filterbpy.types.BakeSettings.use_pass_ambient_occlusionbpy.types.BakeSettings.use_pass_colorbpy.types.BakeSettings.use_pass_diffusebpy.types.BakeSettings.use_pass_directbpy.types.BakeSettings.use_pass_emitbpy.types.BakeSettings.use_pass_glossybpy.types.BakeSettings.use_pass_indirectbpy.types.BakeSettings.use_pass_subsurfacebpy.types.BakeSettings.use_pass_transmission
bpy.types.BlendData
Removed
scripts
bpy.types.BlendDataFonts
Function Arguments
bpy.types.BlendDataFonts.load(filepath, check_existing), was (filepath)
bpy.types.BlendDataImages
Function Arguments
bpy.types.BlendDataImages.load(filepath, check_existing), was (filepath)
bpy.types.BlendDataMasks
Added
bpy.types.BlendDataMasks.is_updated
bpy.types.BlendDataMovieClips
Added
bpy.types.BlendDataMovieClips.is_updated
Function Arguments
bpy.types.BlendDataMovieClips.load(filepath, check_existing), was (filepath)
bpy.types.BlendDataSounds
Function Arguments
bpy.types.BlendDataSounds.load(filepath, check_existing), was (filepath)
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.show_gpencil_3d_only
bpy.types.FileSelectParams
Added
bpy.types.FileSelectParams.display_size
Removed
thumbnail_size
bpy.types.ID
Added
bpy.types.ID.user_of_id
bpy.types.Brush
Added
bpy.types.Brush.rake_factor
bpy.types.FreestyleLineStyle
Added
bpy.types.FreestyleLineStyle.animation_data
bpy.types.GreasePencil
Added
bpy.types.GreasePencil.use_onion_skinning
Removed
draw_mode
use_stroke_endpoints
bpy.types.Object
Function Arguments
bpy.types.Object.closest_point_on_mesh(origin, distance), was (point, max_dist)bpy.types.Object.ray_cast(origin, direction, distance), was (start, end)
bpy.types.Scene
Function Arguments
bpy.types.Scene.ray_cast(origin, direction, distance), was (start, end)
bpy.types.ImageFormatSettings
Added
bpy.types.ImageFormatSettings.tiff_codec
bpy.types.ImagePackedFile
Added
bpy.types.ImagePackedFile.save
bpy.types.DataTransferModifier
Removed
data_types_loops_uv
data_types_loops_vcol
data_types_verts_vgroup
bpy.types.DecimateModifier
Added
bpy.types.DecimateModifier.symmetry_axisbpy.types.DecimateModifier.use_symmetry
bpy.types.Node
Added
bpy.types.Node.insert_link
bpy.types.CompositorNodeBlur
Added
bpy.types.CompositorNodeBlur.use_extended_bounds
bpy.types.CompositorNodeBokehBlur
Added
bpy.types.CompositorNodeBokehBlur.use_extended_bounds
bpy.types.CompositorNodeStabilize
Added
bpy.types.CompositorNodeStabilize.invert
bpy.types.ShaderNodeTexEnvironment
Added
bpy.types.ShaderNodeTexEnvironment.interpolation
bpy.types.ShaderNodeTexPointDensity
Added
bpy.types.ShaderNodeTexPointDensity.cache_point_densitybpy.types.ShaderNodeTexPointDensity.calc_point_density_minmax
bpy.types.ShaderNodeTexWave
Added
bpy.types.ShaderNodeTexWave.wave_profile
bpy.types.PoseBone
Added
bpy.types.PoseBone.custom_shape_scalebpy.types.PoseBone.use_custom_shape_bone_size
bpy.types.EnumProperty
Added
bpy.types.EnumProperty.enum_items_static
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.debug_opencl_device_typebpy.types.CyclesRenderSettings.debug_opencl_kernel_typebpy.types.CyclesRenderSettings.debug_use_cpu_avxbpy.types.CyclesRenderSettings.debug_use_cpu_avx2bpy.types.CyclesRenderSettings.debug_use_cpu_sse2bpy.types.CyclesRenderSettings.debug_use_cpu_sse3bpy.types.CyclesRenderSettings.debug_use_cpu_sse41bpy.types.CyclesRenderSettings.debug_use_opencl_debugbpy.types.CyclesRenderSettings.debug_use_qbvhbpy.types.CyclesRenderSettings.motion_blur_positionbpy.types.CyclesRenderSettings.pixel_filter_typebpy.types.CyclesRenderSettings.rolling_shutter_durationbpy.types.CyclesRenderSettings.rolling_shutter_type
Removed
use_cache
bpy.types.RenderEngine
Function Arguments
bpy.types.RenderEngine.bake(scene, object, pass_type, pass_filter, object_id, pixel_array, num_pixels, depth, result), was (scene, object, pass_type, object_id, pixel_array, num_pixels, depth, result)
bpy.types.CYCLES
Function Arguments
bpy.types.CYCLES.bake(self, scene, obj, pass_type, pass_filter, object_id, pixel_array, num_pixels, depth, result), was (self, scene, obj, pass_type, object_id, pixel_array, num_pixels, depth, result)
bpy.types.RenderLayer
Added
bpy.types.RenderLayer.use_ao
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.motion_blur_shutter_curve
Removed
use_free_unused_nodes
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.use_ao
bpy.types.SculptToolCapabilities
Added
bpy.types.SculptToolCapabilities.has_rake_factor
bpy.types.TextSequence
Added
bpy.types.TextSequence.align_ybpy.types.TextSequence.wrap_width
Renamed
align ->
bpy.types.TextSequence.align_x
bpy.types.WipeSequence
Added
bpy.types.WipeSequence.input_2
bpy.types.SceneSequence
Added
bpy.types.SceneSequence.use_sequence
bpy.types.SoundSequence
Removed
filepath
bpy.types.SequenceModifier
Added
bpy.types.SequenceModifier.mask_time
bpy.types.ShapeKey
Added
bpy.types.ShapeKey.normals_polygon_getbpy.types.ShapeKey.normals_split_getbpy.types.ShapeKey.normals_vertex_get
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.cache_file_formatbpy.types.SmokeDomainSettings.data_depthbpy.types.SmokeDomainSettings.openvdb_cache_compress_type
bpy.types.SpaceGraphEditor
Added
bpy.types.SpaceGraphEditor.cursor_position_x
bpy.types.ThemeSequenceEditor
Added
bpy.types.ThemeSequenceEditor.text_strip
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.text_grease_pencilbpy.types.ThemeView3D.text_keyframe
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.gpencil_sculptbpy.types.ToolSettings.gpencil_stroke_placement_image_editorbpy.types.ToolSettings.gpencil_stroke_placement_sequencer_previewbpy.types.ToolSettings.gpencil_stroke_placement_view2dbpy.types.ToolSettings.gpencil_stroke_placement_view3dbpy.types.ToolSettings.use_gpencil_additive_drawingbpy.types.ToolSettings.use_gpencil_stroke_endpoints
Renamed
use_grease_pencil_sessions ->
bpy.types.ToolSettings.use_gpencil_continuous_drawing
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.font_path_ui_mono
Removed
is_occlusion_query_supported
use_vertex_buffer_objects
bpy.types.UserPreferencesView
Removed
use_gl_warn_support
2.77 to 2.78
bpy.types.AnimData
Added
bpy.types.AnimData.use_tweak_mode
bpy.types.BlendData
Added
bpy.types.BlendData.cache_filesbpy.types.BlendData.paint_curves
bpy.types.BlendDataActions
Function Arguments
bpy.types.BlendDataActions.remove(action, do_unlink), was (action)
bpy.types.BlendDataArmatures
Function Arguments
bpy.types.BlendDataArmatures.remove(armature, do_unlink), was (armature)
bpy.types.BlendDataBrushes
Function Arguments
bpy.types.BlendDataBrushes.remove(brush, do_unlink), was (brush)
bpy.types.BlendDataCameras
Function Arguments
bpy.types.BlendDataCameras.remove(camera, do_unlink), was (camera)
bpy.types.BlendDataCurves
Function Arguments
bpy.types.BlendDataCurves.remove(curve, do_unlink), was (curve)
bpy.types.BlendDataFonts
Function Arguments
bpy.types.BlendDataFonts.remove(vfont, do_unlink), was (vfont)
bpy.types.BlendDataGreasePencils
Function Arguments
bpy.types.BlendDataGreasePencils.remove(grease_pencil, do_unlink), was (grease_pencil)
bpy.types.BlendDataGroups
Function Arguments
bpy.types.BlendDataGroups.remove(group, do_unlink), was (group)
bpy.types.BlendDataImages
Function Arguments
bpy.types.BlendDataImages.remove(image, do_unlink), was (image)
bpy.types.BlendDataLamps
Function Arguments
bpy.types.BlendDataLamps.remove(lamp, do_unlink), was (lamp)
bpy.types.BlendDataLattices
Function Arguments
bpy.types.BlendDataLattices.remove(lattice, do_unlink), was (lattice)
bpy.types.BlendDataLineStyles
Function Arguments
bpy.types.BlendDataLineStyles.remove(linestyle, do_unlink), was (linestyle)
bpy.types.BlendDataMasks
Function Arguments
bpy.types.BlendDataMasks.remove(mask, do_unlink), was (mask)
bpy.types.BlendDataMaterials
Function Arguments
bpy.types.BlendDataMaterials.remove(material, do_unlink), was (material)
bpy.types.BlendDataMeshes
Function Arguments
bpy.types.BlendDataMeshes.remove(mesh, do_unlink), was (mesh)
bpy.types.BlendDataMetaBalls
Function Arguments
bpy.types.BlendDataMetaBalls.remove(metaball, do_unlink), was (metaball)
bpy.types.BlendDataMovieClips
Function Arguments
bpy.types.BlendDataMovieClips.remove(clip, do_unlink), was (clip)
bpy.types.BlendDataNodeTrees
Function Arguments
bpy.types.BlendDataNodeTrees.remove(tree, do_unlink), was (tree)
bpy.types.BlendDataObjects
Function Arguments
bpy.types.BlendDataObjects.remove(object, do_unlink), was (object)
bpy.types.BlendDataPalettes
Function Arguments
bpy.types.BlendDataPalettes.remove(palette, do_unlink), was (palette)
bpy.types.BlendDataParticles
Function Arguments
bpy.types.BlendDataParticles.remove(particle, do_unlink), was (particle)
bpy.types.BlendDataScenes
Function Arguments
bpy.types.BlendDataScenes.remove(scene, do_unlink), was (scene)
bpy.types.BlendDataSounds
Function Arguments
bpy.types.BlendDataSounds.remove(sound, do_unlink), was (sound)
bpy.types.BlendDataSpeakers
Function Arguments
bpy.types.BlendDataSpeakers.remove(speaker, do_unlink), was (speaker)
bpy.types.BlendDataTexts
Function Arguments
bpy.types.BlendDataTexts.remove(text, do_unlink), was (text)
bpy.types.BlendDataTextures
Function Arguments
bpy.types.BlendDataTextures.remove(texture, do_unlink), was (texture)
bpy.types.BlendDataWorlds
Function Arguments
bpy.types.BlendDataWorlds.remove(world, do_unlink), was (world)
bpy.types.Bone
Added
bpy.types.Bone.bbone_curveinxbpy.types.Bone.bbone_curveinybpy.types.Bone.bbone_curveoutxbpy.types.Bone.bbone_curveoutybpy.types.Bone.bbone_rollinbpy.types.Bone.bbone_rolloutbpy.types.Bone.bbone_scaleinbpy.types.Bone.bbone_scaleoutbpy.types.Bone.use_endroll_as_inroll
bpy.types.CameraStereoData
Added
bpy.types.CameraStereoData.pole_merge_angle_frombpy.types.CameraStereoData.pole_merge_angle_tobpy.types.CameraStereoData.use_pole_mergebpy.types.CameraStereoData.use_spherical_stereo
bpy.types.ClothSettings
Added
bpy.types.ClothSettings.time_scalebpy.types.ClothSettings.use_dynamic_mesh
bpy.types.CopyLocationConstraint
Added
bpy.types.CopyLocationConstraint.use_bbone_shape
bpy.types.CopyTransformsConstraint
Added
bpy.types.CopyTransformsConstraint.use_bbone_shape
bpy.types.DampedTrackConstraint
Added
bpy.types.DampedTrackConstraint.use_bbone_shape
bpy.types.LimitDistanceConstraint
Added
bpy.types.LimitDistanceConstraint.use_bbone_shape
bpy.types.LockedTrackConstraint
Added
bpy.types.LockedTrackConstraint.use_bbone_shape
bpy.types.PivotConstraint
Added
bpy.types.PivotConstraint.use_bbone_shape
bpy.types.StretchToConstraint
Added
bpy.types.StretchToConstraint.use_bbone_shape
bpy.types.TrackToConstraint
Added
bpy.types.TrackToConstraint.use_bbone_shape
bpy.types.DopeSheet
Added
bpy.types.DopeSheet.use_datablock_sortbpy.types.DopeSheet.use_multi_word_filter
bpy.types.Driver
Added
bpy.types.Driver.use_self
bpy.types.DriverVariable
Added
bpy.types.DriverVariable.is_name_valid
bpy.types.EditBone
Added
bpy.types.EditBone.bbone_curveinxbpy.types.EditBone.bbone_curveinybpy.types.EditBone.bbone_curveoutxbpy.types.EditBone.bbone_curveoutybpy.types.EditBone.bbone_rollinbpy.types.EditBone.bbone_rolloutbpy.types.EditBone.bbone_scaleinbpy.types.EditBone.bbone_scaleoutbpy.types.EditBone.use_endroll_as_inroll
bpy.types.FCurveKeyframePoints
Function Arguments
bpy.types.FCurveKeyframePoints.insert(frame, value, options, keyframe_type), was (frame, value, options)
bpy.types.GPencilLayer
Added
bpy.types.GPencilLayer.is_parentedbpy.types.GPencilLayer.matrix_inversebpy.types.GPencilLayer.parentbpy.types.GPencilLayer.parent_bonebpy.types.GPencilLayer.parent_typebpy.types.GPencilLayer.tint_colorbpy.types.GPencilLayer.tint_factorbpy.types.GPencilLayer.unlock_color
Removed
color
fill_alpha
fill_color
is_fill_visible
is_stroke_visible
Renamed
alpha ->
bpy.types.GPencilLayer.opacityline_width ->
bpy.types.GPencilLayer.line_change
bpy.types.GPencilSculptSettings
Added
bpy.types.GPencilSculptSettings.affect_positionbpy.types.GPencilSculptSettings.affect_strengthbpy.types.GPencilSculptSettings.affect_thicknessbpy.types.GPencilSculptSettings.selection_alpha
bpy.types.GPencilStroke
Added
bpy.types.GPencilStroke.colorbpy.types.GPencilStroke.colornamebpy.types.GPencilStroke.draw_cyclicbpy.types.GPencilStroke.line_widthbpy.types.GPencilStroke.triangles
bpy.types.GPencilStrokePoint
Added
bpy.types.GPencilStrokePoint.strength
bpy.types.GPencilStrokePoints
Function Arguments
bpy.types.GPencilStrokePoints.add(count, pressure, strength), was (count)
bpy.types.GPencilStrokes
Function Arguments
bpy.types.GPencilStrokes.new(colorname), was ()
bpy.types.ID
Added
bpy.types.ID.user_remap
bpy.types.TextCurve
Added
bpy.types.TextCurve.align_xbpy.types.TextCurve.align_y
Removed
align
bpy.types.GreasePencil
Added
bpy.types.GreasePencil.palettesbpy.types.GreasePencil.show_stroke_direction
bpy.types.PointLamp
Added
bpy.types.PointLamp.constant_coefficientbpy.types.PointLamp.linear_coefficientbpy.types.PointLamp.quadratic_coefficient
bpy.types.SpotLamp
Added
bpy.types.SpotLamp.constant_coefficientbpy.types.SpotLamp.linear_coefficientbpy.types.SpotLamp.quadratic_coefficient
bpy.types.Library
Added
bpy.types.Library.reload
bpy.types.Mesh
Added
bpy.types.Mesh.flip_normalsbpy.types.Mesh.split_faces
bpy.types.MovieClip
Added
bpy.types.MovieClip.animation_data
bpy.types.ParticleSettings
Added
bpy.types.ParticleSettings.collision_group
bpy.types.Scene
Added
bpy.types.Scene.alembic_export
Function Arguments
bpy.types.Scene.collada_export(filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_ngons, use_object_instantiation, use_blender_profile, sort_by_name, open_sim, export_transformation_type), was (filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_ngons, use_object_instantiation, sort_by_name, open_sim, export_transformation_type)
bpy.types.WholeCharacter
Added
bpy.types.WholeCharacter.doBBone
bpy.types.MeshPolygon
Added
bpy.types.MeshPolygon.flip
bpy.types.BooleanModifier
Added
bpy.types.BooleanModifier.double_thresholdbpy.types.BooleanModifier.solver
bpy.types.HookModifier
Added
bpy.types.HookModifier.matrix_inverse
bpy.types.NormalEditModifier
Added
bpy.types.NormalEditModifier.mix_limit
bpy.types.ShrinkwrapModifier
Added
bpy.types.ShrinkwrapModifier.invert_vertex_group
bpy.types.SimpleDeformModifier
Added
bpy.types.SimpleDeformModifier.invert_vertex_group
bpy.types.MovieTrackingStabilization
Added
bpy.types.MovieTrackingStabilization.active_rotation_track_indexbpy.types.MovieTrackingStabilization.anchor_framebpy.types.MovieTrackingStabilization.rotation_tracksbpy.types.MovieTrackingStabilization.show_tracks_expandedbpy.types.MovieTrackingStabilization.target_positionbpy.types.MovieTrackingStabilization.target_rotationbpy.types.MovieTrackingStabilization.target_scalebpy.types.MovieTrackingStabilization.use_stabilize_scale
Removed
rotation_track
bpy.types.MovieTrackingTrack
Added
bpy.types.MovieTrackingTrack.weight_stab
bpy.types.CompositorNodeColorBalance
Added
bpy.types.CompositorNodeColorBalance.offset_basis
bpy.types.ShaderNodeTexPointDensity
Added
bpy.types.ShaderNodeTexPointDensity.vertex_attribute_name
Renamed
color_source ->
bpy.types.ShaderNodeTexPointDensity.particle_color_sourcecolor_source ->
bpy.types.ShaderNodeTexPointDensity.vertex_color_source
bpy.types.PointDensity
Added
bpy.types.PointDensity.vertex_attribute_name
Renamed
color_source ->
bpy.types.PointDensity.particle_color_sourcecolor_source ->
bpy.types.PointDensity.vertex_color_source
bpy.types.PoseBone
Added
bpy.types.PoseBone.bbone_curveinxbpy.types.PoseBone.bbone_curveinybpy.types.PoseBone.bbone_curveoutxbpy.types.PoseBone.bbone_curveoutybpy.types.PoseBone.bbone_custom_handle_endbpy.types.PoseBone.bbone_custom_handle_startbpy.types.PoseBone.bbone_rollinbpy.types.PoseBone.bbone_rolloutbpy.types.PoseBone.bbone_scaleinbpy.types.PoseBone.bbone_scaleoutbpy.types.PoseBone.use_bbone_custom_handlesbpy.types.PoseBone.use_bbone_relative_end_handlebpy.types.PoseBone.use_bbone_relative_start_handle
bpy.types.BoolProperty
Added
bpy.types.BoolProperty.is_array
bpy.types.FloatProperty
Added
bpy.types.FloatProperty.is_array
bpy.types.IntProperty
Added
bpy.types.IntProperty.is_array
bpy.types.CyclesMaterialSettings
Added
bpy.types.CyclesMaterialSettings.displacement_method
bpy.types.CyclesMeshSettings
Removed
dicing_rate
displacement_method
use_subdivision
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.debug_bvh_time_stepsbpy.types.CyclesRenderSettings.debug_use_cuda_adaptive_compilebpy.types.CyclesRenderSettings.debug_use_hair_bvhbpy.types.CyclesRenderSettings.dicing_ratebpy.types.CyclesRenderSettings.distance_cull_marginbpy.types.CyclesRenderSettings.light_sampling_thresholdbpy.types.CyclesRenderSettings.max_subdivisionsbpy.types.CyclesRenderSettings.preview_dicing_ratebpy.types.CyclesRenderSettings.texture_limitbpy.types.CyclesRenderSettings.texture_limit_renderbpy.types.CyclesRenderSettings.use_distance_cull
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.active_view_getbpy.types.RenderEngine.bl_use_spherical_stereobpy.types.RenderEngine.use_spherical_stereo
Function Arguments
bpy.types.RenderEngine.camera_model_matrix(camera, use_spherical_stereo, r_model_matrix), was (camera, r_model_matrix)bpy.types.RenderEngine.camera_shift_x(camera, use_spherical_stereo), was (camera)
bpy.types.RenderSettings
Added
bpy.types.RenderSettings.use_spherical_stereobpy.types.RenderSettings.use_stamp_labelsbpy.types.RenderSettings.use_stamp_memorybpy.types.RenderSettings.use_world_space_shading
bpy.types.TextSequence
Added
bpy.types.TextSequence.colorbpy.types.TextSequence.shadow_color
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.heat_grid
bpy.types.SoftBodySettings
Added
bpy.types.SoftBodySettings.collision_group
bpy.types.SpaceNLA
Added
bpy.types.SpaceNLA.show_local_markers
bpy.types.ThemeDopeSheet
Added
bpy.types.ThemeDopeSheet.keyframe_scale_factor
bpy.types.ThemeFileBrowser
Removed
active_file
active_file_text
scroll_handle
scrollbar
space_list
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.curve_paint_settingsbpy.types.ToolSettings.gpencil_brushesbpy.types.ToolSettings.keyframe_typebpy.types.ToolSettings.use_gpencil_draw_onback
bpy.types.UILayout
Added
bpy.types.UILayout.template_cache_file
bpy.types.UserPreferences
Added
bpy.types.UserPreferences.version
bpy.types.UserPreferencesEdit
Removed
use_grease_pencil_smooth_stroke
bpy.types.UserPreferencesInput
Added
bpy.types.UserPreferencesInput.use_ndof
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.legacy_compute_device_type
Removed
compute_device
compute_device_type
2.78 to 2.79
bpy.types.DupliObject
Added
bpy.types.DupliObject.random_id
bpy.types.FFmpegSettings
Added
bpy.types.FFmpegSettings.constant_rate_factorbpy.types.FFmpegSettings.ffmpeg_presetbpy.types.FFmpegSettings.max_b_framesbpy.types.FFmpegSettings.use_max_b_frames
bpy.types.FieldSettings
Added
bpy.types.FieldSettings.use_gravity_falloff
bpy.types.GPencilLayer
Added
bpy.types.GPencilLayer.use_ghosts_always
bpy.types.GPencilSculptSettings
Added
bpy.types.GPencilSculptSettings.lockaxis
bpy.types.Header
Added
bpy.types.Header.is_extended
bpy.types.ID
Added
bpy.types.ID.make_local
bpy.types.Mesh
Function Arguments
bpy.types.Mesh.split_faces(free_loop_normals), was ()
bpy.types.Scene
Added
bpy.types.Scene.frame_floatbpy.types.Scene.show_subframe
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_layers_only, renderable_only, face_sets, subdiv_schema, export_hair, export_particles, compression_type, 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_layers_only, renderable_only, face_sets, subdiv_schema, compression_type, packuv, scale)bpy.types.Scene.collada_export(filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, export_texture_type, use_texture_copies, triangulate, use_object_instantiation, use_blender_profile, sort_by_name, export_transformation_type, open_sim, limit_precision, keep_bind_info), was (filepath, apply_modifiers, export_mesh_type, selected, include_children, include_armatures, include_shapekeys, deform_bones_only, active_uv_only, include_uv_textures, include_material_textures, use_texture_copies, use_ngons, use_object_instantiation, use_blender_profile, sort_by_name, open_sim, export_transformation_type)
bpy.types.Macro
Added
bpy.types.Macro.bl_undo_group
bpy.types.Menu
Added
bpy.types.Menu.is_extended
Function Arguments
bpy.types.Menu.path_menu(self, searchpaths, operator), was (self, searchpaths, operator, props_default, filter_ext)
bpy.types.GPENCIL_PIE_sculpt
Added
bpy.types.GPENCIL_PIE_sculpt.is_extended
Function Arguments
bpy.types.GPENCIL_PIE_sculpt.path_menu(self, searchpaths, operator), was (self, searchpaths, operator, props_default, filter_ext)
bpy.types.GPENCIL_PIE_settings_palette
Added
bpy.types.GPENCIL_PIE_settings_palette.is_extended
Function Arguments
bpy.types.GPENCIL_PIE_settings_palette.path_menu(self, searchpaths, operator), was (self, searchpaths, operator, props_default, filter_ext)
bpy.types.GPENCIL_PIE_tool_palette
Added
bpy.types.GPENCIL_PIE_tool_palette.is_extended
Function Arguments
bpy.types.GPENCIL_PIE_tool_palette.path_menu(self, searchpaths, operator), was (self, searchpaths, operator, props_default, filter_ext)
bpy.types.GPENCIL_PIE_tools_more
Added
bpy.types.GPENCIL_PIE_tools_more.is_extended
Function Arguments
bpy.types.GPENCIL_PIE_tools_more.path_menu(self, searchpaths, operator), was (self, searchpaths, operator, props_default, filter_ext)
bpy.types.DisplaceModifier
Added
bpy.types.DisplaceModifier.space
bpy.types.MirrorModifier
Added
bpy.types.MirrorModifier.mirror_offset_ubpy.types.MirrorModifier.mirror_offset_v
bpy.types.ScrewModifier
Added
bpy.types.ScrewModifier.merge_thresholdbpy.types.ScrewModifier.use_merge_vertices
bpy.types.MotionPath
Added
bpy.types.MotionPath.colorbpy.types.MotionPath.line_thicknessbpy.types.MotionPath.linesbpy.types.MotionPath.use_custom_color
bpy.types.CompositorNodeBrightContrast
Added
bpy.types.CompositorNodeBrightContrast.use_premultiply
bpy.types.CompositorNodeHueSat
Removed
color_hue
color_saturation
color_value
bpy.types.CompositorNodeSwitchView
Removed
check
bpy.types.Operator
Added
bpy.types.Operator.bl_undo_groupbpy.types.Operator.is_repeat
bpy.types.Sculpt
Added
bpy.types.Sculpt.constant_detail_resolution
Removed
constant_detail
bpy.types.Panel
Added
bpy.types.Panel.is_extended
bpy.types.IMAGE_UV_sculpt
Added
bpy.types.IMAGE_UV_sculpt.is_extended
bpy.types.IMAGE_UV_sculpt_curve
Added
bpy.types.IMAGE_UV_sculpt_curve.is_extended
bpy.types.CyclesObjectSettings
Added
bpy.types.CyclesObjectSettings.is_shadow_catcher
bpy.types.CyclesRenderSettings
Added
bpy.types.CyclesRenderSettings.ao_bouncesbpy.types.CyclesRenderSettings.ao_bounces_renderbpy.types.CyclesRenderSettings.debug_opencl_kernel_single_programbpy.types.CyclesRenderSettings.debug_opencl_mem_limitbpy.types.CyclesRenderSettings.debug_use_cpu_split_kernelbpy.types.CyclesRenderSettings.debug_use_cuda_split_kernel
bpy.types.PropertyGroupItem
Added
bpy.types.PropertyGroupItem.id
bpy.types.RenderEngine
Added
bpy.types.RenderEngine.add_passbpy.types.RenderEngine.register_passbpy.types.RenderEngine.update_render_passes
Function Arguments
bpy.types.RenderEngine.end_result(result, cancel, highlight, do_merge_results), was (result, cancel, do_merge_results)
bpy.types.CYCLES
Added
bpy.types.CYCLES.update_render_passes
bpy.types.RenderPass
Added
bpy.types.RenderPass.fullname
Removed
debug_type
type
bpy.types.RenderPasses
Added
bpy.types.RenderPasses.find_by_name
bpy.types.RenderSettings
Removed
sequencer_gl_render
use_sequencer_gl_preview
bpy.types.RigidBodyConstraint
Added
bpy.types.RigidBodyConstraint.spring_damping_ang_xbpy.types.RigidBodyConstraint.spring_damping_ang_ybpy.types.RigidBodyConstraint.spring_damping_ang_zbpy.types.RigidBodyConstraint.spring_stiffness_ang_xbpy.types.RigidBodyConstraint.spring_stiffness_ang_ybpy.types.RigidBodyConstraint.spring_stiffness_ang_zbpy.types.RigidBodyConstraint.use_spring_ang_xbpy.types.RigidBodyConstraint.use_spring_ang_ybpy.types.RigidBodyConstraint.use_spring_ang_z
bpy.types.SceneRenderLayer
Added
bpy.types.SceneRenderLayer.cyclesbpy.types.SceneRenderLayer.update_render_passes
bpy.types.SmokeDomainSettings
Added
bpy.types.SmokeDomainSettings.axis_slice_methodbpy.types.SmokeDomainSettings.coba_fieldbpy.types.SmokeDomainSettings.color_rampbpy.types.SmokeDomainSettings.display_thicknessbpy.types.SmokeDomainSettings.draw_velocitybpy.types.SmokeDomainSettings.slice_axisbpy.types.SmokeDomainSettings.slice_depthbpy.types.SmokeDomainSettings.slice_methodbpy.types.SmokeDomainSettings.slice_per_voxelbpy.types.SmokeDomainSettings.use_color_rampbpy.types.SmokeDomainSettings.vector_draw_typebpy.types.SmokeDomainSettings.vector_scale
bpy.types.SpaceNodeEditor
Removed
show_highlight
bpy.types.SpaceView3D
Added
bpy.types.SpaceView3D.active_layer
bpy.types.SpaceUVEditor
Added
bpy.types.SpaceUVEditor.other_uv_filter
bpy.types.ThemeGraphEditor
Added
bpy.types.ThemeGraphEditor.vertex_bevel
bpy.types.ThemeImageEditor
Added
bpy.types.ThemeImageEditor.vertex_bevel
bpy.types.ThemeView3D
Added
bpy.types.ThemeView3D.edge_bevelbpy.types.ThemeView3D.vertex_bevel
bpy.types.ToolSettings
Added
bpy.types.ToolSettings.gpencil_interpolate
bpy.types.UIList
Added
bpy.types.UIList.is_extended
bpy.types.CLIP_UL_tracking_objects
Added
bpy.types.CLIP_UL_tracking_objects.is_extended
bpy.types.FILEBROWSER_UL_dir
Added
bpy.types.FILEBROWSER_UL_dir.is_extended
bpy.types.GPENCIL_UL_brush
Added
bpy.types.GPENCIL_UL_brush.is_extended
bpy.types.GPENCIL_UL_layer
Added
bpy.types.GPENCIL_UL_layer.is_extended
bpy.types.GPENCIL_UL_palettecolor
Added
bpy.types.GPENCIL_UL_palettecolor.is_extended
bpy.types.MASK_UL_layers
Added
bpy.types.MASK_UL_layers.is_extended
bpy.types.MATERIAL_UL_matslots
Added
bpy.types.MATERIAL_UL_matslots.is_extended
bpy.types.MESH_UL_shape_keys
Added
bpy.types.MESH_UL_shape_keys.is_extended
bpy.types.MESH_UL_uvmaps_vcols
Added
bpy.types.MESH_UL_uvmaps_vcols.is_extended
bpy.types.MESH_UL_vgroups
Added
bpy.types.MESH_UL_vgroups.is_extended
bpy.types.NODE_UL_interface_sockets
Added
bpy.types.NODE_UL_interface_sockets.is_extended
bpy.types.PARTICLE_UL_particle_systems
Added
bpy.types.PARTICLE_UL_particle_systems.is_extended
bpy.types.PHYSICS_UL_dynapaint_surfaces
Added
bpy.types.PHYSICS_UL_dynapaint_surfaces.is_extended
bpy.types.RENDERLAYER_UL_linesets
Added
bpy.types.RENDERLAYER_UL_linesets.is_extended
bpy.types.RENDERLAYER_UL_renderlayers
Added
bpy.types.RENDERLAYER_UL_renderlayers.is_extended
bpy.types.RENDERLAYER_UL_renderviews
Added
bpy.types.RENDERLAYER_UL_renderviews.is_extended
bpy.types.SCENE_UL_keying_set_paths
Added
bpy.types.SCENE_UL_keying_set_paths.is_extended
bpy.types.TEXTURE_UL_texpaintslots
Added
bpy.types.TEXTURE_UL_texpaintslots.is_extended
bpy.types.TEXTURE_UL_texslots
Added
bpy.types.TEXTURE_UL_texslots.is_extended
bpy.types.UI_UL_list
Added
bpy.types.UI_UL_list.is_extended
bpy.types.UserPreferences
Added
bpy.types.UserPreferences.app_template
bpy.types.UserPreferencesSystem
Added
bpy.types.UserPreferencesSystem.use_select_pick_depth
Removed
use_textured_fonts
virtual_pixel_mode
bpy.types.UserPreferencesView
Added
bpy.types.UserPreferencesView.ui_line_widthbpy.types.UserPreferencesView.ui_scalebpy.types.UserPreferencesView.use_cursor_lock_adjust