This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Lets go over some simple ways to get your feet wet with MAXScript. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take time and time again. MAXScript what does it do? To answer that…
Ok this drives me nuts and I have no idea why it is how it is.. I think I'm doing something wrong with the rollout stuff but not sure this is the code fn A1 = ( C1(); )fn C1 = (return true;)rollout teststuff "test stuff" ( button buttonTestFunction1 "bla"; on buttonTestFunction1 pressed do ( print (A1()); ))objEd =…
Hi scgstudio, thanks for the reply. I've since fixed the bevel and been progressing and finding new problems with the whole technique. I have a general understanding of face/vertex normals I just can't seem to put it all together properly right now. I've been using automatic and manual scripts on top (but this seems…
@Bryan Cavett - Thanks a lot for pointing me to your scripts. I had not seen them before. Ive been studying them quiet a bit! :) So i got some really awesome tips and help from seneca menard on how to approach some of the things i wanna do for smoothing groups by uv island. He even wrote the whole script for me! Very…
1) Remove the definition at the top You shouldn't use global variables when you don't need to. If you're pulling from my old doubletap script I was declaring globals because I used them in other scripts that where not part of that script. There are better ways to handle it especially if you aren't working between scripts.…
just interesting to know: sketchup is opening more and more for scripting: * Google I/O 2008 - Advanced Ruby Scripting for Sketchup [ame] http://www.youtube.com/watch?v=FALvwBN5-hc[/ame] even a scripted 3d game within skechup :) http://www.youtube.com/watch?v=FALvwBN5-hc&feature=player_detailpage#t=1300s * Ruby Scripts for…