Home Adobe Substance

SOLVED | Really low quality when publishing a substance

polycounter lvl 5
Offline / Send Message
james swanson polycounter lvl 5
I have a substance that I'd like topublish the view in Marmoset. The substance has a few bitmaps that were baked for use with damage generators, etc etc. I've messed with the bitmap compression settings and I can't get anything that looks good, unless it'd set on raw. If I have it set on raw, the published sbsar is 166 mb. It looks great, but is far too big to work with. If I set each bitmap to 100% quality, it gives the maps this stair step effect:

6dscreenshot002.png

If I export the outputs in Designer to jpegs, it looks great with no issues whatsoever:

9dbscreenshot004.png

Note that the noise and dirty stuff is from the normal detail of dirt/mud on the object.

A lot of the detail is lost when I set the bitmap compression to JPEG, no matter what quality. As I said, the raw file type gives me perfect results, but the sbsar is a whopping 166mb. I have all of my node resolutions set to relative to parent, and well as my main graph. When I calculate the maps in Designer, it looks perfect. Not sure what's going on. Just wondering if there's anything I'm doing wrong. It's almost as if the normal map being used from the sbsar is maybe not of lower quality, but rather lower resolution, but all of my nodes are set relative to parent, so the normal map should be rendering out at the parent resolution.

Replies

  • Coontang
    Offline / Send Message
    Coontang polycounter lvl 5
    I'm not too sure about this to be honest but I think what may happen is the resolution being used when you publish the substance appears to affect the resolution of the maps stored in the sbsar file.

    So if you have the graph set to 1024 it will compress the maps for that resolution. So then displaying it at 2048 in Toolbag it looks worse than if you had it set to 2048 in Designer.
  • james swanson
    Offline / Send Message
    james swanson polycounter lvl 5
    That logic makes sense to me, but in one of Alegorithmic's tutorials, he sets all of his nodes to relative to parent. His main graph is also set to relative to parent, so it outputs at 256x256. When he brings it into UE4, he simply ups the resolution to 2k and it looks perfect.

    Edit: Huh, your suggestion worked. The file size now sits at 17mb and the quality is very good. Thanks!
  • Froyok
    Offline / Send Message
    Froyok greentooth
    Texture are compressed regarding they size defined in the graph. So if you save your graph as relative to parent and that your texture is also at this size (relative), you final texture in the sbsar will be compressed at 256x256.

    To ensure you keep the original file size (if needed), set the texture node as absolute to the size you want, then add a Transform 2D node just after but in relative to parent mode this time. The transform 2D node is one of the cheapest in the atomic nodes (especially if nothing change from its default values), so the performances will almost don't change.

    This will gives you the ability to scale your graph as you want.
  • james swanson
    Offline / Send Message
    james swanson polycounter lvl 5
    Thanks Froyok. It seems to be working now :)
Sign In or Register to comment.