Blender 2.83.0 Python API
0849af45910e
Documentation
Quickstart: new to Blender or scripting and want to get your feet wet?
API Overview: a more complete explanation of Python integration
API Reference Usage: examples of how to use the API reference docs
Best Practice: Conventions to follow for writing good scripts
Tips and Tricks: Hints to help you while writing scripts for Blender
Gotcha's: some of the problems you may come up against when writing scripts
List of changes since last Blender release
Application Modules
Context Access (bpy.context)
Data Access (bpy.data)
Message Bus (bpy.msgbus)
Operators (bpy.ops)
Types (bpy.types)
Utilities (bpy.utils)
bpy.utils submodule (bpy.utils.previews)
Path Utilities (bpy.path)
Application Data (bpy.app)
Property Definitions (bpy.props)
Standalone Modules
Math Types & Utilities (mathutils)
Freestyle Module (freestyle)
OpenGL Wrapper (bgl)
Font Drawing (blf)
Image Buffer (imbuf)
GPU Shader Module (gpu)
GPU Utilities (gpu_extras)
Audio System (aud)
Extra Utilities (bpy_extras)
ID Property Access (idprop.types)
BMesh Module (bmesh)
Blender 2.83.0 Python API
Docs
»
Index
Index – K
k1 (bpy.types.MovieTrackingCamera attribute)
k2 (bpy.types.MovieTrackingCamera attribute)
k3 (bpy.types.MovieTrackingCamera attribute)
KDTree (class in mathutils.kdtree)
keep (aud.Handle attribute)
keep_axis (bpy.types.StretchToConstraint attribute)
keep_custom_normals (bpy.types.TriangulateModifier attribute)
keep_sharp (bpy.types.WeightedNormalModifier attribute)
kerning (bpy.types.TextCharacterFormat attribute)
KERNING_DEFAULT (in module blf)
key (bpy.types.CompositorNodeTonemap attribute)
(bpy.types.SequencerTonemapModifierData attribute)
Key (class in bpy.types)
Key.animation_data (in module bpy.types)
Key.key_blocks (in module bpy.types)
Key.reference_key (in module bpy.types)
Key.user (in module bpy.types)
key_modifier (bpy.types.KeyMapItem attribute)
KeyConfig (class in bpy.types)
KeyConfig.is_user_defined (in module bpy.types)
KeyConfig.keymaps (in module bpy.types)
KeyConfig.preferences (in module bpy.types)
keyconfig_activate() (in module bpy.ops.preferences)
keyconfig_export() (in module bpy.ops.preferences)
keyconfig_import() (in module bpy.ops.preferences)
keyconfig_init() (in module bpy.utils)
keyconfig_preset_add() (in module bpy.ops.wm)
keyconfig_remove() (in module bpy.ops.preferences)
keyconfig_set() (in module bpy.utils)
keyconfig_test() (in module bpy.ops.preferences)
(in module bpy_extras.keyconfig_utils)
KeyConfigPreferences (class in bpy.types)
KeyConfigurations (class in bpy.types)
KeyConfigurations.addon (in module bpy.types)
KeyConfigurations.default (in module bpy.types)
KeyConfigurations.user (in module bpy.types)
keyed_loops (bpy.types.ParticleSettings attribute)
keyframe (bpy.types.ThemeDopeSheet attribute)
(bpy.types.ThemeSequenceEditor attribute)
Keyframe (class in bpy.types)
keyframe_a (bpy.types.MovieTrackingObject attribute)
keyframe_b (bpy.types.MovieTrackingObject attribute)
keyframe_border (bpy.types.ThemeDopeSheet attribute)
(bpy.types.ThemeNLAEditor attribute)
keyframe_border_selected (bpy.types.ThemeDopeSheet attribute)
(bpy.types.ThemeNLAEditor attribute)
keyframe_breakdown (bpy.types.ThemeDopeSheet attribute)
keyframe_breakdown_selected (bpy.types.ThemeDopeSheet attribute)
keyframe_clear_button() (in module bpy.ops.anim)
keyframe_clear_v3d() (in module bpy.ops.anim)
keyframe_delete() (bpy.types.bpy_struct method)
(in module bpy.ops.anim)
(in module bpy.ops.clip)
keyframe_delete_button() (in module bpy.ops.anim)
keyframe_delete_by_name() (in module bpy.ops.anim)
keyframe_delete_v3d() (in module bpy.ops.anim)
keyframe_extreme (bpy.types.ThemeDopeSheet attribute)
keyframe_extreme_selected (bpy.types.ThemeDopeSheet attribute)
keyframe_insert() (bpy.types.bpy_struct method)
(in module bpy.ops.action)
(in module bpy.ops.anim)
(in module bpy.ops.clip)
(in module bpy.ops.graph)
keyframe_insert_button() (in module bpy.ops.anim)
keyframe_insert_by_name() (in module bpy.ops.anim)
keyframe_insert_menu() (in module bpy.ops.anim)
keyframe_jitter (bpy.types.ThemeDopeSheet attribute)
keyframe_jitter_selected (bpy.types.ThemeDopeSheet attribute)
keyframe_jump() (in module bpy.ops.screen)
keyframe_movehold (bpy.types.ThemeDopeSheet attribute)
keyframe_movehold_selected (bpy.types.ThemeDopeSheet attribute)
keyframe_new_handle_type (bpy.types.PreferencesEdit attribute)
keyframe_new_interpolation_type (bpy.types.PreferencesEdit attribute)
keyframe_scale_factor (bpy.types.ThemeDopeSheet attribute)
keyframe_selected (bpy.types.ThemeDopeSheet attribute)
keyframe_type (bpy.types.ToolSettings attribute)
keyframe_type() (in module bpy.ops.action)
keying_set_active_set() (in module bpy.ops.anim)
keying_set_add() (in module bpy.ops.anim)
keying_set_export() (in module bpy.ops.anim)
keying_set_path_add() (in module bpy.ops.anim)
keying_set_path_remove() (in module bpy.ops.anim)
keying_set_remove() (in module bpy.ops.anim)
KeyingSet (class in bpy.types)
KeyingSet.is_path_absolute (in module bpy.types)
KeyingSet.paths (in module bpy.types)
KeyingSet.type_info (in module bpy.types)
keyingset_add_selected() (in module bpy.ops.outliner)
keyingset_button_add() (in module bpy.ops.anim)
keyingset_button_remove() (in module bpy.ops.anim)
keyingset_remove_selected() (in module bpy.ops.outliner)
KeyingSetInfo (class in bpy.types)
KeyingSetPath (class in bpy.types)
KeyingSetPaths (class in bpy.types)
KeyingSets (class in bpy.types)
KeyingSetsAll (class in bpy.types)
keyitem_add() (in module bpy.ops.preferences)
keyitem_remove() (in module bpy.ops.preferences)
keyitem_restore() (in module bpy.ops.preferences)
KeyMap (class in bpy.types)
KeyMap.is_modal (in module bpy.types)
KeyMap.keymap_items (in module bpy.types)
KeyMap.name (in module bpy.types)
KeyMap.region_type (in module bpy.types)
KeyMap.space_type (in module bpy.types)
keymap_restore() (in module bpy.ops.preferences)
KeyMapItem (class in bpy.types)
KeyMapItem.id (in module bpy.types)
KeyMapItem.is_user_defined (in module bpy.types)
KeyMapItem.is_user_modified (in module bpy.types)
KeyMapItem.name (in module bpy.types)
KeyMapItem.properties (in module bpy.types)
KeyMapItems (class in bpy.types)
KeyMaps (class in bpy.types)
keys() (bmesh.types.BMDeformVert method)
(bmesh.types.BMLayerCollection method)
(bpy.types.bpy_prop_collection method)
(bpy.types.bpy_struct method)
(idprop.types.IDPropertyGroup method)
keys_step (bpy.types.ParticleSettings attribute)
kinematic (bpy.types.RigidBodyObject attribute)
KinematicConstraint (class in bpy.types)
kink (bpy.types.ParticleSettings attribute)
kink_amp_factor (bpy.types.ParticleSettingsTextureSlot attribute)
kink_amplitude (bpy.types.ParticleSettings attribute)
kink_amplitude_clump (bpy.types.ParticleSettings attribute)
kink_amplitude_random (bpy.types.ParticleSettings attribute)
kink_axis (bpy.types.ParticleSettings attribute)
kink_axis_random (bpy.types.ParticleSettings attribute)
kink_extra_steps (bpy.types.ParticleSettings attribute)
kink_flat (bpy.types.ParticleSettings attribute)
kink_freq_factor (bpy.types.ParticleSettingsTextureSlot attribute)
kink_frequency (bpy.types.ParticleSettings attribute)
kink_shape (bpy.types.ParticleSettings attribute)
knife_project() (in module bpy.ops.mesh)
knife_tool() (in module bpy.ops.mesh)
kr_derivative_epsilon (bpy.types.FreestyleSettings attribute)