cgl.plugins.houdini.tasks package

Submodules

cgl.plugins.houdini.tasks.anim module

cgl.plugins.houdini.tasks.cam module

cgl.plugins.houdini.tasks.fx module

cgl.plugins.houdini.tasks.mdl module

class cgl.plugins.houdini.tasks.mdl.Task(path_object=None)[source]

Bases: SmartTask

build()[source]

the tasks code associated with this task.

cgl.plugins.houdini.tasks.smart_task module

class cgl.plugins.houdini.tasks.smart_task.SmartTask(path_object=None)[source]

Bases: object

This is a template for a “task” within the cookbook. It covers common areas when dealing with digital assets specific to different tasks.

build()[source]

the tasks code associated with this task.

get_msd_data(task_name)[source]

creates the msd dictionary for the task being called.

import_latest(task=None, reference=False, **kwargs)[source]
publish()[source]

Publishes specific to the task at hand. By default, we just do what’s in the magic_browser plugin, this allows us to customize at a more granular level if needed.

render()[source]

Module contents