Alo, wasn't active here, but here's the progress so far. Updated storyboard- Shot4- Working mostly on shot 4 now. Figuring out workflows in Nanite and Blender. test surface mask test blend mask shader tests Lastest screengrab Gif progress so far- Youtube -https://youtu.be/-mlVTfCAZfg Geometry nodes- Started getting into…
Version 2.01 Adding objects to existing Mash_Repro nodes will give you an message. Removing objects from existing Mash_Repro nodes will give you an message. Adding nodes will also prompt with a message. Click to add an Offset node Alt click to add an ID node Shift click to add a Random node. Ctrl click the Mash UI button…
the shadow node requires world space position and normals to work. to get world space position you need to convert height into tangent space normals (easy) and transform those normals from tangent space to world space. This requires that you bugger around with 3d matrix transforms - you can build nodes to do this in…
If you've spent just a few hours using UE4 blueprints, then you probably already know enough about programming logic to start building some applications. Try picking up a language and just start writing some code since that is probably one of the best ways to learn how to program. Creating any type of game is always a…
i'll try to found a way to reduse noise i spend 200 minute on render yeah i did connect mask layer to displacement and reduse it through ai range node yeah i did thin out the layer but i need to crank up the density but my pc crash and yes the eyelashes it's been ok i did test in ipr mode but after 3 hours render it's…
I need to invert the green channel (in the attributes for the JS normalmapper node) if I've generated the map from the NVidia filter. Not doing so screws up the results in the MR render. Also, make sure that if you've got a Blinn shader applied (looks like you dont, but still) that your eccentricity isn't turned all the…
My impressions of them are: If you can or want to code go with Gamemaker. If you like to drag 'n drop stuff go with Construct 2. Another one to take a look at is Stencyl, I think you can make games via code and/or visual node based editing with it. Some relavent TIGSource threads:…
Edit: Updated service packs. When I open my Maya file I get an error message followed by a blank scene. Can't see anything in the outliner. Anyone know the problem? file -f -new; // Warning: file: C:/Program Files/Autodesk/Maya2018/scripts/startup/rememberViewportSettings.mel line 29: Active stereo does not work with Aero…
Hey leleuxart! Thanks for the advice. After being utterly confused about what you were talking about I think I have something figured out haha! I looked up more about masking the material in UE4, and after reading the documentation a bit I realized it was similar to what I did for painting terrain (just for opacity instead…