ScriptSpot

Script

Script Collector

By Maxis · 2013-10-28

Version
1.0
Version requirement
3ds max 2013+
Date updated
2013-10-28
Votes
4
Downloads
Description

This script for the organization and management scripts.

Videos
Comments (3)

Script Collector

Thomas Jenkin · 2018-02-27

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

Handling network paths

ricozone · 2013-10-30

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

jinj · 2018-02-26

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?