databpy
  • Home
  • API
  1. Objects
  2. LinkedObjectError
  • Function reference
  • Attribute
    • named_attribute
    • store_named_attribute
    • remove_named_attribute
    • AttributeDomains
    • AttributeTypes
    • AttributeArray
  • Collections
    • create_collection
  • Objects
    • create_object
    • create_bob
    • evaluate_object
    • BlenderObject
    • LinkedObjectError

On this page

  • LinkedObjectError
    • Parameters
    • Attributes
  1. Objects
  2. LinkedObjectError

LinkedObjectError

LinkedObjectError(self, message)

Error raised when a Python object doesn’t have a linked object in the 3D scene.

Parameters

Name Type Description Default
message str The error message describing why the linked object is missing or invalid. required

Attributes

Name Type Description
message str The error message that was passed.