All Projects → ogxd → blender-importer-unity

ogxd / blender-importer-unity

Licence: other
A tool to fix orientation issues from Blender to Unity

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to blender-importer-unity

erkir
Երկիր (Erkir) - a C++ library for geodesic and trigonometric calculations
Stars: ✭ 26 (+13.04%)
Mutual labels:  coordinate-systems, coordinates
Blender-Tools-for-DSCS
This repository provides a work-in-progress addon for Blender 2.8 that can (to some degree) import model files from the PC version of Digimon Story: Cyber Sleuth. It provides new options in File > Import and File > Export named "DSCS Model", which should be pointed towards 'name' files in the game data. The file format is mostly understood; but …
Stars: ✭ 18 (-21.74%)
Mutual labels:  blender, model
FireSnapshot
A useful Firebase-Cloud-Firestore Wrapper with Codable.
Stars: ✭ 56 (+143.48%)
Mutual labels:  model
yii2-rest-client
REST client (AR-like model) for Yii Framework 2.0 (via yii2-http-client)
Stars: ✭ 19 (-17.39%)
Mutual labels:  model
seapy
State Estimation and Analysis in Python
Stars: ✭ 25 (+8.7%)
Mutual labels:  model
blender-colab
Render Blender 3.x and 2.9x scenes with Google Colaboratory
Stars: ✭ 78 (+239.13%)
Mutual labels:  blender
droplet-render
Volumetric cloud modeling and rendering for Blender.
Stars: ✭ 29 (+26.09%)
Mutual labels:  blender
BMExport
一个 JSON 转 Objective-C,Swift class, Swift struct Model 属性的 Mac 小工具,【点击直接下载 https://github.com/liangdahong/BMExport/releases/download/2.0/BMExport2.0.dmg 】。
Stars: ✭ 22 (-4.35%)
Mutual labels:  model
modelsafe
A type-safe data modelling library for TypeScript
Stars: ✭ 13 (-43.48%)
Mutual labels:  model
projectile
An artist-friendly tool for throwing stuff around inside Blender
Stars: ✭ 136 (+491.3%)
Mutual labels:  blender
json-schema-js-gui-model
Handy gui model and associated translator that can be used to construct javascript UI forms from json-schemas
Stars: ✭ 19 (-17.39%)
Mutual labels:  model
tensorflow-stack-ts
TensorFlow.js Full-Stack Starter Kit
Stars: ✭ 33 (+43.48%)
Mutual labels:  model
sttp-model
Simple Scala HTTP model
Stars: ✭ 30 (+30.43%)
Mutual labels:  model
Blender-ArmorPaintLiveLink
This is a live-link tool to switch from Blender to ArmorPaint by only clicking in one button.
Stars: ✭ 86 (+273.91%)
Mutual labels:  blender
add mesh SpaceshipGenerator
add_mesh_SpaceshipGenerator for 2.8
Stars: ✭ 68 (+195.65%)
Mutual labels:  blender
DuBLF DuBlast
Quick Playblast tool for Blender
Stars: ✭ 18 (-21.74%)
Mutual labels:  blender
stampinfo
Stamp Info is a Blender add-on that ensures the tracking of the rendered images by writing all the meta information directly on them, on specific areas such as their top and bottom.
Stars: ✭ 21 (-8.7%)
Mutual labels:  blender
blendpresence
Discord RPC support for Blender 3.0
Stars: ✭ 81 (+252.17%)
Mutual labels:  blender
modelforge
Python library to share machine learning models easily and reliably.
Stars: ✭ 18 (-21.74%)
Mutual labels:  model
VSE Transform Tools
Quickly transform, crop and fade video strips in Blender's Video Sequence Editor
Stars: ✭ 195 (+747.83%)
Mutual labels:  blender

Blender Importer

This simple tool is an Unity Asset Post Processor for .blend files.
Unity natively handles the import of .blend files by converting .blend files in .fbx files by using Blender in command line and importing the .fbx.
This process does no takes into account the differences between Blender and Unity : Blender works with Z up, while Unity uses Y as the up axis. This tool will automatically modify mesh coordinates and transforms to have your Blender model properly oriented in Unity, with the Z up.

It also works with skinned meshes

In Blender, the Z is up :

Blender

In Unity, by default, the Y is up : the model is misoriented

Before

In Unity, with the tool, the Z is up : the model is properly oriented

After

How To

Download the .unitypackage in the Release tab (or checkout and copy the Assets/Plugins/BlenderImporter folder to your Assets folder)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].