You had a pinned vertex in Peel mode. That's why it was behaving like that. Also, quick tip for Peel mode: turn off 'avoid overlap' so that all your islands don't get jigged around every time you enter the mode.
how do i add a action/commad to a quadmenu and make it sub-object mode specific if i add an action/commad to a quadmenu rght now it show up all the time i whould like to have some actions/commands only to show up when in vertex sub-object mode and other actions/commands to only show up when i am in polygon sub-object mode…
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…
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…
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…