Hello everyone, Here are my progresses of my second year university project, based on Nemanja Dojkic’s Fallout 76 – Harm-a-ceutical Chemistry Bench concept. I’ll also be exploring different interior environment ideas to find the best setting for the asset. The main hero asset for this project is the Harm-a-ceutical…
found the fix for the sdk function.... seems it's a thing with editable mesh interface i.e. when it's being edited so you have to enclose your code with.... MeshDeltaUser* mdu = (owner) ? GetMeshDeltaUserInterface(owner) : NULL; if (mdu && mdu->Editing()) mdu->ExitCommandModes(); ...... if(mdu)…
What do you mean when you say "GOOD ENOUGH for me to get the 3d modeling going" And trust me its not as hard as you think at first. Because you are learning the tools still and coding side of things. Once you are good with that then you can improve your 3d side of things or 2d rather. I heard this alot that I wont be able…
These are listed from least invasive to most. 1) What was tied to the mesh? Did you make clusters out of verts and use them in the rigging process? Blendshapes? Clusters? Point on Poly? 1a) Which skinning method did you pick? It wasn't Dual Quaternion was it? 1b) What was the maximum number of bones influences? Maya…
This is looking really strong for a final year project. You can clearly see the amount of thought that’s gone into the environment and presentation – the atmosphere and composition are really starting to come together nicely. Keep pushing the lighting (have you thought about a late evening, golden hour?) the materials.…
Hello, I'm having a horrible issue with Maya LT which I paid for :( Basically I will be working on something and all of the sudden it freezes... My CPU usage for Maya LT goes to 0% and I have to end process to get it to close. This is super annoying since I pay their fee and the software doesn't even work properly. It…
I'm having issue grabbing the all of the curves in a hierarchy and setting their rotations back to 0. I've been trying for the past hour and only recently learned about using PyMel. Any help is appreciated. I've had different variations that didn't give me an error but didn't do anything as well... so far the error with…
Hey everyone, Im working on a environment that needs a cave, when I started I used the Landscape mode because well thats what everyones told me to use, and I do agree it is much more versatile. However now that I have got the landscape just the way i want it, I needed to make a hole for a cave. Normally in the terrain…