19829984 / Blender_Sync_Viewport

Blender addon to enable selectively syncing any 3D viewports in real-time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync Viewport

Inspired by ZBrush's thumbnail view, which can shows a synced silhouette view of your sculpt as your work, this addon aims to provide a similar functionality to Blender.

sync_demo_main.mp4

Features:

Sync View Version 1.0.2:

  • Can selectively sync viewports together via a toggle-able button in the header region
    • Only the view is synced, everything else can be configured independently as usual
      • i.e. two viewports can be sync where one displays wireframe while the other displays material preview
  • Works in all Object Modes
  • Three sync modes for viewports with sync enabled:
    • Sync all viewports in the same window
    • Sync all viewports in the same workspace (also syncs other open windows with a 3d viewport)
    • Sync all viewports in the blend file, which will work across workspaces
  • Performance Toggles:
    • Pause sync on all viewports
    • Don't sync during playback
    • Don't sync viewports in camera view

Syncing Viewports in the same window

sync_demo_1.mp4

Syncing Viewports in the same workspace

sync_demo_2.mp4

Known Minor Issue: If a viewport is syncing and it enters quad view, all quad view settings will be set to false.

About

Blender addon to enable selectively syncing any 3D viewports in real-time.

License:MIT License


Languages

Language:Python 100.0%