Back to browse
GitHub Repository

real time collaborative scene layouts in blender

16 starsPython

Real-time collaborative editing plugin for Blender

by arryleo10·Mar 5, 2026·3 points·1 comment

AI Analysis

MidShip ItBold Bet

Multiplayer Blender is genuinely needed, but this is pre-alpha with no working install yet.

Strengths
  • Solves real pain: Blender lacks native collab (unlike Figma/Adobe); architecture handles state sync and conflict resolution.
  • Token-efficient DOM scanning for AI browser control proves clever constraint design.
Weaknesses
  • Installation 'coming soon'—roadmap shows all core features unchecked; barely beyond proof-of-concept.
  • Blender's OOP and plugin constraints may make real-time sync harder than promised.
Category
Target Audience

3D artists, designers, and teams using Blender for collaborative projects

Similar To

Figma · Adobe Substance 3D Painter · Autodesk Fusion 360

Post Description

I’ve been experimenting with a plugin that enables real-time collaboration between multiple Blender sessions.

Currently supports:

Object creation sync

Transform synchronization

Lights and cameras syncing

Still early, but the core networking and state synchronization work.

GitHub: https://github.com/arryllopez/meerkat

Feedback welcome.

Similar Projects