All Projects → ubisoft → Mixer

ubisoft / Mixer

Licence: gpl-3.0
Add-on for real-time collaboration in Blender (mirror only, please post your issues and merge requests at https://gitlab.com/ubisoft-animation-studio/mixer)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mixer

ktba
Blender addons
Stars: ✭ 41 (-94.29%)
Mutual labels:  blender, blender-addon
Building tools
Building generation addon for blender
Stars: ✭ 692 (-3.62%)
Mutual labels:  blender, blender-addon
Growthnodes
A Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces.
Stars: ✭ 257 (-64.21%)
Mutual labels:  blender, blender-addon
blender-cod
Blender Add-On for Call of Duty® modding
Stars: ✭ 53 (-92.62%)
Mutual labels:  blender, blender-addon
Fake Bpy Module
Fake Blender Python API module collection for the code completion.
Stars: ✭ 426 (-40.67%)
Mutual labels:  blender, blender-addon
PAINTicle
A paint addon for Blender using particles.
Stars: ✭ 27 (-96.24%)
Mutual labels:  blender, blender-addon
Blender Addon Photogrammetry Importer
Addon to import different photogrammetry formats into Blender
Stars: ✭ 292 (-59.33%)
Mutual labels:  blender, blender-addon
BlendShell
A Blender plugin for making hollow models suitable for 3D printing.
Stars: ✭ 33 (-95.4%)
Mutual labels:  blender, blender-addon
Magic Uv
Blender Add-on: Magic UV
Stars: ✭ 374 (-47.91%)
Mutual labels:  blender, blender-addon
Screencast Keys
Blender Add-on: Screencast Keys
Stars: ✭ 328 (-54.32%)
Mutual labels:  blender, blender-addon
anton
anton is an open-source generative design framework built on Blender, the open-source 3D creation suite.
Stars: ✭ 82 (-88.58%)
Mutual labels:  blender, blender-addon
Fspy Blender
Official fSpy importer for Blender
Stars: ✭ 538 (-25.07%)
Mutual labels:  blender, blender-addon
niche-loops
This add-on includes the following operators: Build End, Build Corner, Adjust Loops, Adjust Adjacent Loops
Stars: ✭ 20 (-97.21%)
Mutual labels:  blender, blender-addon
cookie-factory
Processing-style Scripting Add-on for Blender
Stars: ✭ 21 (-97.08%)
Mutual labels:  blender, blender-addon
alternativa3d tools
Blender addon to import and export alternativa3d files. See http://alternativaplatform.com for more information on the file types and its uses.
Stars: ✭ 19 (-97.35%)
Mutual labels:  blender, blender-addon
Blendluxcore
Blender Integration for LuxCore
Stars: ✭ 287 (-60.03%)
Mutual labels:  blender, blender-addon
gmic-blender
Official G'MIC plugin for Blender3D - pre-pre-alpha
Stars: ✭ 34 (-95.26%)
Mutual labels:  blender, blender-addon
msfs2blend
Import Microsoft Flight Simulator (FS2020) Models in Blender
Stars: ✭ 92 (-87.19%)
Mutual labels:  blender, blender-addon
Export Paper Model From Blender
Python addon for creating paper models in Blender (development version)
Stars: ✭ 311 (-56.69%)
Mutual labels:  blender, blender-addon
Bpy
blender python scripts
Stars: ✭ 441 (-38.58%)
Mutual labels:  blender, blender-addon

Mixer

Disclaimer: This project is in alpha state and actively developed. Do not use it to edit your production assets without a backup or you might break them.

Note that development is on Windows 10. Please report issues and submit PRs for other OSs.

Look for the details about the latest version in its announcement issue.

Introduction

Mixer is a Blender addon developed at Ubisoft Animation Studio for Real Time Collaboration in 3D edition. It allows multiple Blender users to work on the same scene at the same time. Thanks to a broadcasting server that is independent from Blender, it is also possible to implement a connection for other 3D editing softwares.

The synchronization currently supports cameras, collections, curves, grease pencils, lights, materials, metaballs, meshes, objects, scenes and worlds.

Usage

Download the addon ZIP file from the Assets/Other of the Gitlab release page https://gitlab.com/ubisoft-animation-studio/mixer/-/releases and install it into Blender.

From the Mixer panel in the 3D viewport you can enter an IP address, a port and connect to a server. If you enter localhost and no Mixer server is already running on your computer, then the addon will start a server in the background when you click Connect.

Then you can test locally between two Blender instances, or you can open the port on your router and give your external IP address to other people so they can join your session.

If all participants are in the same network everything should work directly. If participants are not on the same LAN, see hosting a Mixer server

A Mixer server hosts rooms that are created by users. By default there is no room and someone connected to the server needs to create one from the panel. The creator of the room will upload its current blender data to the server, and this data will be transferred to people that connect to the room.

When all users leave a room, its content is destroyed, so someone needs to save the file before everyone leave, if you want to keep it. Optionally you can check the "keep open" checkbox so the room will remain open even if it has no users.

As a Developer, you may want to read the Developer environment documentation that details our setup.

Known limitations

  • Avoid using Undo as it may cause problems like disappearing objects or crashes.
  • Synchronization is currently limited to cameras, collections, curves, grease pencils, lights, materials, metaballs, meshes, objects, scenes and worlds.

You will find more detailed information in the changelogs and in the announcement issue that comes with the new version.

Repositories

The main repository is on Gitlab https://gitlab.com/ubisoft-animation-studio/mixer, please post your issues and merge requests there.

On the Gitlab repository you can see the CI tasks running (linting, unit tests, packing the addon and releases) and you have access to clean releases on the dedicated page https://gitlab.com/ubisoft-animation-studio/mixer/-/releases.

We do our development on both public Gitlab and an internal instance at Ubisoft. Mirroring is used to keep all repositories in sync (commits, tags and branches). We are slowly moving some important issues to the public repository to give more information to the community about our future developments and to open discussions.

We also have a mirror on Github https://github.com/ubisoft/mixer, as part of Ubisoft open source repositories.

Contributing

You can report any bug through issues on Gitlab. Please include the version you use in the issue and how to reproduce the bug, if possible. You can join a blender file, or a room file that you can save with the "Download Room" button in advanced room options.

In the code you might see references to VRtist or Shot Manager, which are other technologies / addons that are developed in our studio. Don't pay too much attention to related code since we plan to extract it in some way, probably with a plugins strategy.

You can submit a merge requests on Gitlab, but keep in mind that the architecture of the addon is likely to change significantly in the next few months. For bugfixes, simple refactoring, typos, documentation, or things related to the usage of the Blender API you can directly submit the merge request. For features please also open an issue to discuss it, so we can think about how it would fit in the future architecture.

If you have quick questions or want to chat with us, we have a channel on the Blender chat dedicated to this addon: https://blender.chat/channel/mixer-addon

License and copyright

The original code is Copyright (C) 2020 Ubisoft.

All code of the mixer package except the mixer.broadcaster sub-package is under the GPLv3 license. Code of the mixer.broadcaster sub-package is under the MIT license so feel free to extract it and use it directly in other python projects that are under a permissive license.

Documentation

More documentation is available in the doc directory:

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