1

How to create different configurations per step type

Hi,

Assuming I have the following step types set up in my asset-pipeline:

Modeling

Shading

Animation

How can I create a custom configuration for each step-type, so that I can launch Animation with different settings in the Maya-Apps than launching the same app in Shading.

there is the shot_step.yml file and I would like to split that up into shot_step_modeling.yml, shot_step_shading.yml or something similar.

Is that possible or do I have to implement the differences in the actual app-code?

Thanks for your help!

 

Cheers,

Martin

 

3 comments

  • 0
    Avatar
    Patrick Macdonald

    I have the same question. Did you find a solution Martin?

  • 0
    Avatar
    Patrick Macdonald

    Ah... I managed to achieve this by editing the pick_environment.py hook in config/core/hooks and creating seperate .yml files for each step.

  • 0
    Avatar
    Martin Minsel

    That's exactly what I did as well. Sorry that I didn't reply earlier.

Please sign in to leave a comment.