Join our discord community

Forum breadcrumbs - You are here:ForumPrism: Feature RequestsAsset Categories
Please or Register to create posts and topics.

Asset Categories

Page 1 of 2Next

When I first started using Prism, I didn't quite see the point of the category column in the shot browser, but now I am using it all the time. It add so much flexibility when you have multiple people working on the same shot.

I would love to have an option to add categories to assets as well.

 

For example, on my current project  we are working on a rig. One person is developing a rigging script, another the body rig, and the third is working on the face rig. At the moement we are adding step types under the asset like 'rigBody', 'rigFace' 'rigRnd'. It would be sooo much cleaner to have a single rig step, with categories  under it, so it would be:

Asset:
Rig:
-FaceRig
-BodyRig
-Rnd

I'm sure this is harder to add then I imagine, but I just wanted to put it out there.

 

I got the same request recently and I've planned to add that very soon. One thing to consider is that this will be a breaking change. Of course I have to provide backwards compatibility, but that means that asset categories will be only available in Prism projects created with the new Prism version. In existing projects the asset categories will be hidden, because there are probably a lot assets already created without a category.

That's awesome 🙂 Would be a nice addition. Totally understand it won't be backwards compatible.

I just uploaded the latest Prism version to github (v1.2.1.6). There are now categories in the assets tab in the Project Browser when you create a new project. In old projects the categories list is hidden to support the asset folder structure from previous Prism versions.

However, there are some more new features, which are also available in old projects. There is now an "Assetinfo" panel, similar to the one in the shots tab. You can set a preview image and a description for each asset. You can also rightclick on the preview image to capture an area from your screen and use that as the preview image. That option is also added to the shotpreview.

The asset tab looks now almost like the shots tab. I hope that doesn't make it confusing 🙂

I had to make some huge changes to the Prism code. So I recommend to test the new version in a test project first to make sure everything works as expected.

 

Uploaded files:
  • You need to login to have access to uploads.

That's awesome Richard! Love the asset info addition as well. Thanks a million!

Hello, this is exacly what i'm looking for.

We will have diffrent kind of rigs on the same asset. High, default, low ect.

How do i find the category in Maya?

 

Thanks

Calle

Asset categories are available in all newly created projects.

If you are working in a project created with Prism v1.2.1.5 or earlier you won't see the asset categories. You can modify the project config file to change the project version to v1.2.1.6 or newer, which will make the asset categories visible, but might cause problems with your already existing assets in the project.

Perfect, Yeah i had to clean up a little but its all fine.

Thanks

also, is it possible to define what defualt catagorys there should be?

Thanks

Yes, in \00_Pipeline\pipeline.yml in your project you can find a setting "pipeline_steps". It contains the project steps and their default category name.

To create multiple default categories you'd need to create a Prism plugin and add some python code to create your categories whenever a step gets created.

Page 1 of 2Next