backgroundimageplane_handler

Hook class to handle Houdini 2D image 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.asset_step:
- node_type: backgroundimageplane
  node_category: Object
  hook: "{self}/node_handlers/base_import_handler.py:{self}/node_handlers/backgroundimageplane_handler.py"
  work_template: houdini_asset_render
  publish_template: houdini_asset_publish_render
  extra_args:
    valid_file_types:
    - Image
    - Photoshop Image
    - Rendered Image
    - Texture

Module Contents

Classes

BackgroundImagePlaneNodeHandler

A node handler for image file input nodes in Houdini.

HookBaseClass[source]
class BackgroundImagePlaneNodeHandler[source]

Bases: HookBaseClass

A node handler for image file input nodes in Houdini.

HOU_FILE_TYPE[source]
INPUT_PARM = file[source]
NODE_CATEGORY = Object[source]
NODE_TYPE = backgroundimageplane[source]