Stop censorship Рейтинг@Mail.ru
Join the forum discussion on this post

Project Manager v.1.54.20

  • New features:
  • Adds ability to search files by name and description.
  • Adds ability to add description to 3ds max files.
  • Displaying embedded to 3ds max files thumbnails.
  • Include AutoCad file format as default on “Models” category.
  • Displaying embedded to AutoCad files thumbnails.
  • Adds ability to on\off extensions for display on “Models” category.
  • Adds ability to include\exclude models by extension to batch rendering
    (by default is it 3ds Max,VrayProxy, Mental Proxy, 3ds, obj).
  • Adds ability to add files to favorities from status bar.
  • Adds some methods and properties for PMStructureInfo*.
  • Modified features:
  • Extremely speeding up opening directories with big number of subfolders.
  • Update the Help.
  • Bug fixes:
  • Fixes some issues with thumbnail rendering.
  • Fixes a bug with correct displaying the Asset files.

 

 

 


(Writing a custom menu requires knowledge of the maxScript language.)


* New methods and properties

	CurrentFolder: <String> folder, read-only
	AddFilesToExplorer: <Array> filenames
	SaveScreenShot: <String> filename

(see examples in new maxScript files – “Create-apply biped obj from file.ms” and “Save biped object.ms”(TrackScripts\ProjectManager\presets\))
How add new default extension to “Models” category:

  • Open “ProjectManager.ini”
  • Find section “[ModelsExtension]“
  • Type desired extension => for example “.bip=true”

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\”)

Related articles:











Speak Your Mind

Tell us what you're thinking.


created by dimoning.ru