io_scene_3ds: Update for Blender 3.x #2
@ -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",
|
||||
|
Reference in New Issue
Block a user