[#21177] Text editor
Running scripts directly didnt call the register function, even though this is not essential its good to be able to run a script directly and see changes in the UI.
This commit is contained in:
@@ -78,4 +78,5 @@ def unregister():
|
||||
bpy.types.unregister(SequencerCrossfadeSounds)
|
||||
|
||||
if __name__ == "__main__":
|
||||
bpy.ops.sequencer.crossfade_sounds()
|
||||
register()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user