Script Collector

4 votes
Version: 
1.0
Date Updated: 
10/28/2013
Author Name: 
Maxis

This script for the organization and management scripts.

Version Requirement: 
3ds max 2013+
Video URL: 
AttachmentSize
script_collector_v1.0.ms19.26 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Thomas Jenkin's picture

Script Collector

The script collector structures JavaScript that is emitted into a page so that it can be used in a portal or Ajax environment.The component at runtime rendering of the Script Collector component he Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components.
you can refer https://sovinco.com

jinj's picture

hi, i found your script,

hi, i found your script, awesome because it is simple and very light.
would be possible to add and update the script to run *.mcr also?

Btw, is it possible to add sub tree folders?

ricozone's picture

Handling network paths

Very nice script !

I just added a way to handle network paths (roughly).

In the handler "on lbx_SetFolder selected arg do", after line 464 I added this line of code :

if(ItmPath[1]=="\\") then (ItmPath="\\"+ItmPath)	-- manage network path

That way, I can browse network path (beginning with double anti slashes "\\myserveur\a\b")

You might want to manage this with a better methode ! :)

Thanks for sharing your script.

Rico

RicoZone

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.