Blender 2.83.0 Python API Logo
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 »
  • Types (bpy.types) »
  • PaintCurve(ID)

PaintCurve(ID)¶

base classes — bpy_struct, ID

class bpy.types.PaintCurve(ID)¶
classmethod bl_rna_get_subclass(id, default=None)¶
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)¶
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

  • bpy_struct.id_data

  • ID.name

  • ID.name_full

  • ID.is_evaluated

  • ID.original

  • ID.users

  • ID.use_fake_user

  • ID.is_embedded_data

  • ID.tag

  • ID.is_library_indirect

  • ID.library

  • ID.override_library

  • ID.preview

Inherited Functions

  • bpy_struct.as_pointer

  • bpy_struct.driver_add

  • bpy_struct.driver_remove

  • bpy_struct.get

  • bpy_struct.is_property_hidden

  • bpy_struct.is_property_overridable_library

  • bpy_struct.is_property_readonly

  • bpy_struct.is_property_set

  • bpy_struct.items

  • bpy_struct.keyframe_delete

  • bpy_struct.keyframe_insert

  • bpy_struct.keys

  • bpy_struct.path_from_id

  • bpy_struct.path_resolve

  • bpy_struct.pop

  • bpy_struct.property_overridable_library_set

  • bpy_struct.property_unset

  • bpy_struct.type_recast

  • bpy_struct.values

  • ID.evaluated_get

  • ID.copy

  • ID.override_create

  • ID.user_clear

  • ID.user_remap

  • ID.make_local

  • ID.user_of_id

  • ID.animation_data_create

  • ID.animation_data_clear

  • ID.update_tag

References

  • BlendData.paint_curves

  • Brush.paint_curve

Next Previous

© Copyright Blender Foundation Last updated on 06/05/2020.