Forum Replies Created
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Please 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.Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009You 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\)
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009To 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 importOleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009This is not related to the new version.
This problem and its solution are described here.https://3d-kstudio.com/forum/project-manager-support/roject-manager-did-not-start-today/#post-44917
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Interesting idea, I’ll think about that
July 7, 2025 at 04:57 in reply to: Option to add, rename, remove colors from filter tool. And more tagging ideas. #45214Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Great ideas, thanks!
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Version 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]
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009You’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.Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Looks like the option “Show Hidden Folders” is on
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Hidden 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.July 3, 2025 at 11:13 in reply to: Ability to Disable or Change the hotkey for “Move to” option #45127Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Version 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”
[Resolved]
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Version 3.39.80 fixes the problem with displaying archive files in the file list
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Hidden directory settings and node colors are stored in the file “TreeNodesData-SQLite.db”
Oleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009Please send the directory with these settings to support@3d-kstudio.com
PS. version 3.35.75 is too oldOleksandr Kramer
ModeratorPosts: 264Threads: 1276Joined: Aug 2009New version allows hiding this bottom bar.