alembicarchive_import_handler

Hook class to handle Houdini Alembic read nodes.

Designed to inherit base_import_handler i.e. define the hook attribute in your project configuration settings with the following inheritance:

env/includes/settings/tk-houdini_node_handlers.yml
node_handlers.shot_step:
- node_type: alembicarchive
  node_category: Object
  hook: "{self}/node_handlers/base_import_handler.py:{self}/node_handlers/alembicarchive_import_handler.py"
  work_template: houdini_shot_work_alembic_cache
  publish_template: houdini_shot_publish_alembic_cache
  extra_args:
    valid_file_types:
    - "Alembic Cache"

Module Contents

Classes

AlembicArchiveImportNodeHandler

A node handler for alembic input nodes in Houdini.

HookBaseClass[source]
class AlembicArchiveImportNodeHandler[source]

Bases: HookBaseClass

A node handler for alembic input nodes in Houdini.

FILECHOOSER_PATTERN = *.abc[source]
INPUT_PARM = fileName[source]
NODE_CATEGORY = Object[source]
NODE_TYPE = alembicarchive[source]