Hi, During my workflow, I have to import some objects, unfortunately the transforms and shape nodes import with the same name. Maya does not like this. I have this script to rename shape nodes and it works ok. for ($i in `ls -sl -dag -shapes -l`){ $parent=`listRelatives -p $i`; rename $i `substitute ((string)$parent[0])…
I'm having issues with my Edge Detect node. I tried follow tutorials step by step, tried opening other substances that used it and copied their settings and I just cant get it to do what I want. I don't know what i'm doing wrong. I'm trying to get just the edges to show up but i'm always getting this gross noise inside the…
Saving and loading now works. Someone made tik tak toe in it. https://nimp.app/g/5d2d245de4ddcf64b2021251/tic-tac-toe-with-results Double click on the output node then set the 9 number nodes in the middle to 0 or -1. More image manipulation nodes coming soon.
@r3Dmond , it seems that textureDeformer checks incoming projection type. I noticed that if I had it set to UV space and connected a triplanar mode projection, it flips over to Local. Trying to swap back to UV mode after that nets the error: // Error: textureDeformer3 (Texture Deformer): The texture node 'projection4' does…
Hello guys, Just wanted to share and give a free node for substance designer users. Basically it gets a cloud noise or any noise and polishes it with 3 slider settings. Not all noises will do a good job, but you could find more uses than that. Here's an example with normal map applied: Get it here:…
It been a long time since i used Nuke.... that drop down is only for the channel present in the selected node. RGB : for the colors RGBA : colors + premult alpha Etc Does your image have additional channel like depth ? If so it will be present there, if your passes are on all separate files you need to compose them by…
For example you need to share same transform or same directional warp for a several nodes ? I use "expose" usually. Did it for years . But it's just monstrously inconvenient way IMO. Because once you expose something it's locked and you have to do many extra clicks to go into parent level , tweak something then go back…
So I took a look at your substance. From my perspective it seems that your are a bit confused by the resolution system of Designer. It seems you want to output textures at 4K, but Designer works in your ram to be efficient. When I opened you graph my computer consumed a total amount of 15gb of ram. This can result is some…
Hi, The installation procedure changed. Here is some sort of troubleshooting guide. Any of these (in any order) might solve the issue. But if you want a bullet-proof run, maybe execute all of these : 1. Re-install Crease+ by dropping the CreasePlus_install.py in the viewport and restarting maya 2. After 1. Run this…