Blender 2.93.14 Python API Logo
6db644cca718

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 encounter when writing scripts
  • Change Log: 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)
  • 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 Shader Module (gpu)
  • GPU Utilities (gpu_extras)
  • ID Property Access (idprop.types)
  • Image Buffer (imbuf)
  • Math Types & Utilities (mathutils)
Blender 2.93.14 Python API
  • »
  • Types (bpy.types) »
  • UvSculpt(Paint)

UvSculpt(Paint)¶

base classes — bpy_struct, Paint

class bpy.types.UvSculpt(Paint)¶
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

  • Paint.brush

  • Paint.tool_slots

  • Paint.palette

  • Paint.show_brush

  • Paint.show_brush_on_surface

  • Paint.show_low_resolution

  • Paint.use_sculpt_delay_updates

  • Paint.input_samples

  • Paint.use_symmetry_x

  • Paint.use_symmetry_y

  • Paint.use_symmetry_z

  • Paint.use_symmetry_feather

  • Paint.cavity_curve

  • Paint.use_cavity

  • Paint.tile_offset

  • Paint.tile_x

  • Paint.tile_y

  • Paint.tile_z

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

  • Paint.bl_rna_get_subclass

  • Paint.bl_rna_get_subclass_py

References

  • ToolSettings.uv_sculpt

Next Previous

© Copyright Blender Foundation. Last updated on 01/29/2023.