Coder Social home page Coder Social logo

cloudblender's Introduction

cloudblender [WIP]

Blender wrapper for cloud-volume

The basic idea is to let you import image data, skeletons and meshes from any data source that cloud-volume understands.

  • import image data as planes/cubes
  • import segmentation data as planes/cubes
  • import meshes
  • import skeletons

Installation

First you need to install cloud-volume for Blender's Python: open Blender and in "scripting" use below code to find the executable for Python

>>> import sys
>>> sys.executable
'/Applications/Blender.app/Contents/Resources/3.0/python/bin/python3.9'

Next, open a terminal and run this:

$ /Applications/Blender.app/Contents/Resources/3.0/python/bin/python3.9 -m pip install cloud-volume

In an ideal world the install will just work but that's hardly ever the case. Some issues I encountered:

  • pip not installed: this is actually easy enough to fix (just Google it).
  • cloud-volume dependencies need to be compiled from source and that fails: this is a pain in the a** in particular because Blender ships Python without the header files. I had the most success by building wheels for the missing dependencies on my system's Python (must be same version) and then use those wheels with Blender's Python.

Finally: download cloudblender.py, fire up Blender, go to "Edit" -> "Preferences" -> "Add-ons" -> "Install" and select the file. Make sure to activate the add-on.

cloudblender's People

Contributors

schlegelp avatar

Watchers

 avatar  avatar

cloudblender's Issues

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.