Blender 4.0.3 Release Candidate Python API Logo

Application Modules

  • Context Access (bpy.context)
  • Data Access (bpy.data)
  • Message Bus (bpy.msgbus)
  • Operators (bpy.ops)
  • Types (bpy.types)
  • Utilities (bpy.utils)
  • Path Utilities (bpy.path)
  • Application Data (bpy.app)
  • Property Definitions (bpy.props)

Standalone Modules

  • Audio System (aud)
  • OpenGL Wrapper (bgl)
  • Additional Math Functions (bl_math)
  • Font Drawing (blf)
  • BMesh Module (bmesh)
  • Extra Utilities (bpy_extras)
  • Freestyle Module (freestyle)
  • GPU Module (gpu)
  • GPU Utilities (gpu_extras)
  • ID Property Access (idprop.types)
  • Image Buffer (imbuf)
  • Math Types & Utilities (mathutils)
Blender 4.0.3 Release Candidate Python API
  • Types (bpy.types)
  • VIEW3D_AST_sculpt_brushes(AssetShelf)

VIEW3D_AST_sculpt_brushes(AssetShelf)

base classes — bpy_struct, AssetShelf

class bpy.types.VIEW3D_AST_sculpt_brushes(AssetShelf)
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

  • AssetShelf.bl_idname

  • AssetShelf.bl_space_type

  • AssetShelf.bl_options

  • AssetShelf.asset_library_reference

  • AssetShelf.show_names

  • AssetShelf.preview_size

  • AssetShelf.search_filter

Inherited Functions

  • bpy_struct.as_pointer

  • bpy_struct.driver_add

  • bpy_struct.driver_remove

  • bpy_struct.get

  • bpy_struct.id_properties_clear

  • bpy_struct.id_properties_ensure

  • bpy_struct.id_properties_ui

  • 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

  • AssetShelf.poll

  • AssetShelf.asset_poll

  • AssetShelf.draw_context_menu

  • AssetShelf.bl_rna_get_subclass

  • AssetShelf.bl_rna_get_subclass_py

Previous Next

© Copyright Blender Authors. Revision 88559c00cd36 - 09/01/2024.

  • 4.0
    Versions
    • Loading...