Glad to see you continuing i am sure others are just as excited to see the full results of your efforts on this one and to see it through & fleshed out with your envisioning. When i worked on my chick, i wanted the frame & objects of the project to not appear as a lowpoly 3d design. With that in mind i viewed most of the…
Ah yes, that's always something hard to do ( or maybe there is an easy way I don't know ). Last time I had to do something like that, I just modelized the patterns in Max and made them fit the objet with an FFDbox. You don't have resolution problems as they are separated objects. And if you want, once the patterns are in…
a little teaser before I update to the next release as you can see in the following screenshot is the texel size in each object equal even though the objets were created with different scales and different shapes: I got it so far running I just need to bend the scale math a little bit right (it's a bit try and error right…
Hi! I respect that you're upfront about your use of AI. I suggest you take look around the forum to get an idea of what some positions are on AI use, for example AI Art, Good or Bad? If you really want to learn and improve: Ditch the AI part! Looking at the image, I see objective errors which make me question whether…
I downloaded an object made up of flowers from the internet, together with the object there were 3 different textures attached for the different types of flowers. When I open the object it is a single block and if I try to drag and drop the image on the object it applies it to all. If I try to explode the object, thousands…
Hi! Here it is my solution to move ANY selected object back to the center of the world:
- create a MEL tab and copy/paste this snippet:
// Get the selected object(s)
string $selectedObjects[] = `ls -sl`; // Check if any objects are selected
if (size($selectedObjects) > 0) { // Loop through each selected object and move it…
@poopipe thanks for responding. I already tested a 3 slats, with skinning and bones with the same spline all worked fine in max and Unity. The actual main asset is with multiple groups, 2 LOD’s and many objects in hierarchies. These two shutters are separate from one another are the only skinned objects with bones, a…
@jstins nice! I think a lot depends on game's viewpoint, since mine is top-down there is so much you can get away with and a lot that just doesn't matter at all. For all the hard surface stuff I did the end result is pretty much identical to what I'd achieve with baking, except silhouettes hold up better with all the…
1-high and low poly should have the same siluet. objects view distance also matters. you want to avoid baking artifacts from objects thats closer to the camera. 2-biggest thing i learned was that there are multiple uv maps for a reason. you can uv map the same object for many different reasons. like adding extra details or…
Hello I 'm a newbie at marmoset toolbag and I have a problem regarding baking complete lighting as It bakes the front of object and the back remains black. what i'm doing wrong ,can you help me please to bake all lighting. This is what the objet looks like from the back with texture on it.