3
11

io_scene_3ds: Update for Blender 3.x #2

Merged
Sebastian Sille merged 34 commits from blender-v3.5-release into blender-v3.1-release 2023-02-17 22:45:58 +01:00
Showing only changes of commit 69b1305f4b - Show all commits

View File

@ -464,8 +464,7 @@ def update_sync(context: Context, win_id=None):
# bidirectionnal sync: change main time from slave window
if (
wm.storypencil_settings.bidirectional
and win_id != wm.storypencil_settings.main_window_id
win_id != wm.storypencil_settings.main_window_id
and is_slave_window(wm, win_id)
):
# get strip under time cursor in main window
@ -658,12 +657,6 @@ class STORYPENCIL_PG_Settings(PropertyGroup):
update=sync_active_update
)
bidirectional: BoolProperty(
name="Bi-directional",
description="Enable bi-directional sync to drive Main time from synced Slave Windows",
default=False,
)
main_window_id: StringProperty(
name="Main Window ID",
description="ID of the window driving the Synchronization",