This is Max 2014. Performance was improved in Max 2014. That why I had to find a scene with 3 characters. :) In Max 2014 here are the numbers with 20 objects selected and animated over 60 frames on my PC. With one skinned character showing but never selected. Curve Editor Open without the script 19-20 FPS Curve Editor Open…
I came up with this after reading someone's cry for help on the cgchat forums. Its not really a plugin that'll give you tools or anything... It'll just give you more workspace. Here's a script to get rid of everything bellow the viewports... it hides the timeslider, trackbar, and statusbar (the bar containing the animation…
Hey All, I'm trying my hand at creating a small script in Maya to better protect my models, but I've hit a bit of a snag. The script I'm working on is supposed to do the following: A - Duplicate the Selected Object. B - Move the Selected Object 10 units on the X axis. C - Create a new layer and Add the Selected Object to…
http://boards.polycount.net/showthread.php?t=60553 Missed this thread did ya? If that's too much to work with just for align scripts you can try out James Haywood's UV align scripts. Or Soulburn's scripts, he has a good flatten UV script also. But both of those packages come with a lot of other scripts. I have written a…
Yeah....................i see what you mean which is really weird. For some reason even when your TijdSpinner has a value of 12 by default it still reads as zero through the listener. Just have this line of code run first before you set your global variables to fix this bug.TijdSpinner.value = 12 Now if you looking for…
I haven't tried this, but you could use Photoshop's Scripts Event Manager to import new brushes on start. [edit] You'd have to create the script that does that.[/edit] We don't share brushes. We're spending more and more time in Substance, and I'm trying to get the concept arts on Clip Studio Paint. But for our Photoshop…
Can someone please tell me how to install the script? Copied it to the Scripts folder in photoshop, double clicked it and it opens the Extension Manager, ran the installer gave me some verification error that I ignored and it says Enabled in the ext manager but I dont see any layer cake in the scripts folder and dont find…
Ohh so you're just trying to get rid of the bars at start up? ok... Have you tried saving the script to: C:\Users\USERNAME\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\scripts\startup This is where scripts are supposed to be saved in newer versions of max. Saving it to the max install folder might not work in newer…
You could probably automate the move to origin and the placement of the pivot point through some simple scripting. If you're a 3dsmax user. I wrote a simple script that moves the object to the world origin and puts the pivot point in the lowest center point. Feel free to use the "pivot to world zero" script if it works for…
Blender doesn't have quite as good scripting documentation as Modo and the API gets broken much more frequently but it has got a few things going for it that make it pretty easy to script. The API documentation is available here, so go ahead and take a look. One thing that you'll be using in the process of scripting…