I hope you don't mind but here are some code snippets for tools I use frequently and collected or wrote over the years. * single click turbo smooth swap (on \ off)function switch_turbosmooth obj=( for o in obj do if superclassof o == geometryClass do ( for mod in o.modifiers where classof mod == turbosmooth do( if…
The sequencer is beating me up, I can't get it to space out the tracks back to back with a 10 frame buffer. So far all I've managed to pull off is have it adjust all the tracks to the same start frame. Despite my best efforts to reset all the tracks to zero before sequencing when the script is run again, they all keep…
I use headus also and noticed this awhile back. The problem seems to be headus changing the order of the referencing groups when importing/exporting the obj from max to headus. g Box01f 1/1 3/2 4/3 2/4f 5/5 6/6 8/7 7/8f 1/9 2/10 6/11 5/12f 2/13 4/14 8/15 6/16f 4/17 3/18 7/19 8/20f 3/21 1/22 5/23 7/24 g Box02f 4/3 2/4 1/1…
Hello, I am an indie game developer working on a first-person 3D narrative game (mid-poly, atmospheric/stylized — not photorealistic) built in Unity 6 URP. The game spans five distinct environments ranging from warm domestic interiors to cold institutional facilities to overcast outdoor settings. The same room geometry is…
Thank you LoteKk! I think I finally managed to get this thing error proof so I am posting the full script. Name: Bigley_Smart_Material What it does: -- When run it creates 3 materials in the Material Editor that I use on a regular basis * Nothing Pressed - Reads material from current selection and selects all other…
THREAD REBOOT 20-1-2014 begin working on new demon 21-1-2014 22-1-14 finishing up topology 26-1-14 Kurr inside UDK first pass 29-1-2014 update to kurr model inside UDK 30-1-2014 added gloss/sweat 30-1-2014 New demon sculpt 31-1-2014 Progress 2-2-2014 more detail 4-2-2014 Zbrush colouring 5-2-2014 Tellon inside UDK 9-2-2014…
Ok, I'll do 2 posts here. This is a noobtastic GI light dome but it works. I've got another one on my work machine I can show you on Monday if this doesn't work. It's real similar though. Paste this in the script editor and hit enter: //PrerenderPyramid v0.7 - (c) Dmitry "Troydm" Geurkov int $lights; float $intensity;…
FUCK YEAH!!!!!! Here is what I think is up: AmbientSoundMovable doesn't work over network/lan. The cue you made from the audio file should contain an Attenuation node for falloff. So, no need to place the sound in the level, it's pulled from the UPK. What this does is whoever gets to the switch first (press "E" for use),…
1 — It’s PBR. The render looks very flat, but it’s easy to achieve. 2 — Toon shader — that part is clear. 3 — It’s something like a mix of 1 + 2. The question is: does anyone know what the starting point is for variant 3?