Hey Blake. I do a lot of my work from my laptop and do the rendering on my home PC and I won't be back there until Wednesday where I have all that stuff on there. For now though I've made some general notes of the way I do it, which is the same as the Tom Newbury method from his gumroad tutorial. So you start with 4…
It's a little buggy as it is an older plugin from around the XSI 3 era. 2010/2011 has editing user normals as a standard feature which works a lot more smoothly. There's quite a few different ways you can go about bypassing any visual glitch and seeing it with your texture in older versions, though I generally only use…
for the second problem pixelDamage alluded to earlier: ( seperate areas of contiguous components on a single mesh ) JuJus transform component idea is helpful. ( since werking on a single object there is no need for the history destructive combine operation ) However in both instances ( single mesh or combined multiple…
I went looking for the forums recently, as now UT2004 got re-released , I couldn't find any other way to do some playermodels than Milkshape. I think I bought it twice over the years as I kept forgetting the code / losing the email I regged on. Must've been 2002/2004 I last used it. Would be cool to see the project picked…
3D Character Animator (Senior/Lead) As a 3D Character Animator at Vertexbee, you will spearhead the creation of high-fidelity, realistic character performances for an Unreal Engine 5 project. You’ll be part of a newly formed agile team of industry veterans that will push the boundaries of Unreal Engine to achieve artistic…
The first fundamental thing you should learn is how to correctly make a mark. You want to be able to plan exactly where you want your pen to go and make it go there. Learn how to draw straight lines somewhat reproducibly, and how to draw non-wobbly lines from the shoulder, the elbow, the wrists and the fingers. I had to do…
As mentioned you can vert paint nanite meshes, but you have to "apply" the vert paint which will make every instance of the mesh in the scene take that exact vert paint (any different vertex data breaks nanite instancing between meshes, ie be careful with spline meshes as each segment is not instanced and so on), so if…
Hey guys, I am trying to have my vehicle play an animation when it fires my projectile. What do I need to do for an animation to be triggered when firing my gun on the vehicle? But what script do I edit to tell what animation to play when firing? Here is my UTVehicle_Cannon.uc file: /** * Copyright 1998-2011 Epic Games,…
I have 4 points and their respective positions, i want to be able to calculate each potential combination of swaps i can make with those points. so the first part would be something like thisvertexamount = 4 swaparr = #()for i=1 to vertexamount do( for i2=1 to vertexamount do ( if finditem swaparr [i,i2] == 0 and finditem…
Hey everyone, not sure how populated the Allegorithmic forums are, so posting here as well. I've been having some trouble with FX maps for a while now. While working inside, sometimes the node stops working and the only way to fix it is to close and run Designer again. I've no idea why this keeps happening, sometimes even…