that's probably where i'd start - simply don't include the water There is/was a node for testing depth behind a surface that looks like it's specifically intended for this purpose on (probably) 5.2. I cant remember what it was called but if you search for depth in the materials nodes it should come up
r_fletch_r, read this topic 'revamped' means - now RTTAssist use the ToTex baking system code, modifyed by me. I tried to "polish" my code before releasing this version, but..... not very well writen code. :) Then I look at the ToTex source code and... very well structured and much much better then my code. Thats why I…
SO I've switched from fibremesh to hair planes because marmoset can't render fibres well, and it's less expensive. I decided to go by one of blizzard's references, some un-rendered artwork of the druidess of teldrassil, from the vanilla cinematic. Fairly thin planes, but for some reason their's didnt have this seperated..…
This is great so far! Love the character. I think it would really help to hand this to a 3d modeler, and see what questions they ask about it. Creating a 3D game character from 2d concepts requires a lot of thought and effort, and hearing their questions will help you understand what's missing from your work, which they…
Not sure which extrude you're talking about but I think the code you're seeking is: PolyExtrudeFaces; or dR_extrudeTool; Though I'd rather have context sensitive extrude if it was a button than 3 buttons for each component. But I like the context-sensitive marking menus for extrude. A nice way to see what code is being…
An interesting note you bring up regarding Python and C based languages. I've seen the same thing, particularly with Autodesk code. 99% of all Mel scripts and even their python code utilizes camelCase for variables and functions. What's interesting is that this is counter to PEP8 guidelines (no camelCase for either, only…
Hey all! Does anyone know if there is a "tumble around point" option for 3DS Max similar to the way 3D-Coat does it? I've taken a quick video of 3D-Coat to show what I mean exactly. I'm wondering if there is a setting that i haven't been able to find, or some kind of plugin that exists to let me do this in Max.…
Something like this? This is a mesh transformed into curves then filled and passed through a triangle tessellation group, all with Blender's geonodes. Corners are preserved in the conversion to curves by being marked with a Boolean x Point attribute so they get temporarily split. You may need to tweak the Corner Angle…