Tagged: tag
Viewing 2 posts
- May 31, 2024 at 13:34 #41811Dima ZaietsParticipantPosts: 1Threads: 0Joined: May 2024
Hi.
To me was given the task to organize a model base with tags. I found your program and figured out how to connect the database.
But since there are many models, I asked the Chat gpt to describe to me a preview of the models by tags.
Can I somehow organize these materials and upload them to the manager’s database so that I don’t have to fill in everything manually?Plugin version: 3.35.35
3ds Max version: 2022
Renderer: Corona - May 31, 2024 at 13:39 #41812Oleksandr KramerModeratorPosts: 256Threads: 1129Joined: Aug 2009
Hello
You can use the API commands
You can find some examples in the directory “ProjectManager_3\presets\API examples\” and on this page
https://3d-kstudio.com/faq-cat/maxscript-api//* get existing file's description */ currentDescription = PMStructureInfo.GetDescription filename; /* Save description */ PMStructureInfo.UpdateDescription filename description_string;
Viewing 2 posts
You must be logged in to reply to this topic.