Asset Categories
引用于 Magnus 在 12. 8 月 2019, 10:21When 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
-RndI'm sure this is harder to add then I imagine, but I just wanted to put it out there.
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.
引用于 RichardF 在 15. 8 月 2019, 15:55I 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.
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.
引用于 RichardF 在 21. 8 月 2019, 0:53I 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.
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.
已上传的文件:
- 您必须登录才有权限上传。
引用于 CalleHalldin 在 12. 9 月 2020, 23:58Hello, 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
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
引用于 RichardF 在 13. 9 月 2020, 14:47Asset 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.
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.
引用于 CalleHalldin 在 13. 9 月 2020, 23:59Perfect, Yeah i had to clean up a little but its all fine.
Thanks
Perfect, Yeah i had to clean up a little but its all fine.
Thanks
引用于 CalleHalldin 在 14. 9 月 2020, 0:03also, is it possible to define what defualt catagorys there should be?
Thanks
also, is it possible to define what defualt catagorys there should be?
Thanks
引用于 RichardF 在 14. 9 月 2020, 13:13Yes, 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.
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.