Project Manager v.1.52.21October 5, 2011
|
Join the forum discussion on this post
Project Manager v.1.52.21
Note: This version include HELP – file for “Batch Render&Relink” utility. In this version you can add custom commands to menu. (Writing a custom menu requires knowledge of the maxScript language.) Before adding a new menu item, create a script that will execute with menu item. See description below. Also see the script “Paint With Selection.ms” and “Random Materials.ms” in the folder “TrackScripts\ProjectManager\presets”
|
|
SelectedStruct = PMStructureInfo() SelectedStruct.RemoveSelection() – Remove Selected Items from List SelectedStruct.SelectedItems() –Get List of Selected Items –Return Array of Selected Items Example: #(#Multi/Sub-Object:Floor(VRayMtl:POL-parket, VRayMtl:POL-parket_Dark, VRayMtl:POL-plitka, VRayMtl:POTOLOK, VRayMtl:POL-plitka-3, VRayMtl:DEREVO-dveri, VRayMtl:POL-plitka-2, VRayMtl:plitka3, VRayMtl:Kover), Floor_Smania_Light:VRayMtl) SelectedStruct.SelectedItems includeMaps:true includeThumbs:true SelectedStruct.SelectedThumbs –Array of thumbnails for selected items SelectedStruct.SelectedMaps –Array of used maps –Array of used Maps for 2nd Material Get the Array of used Maps for 1st Material (#Multi/Sub-Object:Floor) |






