Multi-Project Workflows and Scene Breakdown 2

I would use a released version and also check that you have updated to the latest frameworks etc.

I’ve updated through tank. Is that enough?

That should normally work, yes.

Make sure you have the following frameworks updated to at least the minimum version in here:

- {"name": "tk-framework-shotgunutils", "version": "v5.x.x", "minimum_version": "v5.8.2"}
- {"name": "tk-framework-qtwidgets", "version": "v2.x.x", "minimum_version": "v2.10.1"}

and tk-core to version 0.20.6

requires_core_version: "v0.20.6"
1 Like

Thanks for the help with the guidance @Ricardo_Musch , it’s always appreciated!

@guilhermecasagrandi , this is a reference branch to refer to highlighting what to add for Houdini as well:

Let us know if you are still unable to make it run, thank you!

2 Likes

Is it possible to change the menu display field inside houdini. Currently, It displays “Scene Breakdown”, what for me and my team doesn’t say much.
I’ve tried to change the “display_name” field inside the yaml file, but It doesn’t change the menu display.

@guilhermecasagrandi, it doesn’t look like the Breakdown app is actually utilizing the display_name settings. If you want to change the menu item name, you’d need to change the name here and if you want to change the UI title, you’d need to change it here

I hope that help

1 Like

That was fast, thanks!