Forum Replies Created
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009For creation of VrayProxy on multiple files use the Project Manager API
Save a script and add it to “Custom Menu”
Example:( -- initialise structure info from Project Manager local ProjectManagerStruct = PMStructureInfo() -- get Selected Files from Project Manager local selectedItems = ProjectManagerStruct.GetSelectedItemsInfo() local maxFiles = for item in selectedItems where (toLower(getFilenameType item.Item)) == ".max" collect item.Item local mergedProxies = #() for file in maxFiles where ( mergeMAXFile file #renameMtlDups #mergeDups #select #noRedraw quiet:true ) do ( local proxyName = pathConfig.appendPath (getFilenamePath fileName) (getFilenameFile fileName) + ".vrmesh" local meshProxy = vrayMeshExport meshFile:proxyName autoCreateProxies:true exportMultiple:false animation:false append mergedProxies meshProxy )
About other questions : i will add its to wishlist.
Thanks for your ideas and using a Kstudio plugins!
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009Please find me on skype: alexkstudio.
November 4, 2015 at 14:36 in reply to: HOW CAN UPGRADE TO NEW VERSION 2.25. MY WKSTATION NOT CONECTED TO INTERNET #9834Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009You not must uninstall previous version.
Simple install new version by droping 2.25 mzp into 3dmax.November 4, 2015 at 13:39 in reply to: HOW CAN UPGRADE TO NEW VERSION 2.25. MY WKSTATION NOT CONECTED TO INTERNET #9832Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009Login and download from dashbord.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009It is not reccomend for using a SQLite for sync database.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009SQLite not requares any knowledges for using.
It used by default and installed with Project Manager.
Simple install and use the plugin.October 21, 2015 at 01:18 in reply to: Is there a way to (quickly ) filter models with missing textures? #9896Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009It will be fixed in the next update of PM.
Thanks for your patience.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009The file is read-only or you don’t have right to rewrite file.
Unchek the read-only flag for files.
October 20, 2015 at 01:49 in reply to: Is there a way to (quickly ) filter models with missing textures? #9894Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009No fast way for this.
Relink in the batch mode and after go to directory “TrackScripts[PLUGIN]tempLog” and see the section “After_Relink” into the last file “Batch Relink TIME.xml”.Of course logging must be turn on.
You can find this option on menu “Customize=>Keep a log-file”.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009There is another question:
I tag the jpg files with tags like “interior, furniture, sitting, chair, side,hq,classical,european” i am really curious of how searching is handled in Project manager… Does it search tags?
The last version of the “Project Manager” supports writing and search for tags and comments from the image files.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009Good idea.
Maybe i will make this in search/filter functions.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 20091) Sorry – i cannot reproduce this – all files is showing.
What version of plugins you used? Maybe you need update to latest version.
2) The searching by description now work only with 3d files.
But i planning add the the ability to searching the images by tag and description.
3) In this case a maps will be relink on the fly.
4) When you save the model to library the maps save to subfolders with model’s name. It so as always.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009Now you can remove maps so:
Open the scene and change the tab to “Asset Files”.
Select links for removing and choose the menu item “Remove links from scene”.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009Дайте права на запись и изменение файлов пользователю или верните параметр useUserProfiles=1 в файле InstallSettings.ini.
Oleksandr Kramer
ModeratorPosts: 263Threads: 1195Joined: Aug 2009Fixed in version 2.22.07
Please download latest version.