Giter VIP home page Giter VIP logo

transmogrifier's Introduction

Transmogrifier

Transmogrifier_Logo_Banner_1000.jpg

Finally - a robust, artist-friendly, open-source 3D batch converter.

Transmogrifier is a Blender addon for batch converting 3D files and associated textures into other formats.

  • Saves Time. Automates the boring stuff so you can focus on creating instead of converting.
  • 🛡️ Private and Secure. Runs offline/locally. No account needed.
  • Non-Destructive. Preserves original files. Edits textures on-the-fly.
  • 🌐 AR-Ready. Designed with e-commerce visualization for the Web and AR in mind.
  • 🔓 Open Source/Licensed-Free. View, modify, and share the code freely.
  • 🆓 Free. No paywall, no trial, no strings attached.

Supported Formats

Transmogrifier supports batch conversions between many import and export formats.

FBX | OBJ | glTF/GLB | STL | PLY | X3D | DAE | ABC | USD/USDA/USDC/USDZ


Transmogrifier_UI_Sneak_Peak.gif


Installation

Check out the 📚 Documentation for instructions.

Installation_Page.gif


How it Works

Transmogrifier uses a simple algorithm with powerful features.

  1. 🔍 Transmogrifier searches through an entire folder hierarchy for 3D files of the desired format(s).
  2. For every discovered 3D file of the desired format(s), Transmogrifier then
    1. 🧹 refreshes the scene
    2. 📥 imports the file
    3. 🏁 applies textures to the model
    4. 📚 adds the model to the given asset library
    5. 📤 exports the model in the new format
    6. ⏬ auto-optimizes the export file's size
  3. 📋 Reports a summary of the batch conversion in a CSV file.

Many additional conversion utilities are also available within this general workflow. Check out all the Features!

The diagram below demonstrates the variety of ways in which Transmogrifier can convert models with respect to available textures and the chosen import and export formats.

Transmogrifier_Logo_Banner_1000.jpg Models from Polyhaven (CC0). Each gray box with rounded corners indicates a directory.


Contribute

We welcome any help maintaining Transmogrifier.


Support

If Transmogrifier isn't working the way you expected, please let us know by submitting an issue on Github or reaching out on BlenderArtists.


License

Transmogrifier is open-source/licensed-free software under the GNU GPL v3.0.

What is Free Software?

“Free software” means software that respects users' freedom and community. Roughly, it means that the users have the freedom to run, copy, distribute, study, change and improve the software. Thus, “free software” is a matter of liberty, not price. To understand the concept, you should think of “free” as in “free speech,” not as in “free beer.” - GNU.org

transmogrifier's People

Contributors

sapwoodstudio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

transmogrifier's Issues

Fresh install can't write new workflow presets

On a fresh install under Blender 4.0.2 (Windows 11), trying to save a workflow preset yields this error:

Error: Python: Traceback (most recent call last):
  File "C:\Users\there\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\Transmogrifier\__init__.py", line 888, in execute
    json_file = Path(bpy.utils.script_paths(subdir="presets/operator/transmogrifier")[0]) / add_preset_name
IndexError: list index out of range

The console agrees that this is not a valid path. However, bpy.utils.script_paths(subdir="presets/operator")[0] does yield a valid path, so I think TM just isn't creating its preset directory on install. My script path array has five entries, if that makes any difference.

Error running on Blender 3.4.1

This would be awesome if I can get it running - I am getting the following error:

Python: Traceback (most recent call last):
  File "/Users/bdennysturfee/Library/Application Support/Blender/3.4/scripts/addons/Transmogrifier/__init__.py", line 708, in execute
    self.export_selection(context, base_dir)
  File "/Users/bart/Library/Application Support/Blender/3.4/scripts/addons/Transmogrifier/__init__.py", line 1240, in export_selection
    creationflags=subprocess.CREATE_NEW_CONSOLE,
AttributeError: module 'subprocess' has no attribute 'CREATE_NEW_CONSOLE'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.