wow, can i join? I didn't score very high, but i gave my results some very cool colors. I'd like to be named: BOOT ADJUTANT GENIUS. Your inaccuracy by category: Parallelogram 2.2 12.1 3.0 Midpoint 3.6 0.0 3.0 Bisect angle 4.3 1.2 1.7 Triangle center 3.0 4.0 3.4 Circle center 3.2 3.2 4.1 Right angle 1.9 2.6 0.2 Convergence…
I know a few people starting out getting 40k - 45k in Vancouver. but i also know a few getting 30k. I guess it all depends on the studio and you talent level. But these were all film studios. I figured with the cost of living in the east and west coast, it would be really difficult living on 30k-40k. I'm not greedy. I just…
Automation toolkit is basically impossible to download unless you have an enterprise license. This is part of Adobe's effort to eliminate any sort of automation or efficiency in game development (i guess we should be glad they're not charging 30k a year for it anymore) You can use the in editor scripting API to do quite a…
So, it did go well according to plan! There is quite a lot of empty UV space left from the fact the catsuit takes fringes of the UDIMS, so I guess I’ll use that space for the props. The sculpt of the catsuit needs more iteration, it’s not smoothed enough to my taste and it feels crumbly whereas I’d like it to feel smoother…
So heres the code that I reworked to be more efficient in the long run. It should be easier to read and understand. Im gonna work through yours and comment it and hopefully you can look at what I have and see what I'm talking about. global proc gilesTreeGen() { if (`window -exists gilesTreeGen`) { // if Window exists…
Hello @Shrike, This randomness might be tricky to narrow down. First, make sure you are using the latest release (Toolbag 308) as we have made changes in this exact area in the 308 release. If that is still the case, then if you can send me test files (single or multiple) along with any repro steps that you believe to…
cheating or not, i think the 3dscan/print services are already way too expensive. how do you want to compete with that on a price level? A scanned and printed figure costs around 200-300 USD, which I think is kinda the weirdest most expensive selfie possible, who would spend their money on that? and thats a small figure…
Goal Set Blender's default units to match Unreal 4's default units (centimeters). Avoid scaling in engine after export. Issue Grid length does not reflect the specified units (cm). Version: 2.88 (latest) Steps Taken To Isolate Problem Changed the following Scene > Unit/System = Metric Scene > Unit/Length = Centimeters…
Adjusting DPI without changing resolution will not have any effect on jagged text. DPI stands for dots per inches, which as mentioned above is only relevant when doing print work. For most standard media, DPI is 300 pixels per inch. So if you wanted to print a 5x7" photo at 300 DPI, you would want a file at least 1500x2100…