Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

verse/verse-blender

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
211 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

Blender Python Add-on with Verse integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.