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
Hi @aishwarya123mathpati, that sounds like an interesting use-case. If I understand correctly, you want to be able to run "Delete Only Edges & Faces" for every model converted before exporting each model as an FBX.
While that specific functionality is beyond the scope of what Transmogrifier is designed to do, it may be possible to have some kind of feature that allows a user to run a Python script (.py) on every converted model before export. I'll add that as an idea to our roadmap and follow up if we implement such a feature.
Hi @aishwarya123mathpati, we added a new feature called, "Custom Scripts" that should now provide you with the flexibility to write your own script(s) in order accomplish such tasks as you have described above. Scripts can be as simple as one Blender Python command saved as a .py file or entire "addons" to Transmogrifier itself.
Here's an example of the new Custom Scripts UI:
and here's a look inside that "Add_Monkey_Shade_Flat.py" file in the screenshot above:
I want to convert my 3D face coordinates into FBX such that they appear as a point cloud rather than a polygon mesh.
Please reply.
The text was updated successfully, but these errors were encountered: