Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

EmbarkStudios/blender_addons

 
 

Repository files navigation

importOBJ_principledShader

A customized obj importer for Blender, that creates a Principled BSDF Material. We use it for importing from 3DCoat, but it should work for other applications as well.

A small example video:

IMAGE ALT TEXT HERE

Match Transforms

What it does:

Adds some buttons to the Tools/Transform panel that allow you to match the selected objects (singular or plural) tansforms (all or location, rotation, scale) to the active object (last selected).

InstantMeshesRemesh

A simple addon that uses the commandline version of Instant Meshes to integrate it into Blender.

What it does:
  • Exports your object
  • runs InstantMeshes with the specified settings / or opens the UI with your Mesh
  • imports the result and sets UVs and Materials
  • hides the original Object.

IMPORTANT: when using the UI you have to save your mesh as %TEMP%\out.obj (or whatever your temp dir is in Linux/Mac)

Installation instructions:
  1. Download the original Instant Meshes program (binaries or build yourself)
  2. Download InstantMeshesRemesh.py from my github repo and put it into your addons folder
  3. Activate it inside Blender and set the filepath to the Instant Meshes executable
  4. Now you should have a Instant Meshes Remesh command in the object menu

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%