Hi dejawolf, (assuming we're talking about 3ds Max) if you want to create a copy of an object mesh into a new object you can use two methods:* SnapShot <node> copy the exact node mesh representation with transforms and create a new Editable Mesh object * SnapShotAsMesh <node> copy the node mesh into a variable. To create a…
Okay, I've reduced the file size to about 60MB by making the accessories maps 1K. Although I imagine I'll need to include the high poly file...? The rivets on it are wrong. I swear I'd corrected those in ZBrush and saved, but not according to Perforce. :-\ I'll have to rectify those another time. Hope the links work...…
I'm trying to create a script that will take a random selection of objects, and organize them into 3 "piles" it should be fairly simple, and I'm sure I'm just about there... but when I try to execute it I get an error message, it reads: "//Error: No object matches name: " Anyone have an idea what's wrong? This is only my…
coming from max i found these scripts to be handy.. Target Weld: [ QUOTE ] - if you cant see pnts on your mesh at any pnt, like if you return to the tool via 'last tool'/y or in toolBox rather than by a targetWeld call, simply RMB->vrts them back to visibility. - if your on running prior to 4.5, you'll need to comment out…
Scripting is likely the best way. set up a state machine. Have a state for moving and for standing still. When transitioning from moving to standing, or vice versa, store the heading you want to return to in a variable (like say var vector3 LastHeading) In the moving state, the function for looking around always returns…
I'm setting up a model with some animations. The model itself is a lamp which is held by the players hand. I've exported my animations but it's not playing at all. I made an idle animation in max and exported it but when I test it in game it doesn't seem to be playing it at all. The players hands are stuck out like the…
[ QUOTE ] Windows will recognize 3.25GB of ram. I have 4gb's in my machine and it's showing 3.25gb active. I did not do this 3GB Switch malarkey. [/ QUOTE ] it will see the ram, but it cant use actually take advantage of it until you enable the 3gb switch. <font class="small">Code:</font><hr /><pre>Setting up Windows XP…
@Swordslayer - Okay I made the script to print the last 6 actions to the listener since I dont have enough experience with maxscript to make a rollout with a working update button. Its bare bones but it works. When I hit a key I have Autohotkey set up to clear the listener window and hit the Undo Script button in the UI to…
EDIT: I should've mentioned this is Blender (2.6+) Basically, I have my hat well enough in the game so it can be considered a hat. When I try to add jiggle bones to it (Using this tutorial:[ame=" https://www.youtube.com/watch?v=JP9ce_ygeSA"]TF2 Jigglebones Tutorial Using Blender by SgtR007 - YouTube[/ame]) It just doesn't…