All Projects → verse → verse-blender

verse / verse-blender

Licence: GPL-2.0 License
Blender Python Add-on with Verse integration

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to verse-blender

PieMenusPlus
Pie Menus Plus is a complete Pie Menu ecosystem for Blender 2.8+
Stars: ✭ 26 (-27.78%)
Mutual labels:  blender3d, addon
interactive-physics-editor
Simplifies the process of positioning multiple objects in 3D space with collision handling
Stars: ✭ 20 (-44.44%)
Mutual labels:  blender3d, addon
glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (+55.56%)
Mutual labels:  blender3d, addon
kaleidoscope
🍀 A small collection of creative nodes to generate color palette and store values for Blender
Stars: ✭ 99 (+175%)
Mutual labels:  blender3d, addon
storybook-styled-components
No description or website provided.
Stars: ✭ 76 (+111.11%)
Mutual labels:  addon
tally
🙋‍♀️Social voting app
Stars: ✭ 58 (+61.11%)
Mutual labels:  real-time
briefmatch
BriefMatch real-time GPU optical flow
Stars: ✭ 36 (+0%)
Mutual labels:  real-time
mute-sites-by-default
WebExtension that mutes all sites by default and remembers unmuted sites
Stars: ✭ 19 (-47.22%)
Mutual labels:  addon
ChatService
ChatService (SignalR).
Stars: ✭ 26 (-27.78%)
Mutual labels:  real-time
platyplus
Low-code, offline-first apps with Hasura
Stars: ✭ 22 (-38.89%)
Mutual labels:  real-time
Custom-Object-Detection-using-Darkflow
Make custom objects dataset and detect them using darkflow. Darkflow is a tensorflow translation of Darknet.
Stars: ✭ 21 (-41.67%)
Mutual labels:  real-time
barrier
Open-source KVM software
Stars: ✭ 17,366 (+48138.89%)
Mutual labels:  sharing
msw-storybook-addon
Mock API requests in Storybook with Mock Service Worker.
Stars: ✭ 168 (+366.67%)
Mutual labels:  addon
endurox-go
Application Server for Go (ASG)
Stars: ✭ 32 (-11.11%)
Mutual labels:  real-time
TeamCord
Cross voice communication between Teamspeak and Discord
Stars: ✭ 35 (-2.78%)
Mutual labels:  addon
ModifiedPowerAurasTBC
An advanced wow 2.4.3 power auras
Stars: ✭ 16 (-55.56%)
Mutual labels:  addon
IoT-Technical-Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,565 (+7025%)
Mutual labels:  real-time
godot-engine.code-snapshot
A plugin for Godot Engine which will let you take beautified snapshots of your code within the Editor. Configure the frame as you like, with GDScript syntax already highlighted.
Stars: ✭ 32 (-11.11%)
Mutual labels:  addon
signalr-client
SignalR client library built on top of @aspnet/signalr. This gives you more features and easier to use.
Stars: ✭ 48 (+33.33%)
Mutual labels:  real-time
XBotControl
XBotControl framework: XBotCore + OpenSoT + CartesI/O
Stars: ✭ 23 (-36.11%)
Mutual labels:  real-time

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.

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].