Tagged 'Scripts Wanted' http://www.scriptspot.com/taxonomy/term/320/0/feed en select all by selected object(s) layer http://www.scriptspot.com/forums/3ds-max/scripts-wanted/select-all-by-selected-objects-layer <p>Surprisingly I couldn't find this very basic subject.<br /> Yes, I can open layer manager and double click the highlighted layer name, but I need it via shortcut. Also, if there are objects in *nested* layers they should also be selected.<br /> Thank you</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/select-all-by-selected-objects-layer#comments Scripts Wanted Wed, 10 Apr 2024 08:19:09 +0000 1rv 24553 at http://www.scriptspot.com instances to separate layers http://www.scriptspot.com/forums/3ds-max/scripts-wanted/instances-to-separate-layers <p>Guys here's the script idea:<br /> I need a script that would move all the instances (of multiple definitions) from the current selection to the separate layers<br /> For example in the current selection I have 10 instances called AAA_ , 10 instances called BBB_ , 10 instances called CCC_ etc..<br /> The script would create the separate layers in accordance to instances names, but starting with prefix z_ :<br /> z_AAA<br /> z_BBB<br /> z_CCC<br /> and move the instances to related layers (all AAA_ instances will be moved to layer z_AAA, BBBs to layer z_BBB etc)</p> <p><a href="http://www.scriptspot.com/forums/3ds-max/scripts-wanted/instances-to-separate-layers" target="_blank">read more</a></p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/instances-to-separate-layers#comments Scripts Wanted Sun, 24 Mar 2024 06:50:42 +0000 1rv 24538 at http://www.scriptspot.com Link Light color to pixel of texture http://www.scriptspot.com/forums/3ds-max/scripts-wanted/link-light-color-to-pixel-of-texture-0 <p>I posted this "MANY" years ago and still have not come up with a solution. Trying again to see if anyone has any insight. </p> <p>I have a series of lights that I want to animate the color from the pixels of an animated texture/material.</p> <p>For example if I had a grid of lights 5 x 5 and I had a texture that was 5 pixels by 5 pixels, I would like each pixel to drive the color of the light. </p> <p>My end file is going to have 5000 lights and up to 5min of animation so I need a way to automate this.</p> <p>Thank you</p> <p>D.</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/link-light-color-to-pixel-of-texture-0#comments Scripts Wanted Tue, 30 Jan 2024 18:57:20 +0000 lucetius 24505 at http://www.scriptspot.com Select selection set modifier http://www.scriptspot.com/forums/3ds-max/scripts-wanted/select-selection-set-modifier <p>Hi,<br /> Happy new year to everybody !</p> <p>I was wondering if it is possible to make a modifier to select selection set.<br /> Example :<br /> I model an edit poly<br /> on top I have a chamfer modifier.<br /> Each time I select an edge to modify my model, i need to reactivate selection set.<br /> If there was a modifier to do this it would be fantastic !<br /> We could choose : subobject type, and selection set name.</p> <p>Best regards.</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/select-selection-set-modifier#comments Scripts Wanted Fri, 05 Jan 2024 14:02:28 +0000 titane357 24497 at http://www.scriptspot.com Toggle modifier On/Off for certain frames http://www.scriptspot.com/forums/3ds-max/scripts-wanted/toggle-modifier-onoff-for-certain-frames <p>Hi, </p> <p>I've figured out how to toggle modifier for an object so far, i.e. </p> <p>$Box001.TurboSmooth.enabled = false/true</p> <p>yaay! But here's a thing - I need to switch this modifier only for frame 3, 4, 5<br /> I'm a complete noob with the maxcript so I'm asking for help. I tried to dig myself but with no result.<br /> Any ideas?</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/toggle-modifier-onoff-for-certain-frames#comments Scripts Wanted Sun, 26 Nov 2023 13:00:05 +0000 joonior1985 24465 at http://www.scriptspot.com Update a dotnet dll to work in max2024 http://www.scriptspot.com/forums/3ds-max/scripts-wanted/update-a-dotnet-dll-to-work-in-max2024 <p>Hi,</p> <p>I need the Hitchhiker.dll made by Pete Addington (lonerobot) to work with updated 3ds max version like 2024. It is working fine in 2020. I tried to reach Pete for couple of month but failed.<br /> The script is available in this forum from 2010 may be. It is a thumbnail generator script for images files in a folder name supplied. I will pay if somebody can help me out. Will share details if you are interested.The issue is dotnet version related.</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/update-a-dotnet-dll-to-work-in-max2024#comments Scripts Wanted Sun, 19 Nov 2023 12:11:36 +0000 zahid hasan 24462 at http://www.scriptspot.com select objects/faces with no thickness http://www.scriptspot.com/forums/3ds-max/scripts-wanted/select-objectsfaces-with-no-thickness <p>hi guys,<br /> does anyone know if there´s a way to wrote a script that select only the faces (or objects) with no thickness? I need this to select glass faces with no width imported from a sketchup model. I mean, it´s a large scene and a considerable part of the glass object has no thickness. I can select by hand using some tricks, but i will be a huge effort.<br /> Thanks in advance,</p> <p>Jsrocha</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/select-objectsfaces-with-no-thickness#comments Scripts Wanted Tue, 07 Nov 2023 19:48:20 +0000 jsrocha 24458 at http://www.scriptspot.com Plugin modifier to unselect all http://www.scriptspot.com/forums/3ds-max/scripts-wanted/plugin-modifier-to-unselect-all <p>Hi,<br /> I use plugin modifier InvertSel<br /> Sorry for the creator I can't find its name ! :-(<br /> Here is the code:<br /> --------------------------------------------------<br /> plugin modifier InvertSel<br /> name:"Invert Selection"<br /> classID:#(0x133382167, 0x5109474)<br /> extends:Turn_to_Mesh<br /> replaceUI:true version:1<br /> (<br /> on create do<br /> (<br /> delegate.selectionConversion = 2<br /> )<br /> )<br /> --------------------------------------------------<br /> Anybody could make such a plugin modifier to remove all selection ?<br /> Thanks a lot. :-)</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/plugin-modifier-to-unselect-all#comments Scripts Wanted Fri, 20 Oct 2023 12:02:08 +0000 titane357 24448 at http://www.scriptspot.com Remove object from named selection set http://www.scriptspot.com/forums/3ds-max/scripts-wanted/remove-object-from-named-selection-set <p>Hi guys,<br /> is there a way to remove an object (or objects) from a named selection set using maxscript? i mean, remove from any named selection set, not an especific one.<br /> Thanks in advance,</p> <p>Jsrocha</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/remove-object-from-named-selection-set#comments Scripts Wanted Tue, 03 Oct 2023 19:57:15 +0000 jsrocha 24442 at http://www.scriptspot.com Nebula script? http://www.scriptspot.com/forums/3ds-max/scripts-wanted/nebula-script <p>I don´t have programing skills, and was browsing for scripts or plugins that can freely generate stars and nebulas, something in the line of Stargen for 3dsmax, Ky_Milkway for 3dsmax and the AWESOME nebula generator (this one is available only for blender).<br /> When browsing, I found this piece of coding of a few samples: <a href="https://gamedev.stackexchange.com/questions/147812/space-nebula-cloud-generation" title="https://gamedev.stackexchange.com/questions/147812/space-nebula-cloud-generation">https://gamedev.stackexchange.com/questions/147812/space-nebula-cloud-ge...</a></p> <p>Would someone be abble to rewrite it as a script or plugin for 3ds max?</p> <p>In advance, thanks for any help.</p> http://www.scriptspot.com/forums/3ds-max/scripts-wanted/nebula-script#comments Scripts Wanted Sat, 15 Jul 2023 20:59:07 +0000 brstarship 24396 at http://www.scriptspot.com