Hi all,
So…I’ve got a high poly file that I need to export. Trouble is, my 16GB of ram isn’t enough apparently.
I know you might ask why I have such a high poly model - simple answer is: it’s a detail sculpting pass for a project I’m working on.
But anyway…I can’t export the file as an OBJ without blender crashing due to running out of RAM. I need to export the file to bake normals in xNormal; blender I find isn’t great with baking normals, hence the external program.
So what I’d like to do, which I think would work, is export the file without using the Blender UI via the command line, and/or python script. I have, however, no idea how to do this.
I have searched a fair amount online (which is why I assume it’s possible), and found several scripts, which I can’t get to work, basically because I lack the basic understandings of Python (I assume that’s why).
Can anyone help me with this?