ScriptSpot

Forum topic · Scripts Wanted

model asset browser that lets you save groups

By nudity · 2011-11-01

Description

are there any asset browsers out there that can save groups, characters, wire paramaters, etc. most of the free one Ive downloaded (projectmanager, patanouk) dont have this feature, do you know of any asset browsers that are good at managing groups?

Comments (1)

Kstudio · 2011-12-06

Now you can add a custom file format to work in Project Manager.

Example how to add new default extension into “Models” category:
Open “ProjectManager.ini” ("C:\Users\Username\AppData\Local\Autodesk\3dsMax\maxversion\enu\scripts\TrackScripts\ProjectManager")

Find section "[ModelsExtension]"
Type desired extension => for example ".bip=true"

After open the context-menu and add to custom menu two scripts - "Create-apply biped obj from file.ms" and "Save biped object.ms"

Now you can save and merge to scene biped objects.

http://www.youtube.com/embed/VJoLKY_jntM


--//initialise structure for Project Manager
local structPM=PMStructureInfo()

Methods:
--//use for update list  
AddFilesToExplorer:<Array> filenames  
--//remove selected items only from list  
RemoveSelection:<function>,  
--//Save 3ds max ScreenShot  
SaveScreenShot:<String> filename  
Properties
--//Full path to current folder  
CurrentFolder:<String> folder, read-only  
--//return filenames for selected items  
SelectedItems:<function>, [includeMaps:false]  [includeThumbs:false]  
--//return filenames of thumbnails for selected items  =>SelectedItems includeThumbs:true  
SelectedThumbs:<Array>, filenames  
--//return filenames of used maps for selected items =>SelectedItems includeMaps:true  
SelectedMaps:<Array>, filenames 

(See example maxScript files in folder "$userscripts\TrackScripts\ProjectManager\presets\"