Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,268 total)
  • in reply to: Interface bugs #45261
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Please generate the support request.
      You can find this option in the main 3ds max menu “Project Manager” ⇒ Create Support Request.
      Also, please attach the screenshot of your system Display settings.
      Thanks for your feedback.

    in reply to: Retrieve max file assets placed in a scene _ part 2 #45259
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      You can use the API to assign desired object name

      fn RenameNodesAfterMerge &PmPostMergeData =
      (
        for obj in PmPostMergeData.Nodes where isValidNode obj and not isDeleted obj do
            obj.Name = uniqueName (getFilenameFile PmPostMergeData.File)
      )
      
      if (superClassOf PmCallbacks == structDef) do (
          PmCallbacks.removeScripts CallbackID:#RenameNodesAfterMerge
          PmCallbacks.addScript #postFileMerge RenameNodesAfterMerge CallbackID:#RenameNodesAfterMerge
      )

      You can find this example script in the file “PostFileMerge Example.ms” (ProjectManager_3\presets\API examples\)

    in reply to: Loading assets together into their own pivot points #45258
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      To place the models in their original position, use double-click to import.
      Simply double-click on the file and it will be imported and placed in the exact same location as it was saved.
      In the future, you will be able to import multiple selected files using this button.

      Currently, only the first selected file is supported for import

    in reply to: problem with project manager #45250
    Posts: 264
    Threads: 1276
    Joined: Aug 2009
    in reply to: arrangement in separate windows #45215
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Interesting idea, I’ll think about that

    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Great ideas, thanks!

    in reply to: Hidding Folder in Models #45167
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Version 3.39.86 gains the ability to hide folders by relative path.
      So, for example, the same folder can be hidden in the treeview under “3D Assets\flags\corona” but visible in the “3D Assets Corona\flags\corona”

      [Resolved]

    in reply to: Hide Folder Settings #45134
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      You’re right – I forgot to add another file type.
      I fixed this in version 3.39.82.
      “.data” file types are now also added to backups and included on import by default.
      Thank you for bringing my attention to this issue.

    in reply to: Hide Folder Settings #45132
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Looks like the option “Show Hidden Folders” is on

    in reply to: Hide Folder Settings #45129
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Hidden directory settings and node colors are stored in the file “TreeNodesData-SQLite.db”
      So is enough to copy this file with the main database file
      Maybe you don’t see this file in the list for importing, because you use the old version of the plugin.

    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Version 3.39.80 gains a new ability – disable some from the system shortcuts, including Copy to/Move to (F5/F6)
      Find this in the menu “Customize” => “Customize User Interface” => “System Shortcuts”
      Customize User Interface

      [Resolved]

    in reply to: .zip or .rar files are not displayed #45124
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Version 3.39.80 fixes the problem with displaying archive files in the file list

    in reply to: Hide Folder Settings #45121
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Hidden directory settings and node colors are stored in the file “TreeNodesData-SQLite.db”

    in reply to: Hide Folder Settings #45119
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      Please send the directory with these settings to support@3d-kstudio.com
      PS. version 3.35.75 is too old

    in reply to: graphic redesign #45113
    Posts: 264
    Threads: 1276
    Joined: Aug 2009

      New version allows hiding this bottom bar.

Viewing 15 posts - 16 through 30 (of 1,268 total)