Forum Replies Created
- May 28, 2025 at 13:30 in reply to: mysql: I can’t move either the directory or the tags (category). #44894
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009
Recommended MySQL version is 9.1.0, but you try to use 8.042
As I understand, you want to use MySQL instead of a local SQLite, but you choose the option “Import from MySQL”. Maybe you should use option “Import from SQLite”. Of course, at first you should install MySQL 9.1.0
May 27, 2025 at 20:47 in reply to: tagging helps speed up categorization (search, drag and drop) #44886Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009This version is currently only available on the download page.
After testing, it will be available for auto-upgrading directly from the 3Ds MaxMay 23, 2025 at 21:17 in reply to: tagging helps speed up categorization (search, drag and drop) #44845Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009“Unicode symbols….”
You can use SVG files and fonts to assign icons to nodes
https://3d-kstudio.com/forum/project-manager-news/project-manager-3-37-41/May 23, 2025 at 21:13 in reply to: tagging helps speed up categorization (search, drag and drop) #44844Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009I understand you want to assign categories by dragging them onto assets?
Now you can drag resources onto categories.
P.S. I added filtering to the categories dialog. Good idea. Thanks!Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009This issue is related to the issue from your previous topic
https://3d-kstudio.com/forum/project-manager-support/tag-search-problam/#post-44840
Thanks for bringing this issue to my attention!
I will post an update that fixes this soon.Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009You’re right, this is a bug. I’ll fix it with the next update. This occurs when you’re searching using only a category filter
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009This allows you to assign color labels to items and filter them by color.
Color labels show as dots on the preview.
All new features will be described in the article about the new versionOleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009Hello,
Please prepare a brief technical specification and include a few sample TXT files showing your asset names with their tags.
Once I have those, I can review everything and provide you with a cost estimate.You can send the details and samples to support@3d-kstudio.com.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009I think the V-Ray developers can answer you
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009I’ll check for this, thank you
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009According to the Vray manual, the VrScene is saved with the materials.
To simplify merging VrScene, use the attached script
KstudioImportVrscene.msPlace it to users-startup scripts directory and restart 3ds max
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009- This supported since first release )))
Just select faces on the model and drag material/texturemap
https://youtu.be/qQPckkcQvOw?list=PLZbDWnTF1cARdRvzD5_uAYYCNzXyfCF_P&t=19 - Thanks for the idea – I’ll extend support to vrscenes.
But you can use it now also. Just add “vrscene” extension to the list.
For merging, use drag&drop holding SHIFTP.S. Exporting to vrscene is already supported “out of the box”.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009Note that “processFilesBatch == true” means that the script will only run if you click the “Process all files” button.
“isConverted” – means that function “ConvertMaterials rendClass” executed succesfully
Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009You’re right – this script already saving file.
It seems coronaConverter script is not found.
You can try to find this file and specify it in the scriptif files.Count > 0 do
fileIn files[1]
if files.Count == 0 do
fileIn @”path to coronaConverter_v…“Oleksandr Kramer
ModeratorPosts: 263Threads: 1247Joined: Aug 2009This bug is fixed in version 3.38.45.
You can download the latest version from the dashboard.
Thanks for your feedback.