You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Blenderproc to generate datasets, however, it version is blender 3.1
however,
bpy.context.scene.render.alpha_mode = 'TRANSPARENT' # in ['TRANSPARENT', 'SKY']
the code in your nocs_map_cube.py, this code is not support higher version.
So, i want to aks you if you have some problem or
some way can change bpy.context.scene.render.alpha_mode = 'TRANSPARENT' # in ['TRANSPARENT', 'SKY']
The text was updated successfully, but these errors were encountered:
I use Blenderproc to generate datasets, however, it version is blender 3.1
however,
bpy.context.scene.render.alpha_mode = 'TRANSPARENT' # in ['TRANSPARENT', 'SKY']
the code in your nocs_map_cube.py, this code is not support higher version.
So, i want to aks you if you have some problem or
some way can change
bpy.context.scene.render.alpha_mode = 'TRANSPARENT' # in ['TRANSPARENT', 'SKY']
The text was updated successfully, but these errors were encountered: