Free maxScript
DinoRigCreator
by admin on ธ.ค..28, 2010, under Download, Free maxScript
embedded by Embedded Video
YouTube Dynamic
from : http://www.scriptspot.com/3ds-max/scripts/dinorigcreator
| Dino_Rig_Creator_060d.rar | |
| DinoRig_1_03_79_Preview.rar |
Tentacles
by admin on ธ.ค..28, 2010, under Download, Free maxScript
Create procedural tentacle animation with one click. Select the parent bone, generate the script and have fun.
embedded by Embedded Video
vimeo Dynamic
MAXScript Wave Generator
by put3d on มี.ค..01, 2010, under Download, Free Plug-in, Free maxScript
wave generator for 3ds max.
The first version will be used as test. For this reason, it will not be something spectacular. Just helpful.
But I start to read about the Fast Fourier Transformer, and would like to use for the coming versions.
VRay material to Standard material
by put3d on ต.ค..16, 2009, under 3ds Max Tutorials, Download, Free maxScript, Tutorial, Vray Tutorial
this script converts all scene VRay materials to max’s standard material.
it keeps diffuse color and diffuse map. right now it works with multi sub-object materials if you guys found it useful .
for o in geometry do
(
if classof o.material == VRayMtl do
(
tt = Standardmaterial ()
tt.diffusemap = o.material.texmap_diffuse
tt.diffuse = o.material.diffuse
o.material = tt
)
if classof o.material == Multimaterial then
for m = 1 to o.material.numsubs do
(
if classof o.material [m] == VRayMtl do
(
tt = Standardmaterial ()
tt.diffusemap = o.material[m].texmap_diffuse
tt.diffuse = o.material[m].diffuse
o.material [m] = tt
)
)
)
actionMan.executeAction 0 “40807″
cedit : Afshin Karimi
http://www.scriptspot.com/3ds-max/vray-material-to-standard-material
Raytrace Map Remover
by put3d on ก.ย..25, 2009, under Download, Free maxScript
A simple script to remove the raytrace maps from the scene’s material library(diffuse and reflection map slots). This is for people using Mental ray as raytrace maps may (and will) slow down rendering times considerably.
Limitations:
- Initial version only deals with Standard Material , Multimaterial and A&D Material. Limited checking
- Only reflection and diffuse maps (in A&D only reflection map) so if you used raytrace in a different slot – do it manually, sorry.
- Only goes down the first level so if you used a raytrace map within a noise map it will be ignored
http://orvatsel.com/max/
Scripted tools for 3ds Max 4-2008 from Bredit
by admin on ก.พ..01, 2009, under Download, Free maxScript

3d script from Shibu Menon
by admin on ม.ค..30, 2009, under Download, Free maxScript
Shibu Menon very versatile this author will write MAXScript Maya MEL, is the Pipeline Artist is Rigging Artist or Simulation Artist … is a technology-based animators. His website provides 12 MAXScript public, say that you download can be BonesPro2Skin BonesPro information directly into skin information.
Exemple : BonesPro2Skin
Book rigger,Quick Passes and other Max Script from Arda Kutlu
by admin on ม.ค..25, 2009, under Download, Free maxScript
4 Max Script from Andy E site
by admin on ม.ค..22, 2009, under Download, Free maxScript
Andy E (E Jian’an) to provide four MAXScript for you.