Tagged: 

Viewing 2 posts
  • #41811
    Dima Zaiets
    Participant
    Posts: 1
    Threads: 0
    Joined: Jan 1970

      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

  • #41812
    Posts: 254
    Threads: 1088
    Joined: Jan 1970

      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.