This repo is a collection of code (or link) for awesome blender script for 3D content creation.
Many edge-cutting 3D object generation projects only support export .obj
with color on vertex, which may be not compatible for other application.
convert_to_std_obj.py can convert this type of .obj
and export standard .mtl
and .png
texture file with smart uv projection
in blender.
this script has been tested on model generated from TripoSR, ThreeStudio and OpenLRM.
uv_unwrap_bake_and_export.py can transform original UV of the object into other UV unwrapping methods (smart uv projection, cubic cylinder, sphere) with corresponding texture image baked.
Created by OpenAI for rendering cricle orbit camera view around centric object.