batchtools.sbsbaker_curvature_from_mesh() -- Bake mesh maps as RGB or into specific channels Hello!I am currently working with the batchtools.sbsbaker_curvature_from_mesh()command and would love to know if it's possible to get the map created, to be RGB instead of Grey.Kudos if you have tips to change it's bit depth too, currently I am using `ImageMagick` to make that happen, but going from 32 -> 8 bit-depth is a challenge to get the exact same result as what you get from substance... ANWAYS back to the subject....I am using literally just this code to create the map (apologies for the extra arguments in there, I wrote them so I matched what was in my substance bake). from pysbs import batchtools
my_file = 'D:/Production/Assets/Character/demon_munchkin/MODEL/Maya/exports/basic_retopo.fbx'
my_dest = 'D:/Production/Assets/Character/demon_munchkin/MODEL/Maya/exports/python/'
batchtools.sbsbaker_curvature_from_mesh(
help=False,
inputs=my_file,
output_name='My_Curvature_raw.{udim}',
output_path=my_dest,