GithubHelp home page GithubHelp logo

plumpmath / verse-blender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from verse/verse-blender

0.0 0.0 0.0 301 KB

Blender Python Add-on with Verse integration

License: GNU General Public License v2.0

Python 100.00%

verse-blender's Introduction

Blender Add-on with Verse Integration

This is alpha version of Blender Python Add-on with Verse integration. It is possible to share Mesh objects at Verse server now.

Blender Verse Add-on screenshot

Requirements

This Add-on requires Blender compiled from source code with following patch: https://developer.blender.org/T42865 and Python module called Verse that could be found here:

http://verse.github.com/verse/

Verse project contains compiled Python module and only Linux OS is supported now.

Note: This Add-on is very WIP and it is not intended for production.

Installation

To install this Add-on download file:

https://github.com/verse/verse-blender/archive/master.zip

Unzip this archive and move directory io_verse to directory with your add-ons. Typically ~/.config/blender/2.68a/scripts/addons/

You can also download current version using git:

git clone [email protected]:verse/verse-blender.git # (requires SSH)
# git clone https://github.com/verse/verse-blender.git # (only HTTPS)
cd verse-blender
git submodule update --init --recursive
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull --rebase origin master

To update verse-blender to current version run following commands:

git pull --rebase
git submodule foreach --recursive git pull --rebase origin master

License

The source code of this Blender Add-on is available under GNU GPL 2.0. For details look at LICENSE file.

verse-blender's People

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.