Hey guys, I am no longer actively developing this, but as there's a lot of interest in it I decided to release the source files for the last version I worked on some months ago. Feel free to pick it up and continue dev and add features. The script has 2 functions, the workplaneon and workplane off commands. Basically…
as i was reading this i got about halfway through your initial post and started to wonder if you were talking directly to me, the problem with that is my situation is a bit backwards and until lately ive felt like its too late, i got burned out, i used to be so motivated, worked on a great full conversion mod project in my…
here is the snippet:try( if ( selection.count==1)then theObj = selection[1];--selected object else theObj = pickObject();--pick a scene object with the mouse if superclassof theObj == GeometryClass do --if really picked a valid geometry ( print ("write file..."); tmesh = snapshotasmesh theObj --snapshot the TriMesh of the…
I am just really anxious right now with being afraid of my future due to my stupid mistakes, let's say you are an self taught artist currently at a college specialized for a field that is far away from art, for example economy. But you have been working on your portfolio for many years so you have a fairly good one. Is it…
Is the issue that you're having, is that it just "SNAPS" to the direction without interpolating? Because unreal pawns do that by default and its pretty annoying. Ha! I'm not in front of unreal at the moment but off the top of my head there are three setting that you almost always have to set before you can start working…
Looks good !, The objects that you have created looks great, one thing that i noticed before everything else is the way the ground itself looks and i think that is something that can make your work look much better plus the stones on the ground can be of similar color pallet as the rest of the environment itself. Another…
I've managed to find a fairly good solution for this, which requires masking and a bit of trial and erroring. First off, I seperated the lower and upper lip slightly as previously suggested, in Blender. Then imported this back into ZBrush. Now I masked off the most problematic parts where the geometry intersections happen…
Ive been working in UE4 for a project the last few years but have now been jumping over to UE5 for some personal projects. What are the must-adapt-to workflows that have changed from UE4 to UE5 for environment artists? I know nanite/lumen, but Im talking about more workflow changes...are there any? I see some artists…
A bit late to the party here which I should have expected as I have purposefully bitten off a lot trying to learn as much of possible. On that front we are doing great however as I have gotten lots of modeling practice and this is my first time constructing a full scene or environment so grappling with the layout and scale…
I'm not quite sure what happened with the code I had originally posted here. Maybe something changed in the way Polycount displays code.. I honestly don't know why it got so messed up as I remember it showing correctly when I posted it. Here is a revised version. This should work correctly: // Orthogonal Camera Toggle…