Hello :) Sorry for the lack of updates. Hope that everyone is safe at home! Here's how the scene is coming along. This is a medium quality lighting bake on UE4. There are some lightmap issues, stuff to add and stuff to modify, but i believe i'm close to complete this portion of the environment: Some wip shots of the…
Hello everyone, I’m a multidisciplinary 3D Artist & Creative Technologist currently available for freelance, or contract opportunities. My background includes: • Real-time 3D visualization • Environment art • PBR workflows • Interactive XR experiences • Architectural visualization • Unity-based experiments and optimization…
Hi, Is there a way to change the flip axis of the mirror skin weights? Correct me if I'm wrong but at default it is +X to -X. I want to change it to -X to +X instead. Thank you for your time. P.S. The mirror command does not have the dialog option box beside its name so I was wondering there must be a different way to…
@ PrOOf That is an awesome shark. Spudnik "But yeah, SinAmos, you're absolutely in the wrong here. Paint a texture in 256x246 and then paint the same texture in 1024x1024 and downsize it to 256x256. You'll see a very definite difference in quality."--In Zbrush, you generate a 1024X1024 map from detail texture painting and…
why not do something like: x = [4,5,6]counter = 0for i in range(len(x)): counter += 1 print x[i] That works more like a classic for loop (for int i = 0; i < length(x); i++) etc. Maybe Im not reading this right but let me know.
Hey Thane, We don't support SUITE 1.X - all download links have been removed. The old materials from 1.X are not compatible with 2.X. The Legacy materials included with SUITE 2.X have been converted over to the new material code format, but may need additional tweaking to get the results you desire. :smile:
0 I'm trying to figure out how to do it, I only neeed the angle from the X-Y axis between one segment and the next one. I checked out some other similar questions, but none of the ones I found were about curve segments. When I ask to chat GPT it gives me this formula, and I interpret it like that. The problem is the…
if you ask it what happens in X chapter of X book, it will tell you, and it's accurate. But i dont see why they couldn't provide a phony dataset for people to inspect. looks like there is a lot of stipulations surrounding the check too, and who is going to be doing the review? I'd expect corruption to win. the article…
thanks haiddasalami. I ended up with this code for those who might be interested. string $compSel[]= `ls -sl -fl`; int $numTokens; string $buffer[]; int $x; int $id[]; for($comp in $compSel) { $numTokens = `tokenize $comp "[:]" $buffer`; //print ($buffer[1] + "\n"); $id[$x] = int($buffer[1]); //print ($id[$x] + "\n");…