So I have this stupid problem where my subtools are invisible. I must have activated some obscure option because any visibility settings I try does nothing. The only way I can even view and locate the mesh is via ghost and activating the floor (as seen below).
This problem appears on every subtool in this project (.zpr) as well as any subtool I exported from this project. Aside from the obvious I tried many things with no success like display properties, changing material, polypaint, masking among others.
I managed to get the meshes I needed out by exporting them as objs but I would still know what the heck happened so if anyone has any idea about what that might be I would be happy to hear it in case it happens again.
Replies
Do you know why this fixes this? What's the actual problem happening here?
It has to do with how Zbrush is set up as a painting program, similar to MSPaint or Photoshop. Like any other pixel-based painting program, you select a tool from the Tool Palette (such as a paintbrush, line tool, etc... ), adjust its draw settings and color values, and then paint the tool across the document/canvas to alter the RGB values of its pixels.
In Zbrush's case:
Most people just use Zbrush for sculpting, and so they primarily just edit the tool and then save the tool, never really giving the document any thought. But the core of Zbrush is still a painting program (hence its name), and is expecting you to paint on the document at the end of the day. What it shows you at all times is essentially a preview of what the 3D Tool you've drawn onto the document would look like if it were to be applied to the document. So if you draw a 3d Tool out onto it without any depth or material information enabled in the drawing, it's not going to show you that data. If the tool had any RGB color information then you might see that still displayed (albeit flat), but otherwise you're not going to see any sort of 3d surface unless the drawing of it has enabled MRGB and Z-Depth.
So that is why the solution is to drop out of edit mode and change the Material/Depth settings before the drawing is actually applied to the document's pixels (or if you accidentally have already applied them, then you can just clear the document and redraw the tool with its new settings).
And make sure that when you do draw a 3d tool onto the document, the MRGB/Z strengths are set to 100% strength otherwise some other oddities can occur when you try to edit that drawing (for example, if the z strength isn't at 100%, the model will appear flatter and you won't be able to edit its vertices)
Thank you for such a wonderfully thorough reply, this is so helpful!