MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / get_condition_defaults

Function get_condition_defaults

scripting/examples.py:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79# Define default values for each setting
80def get_condition_defaults():
81 default_settings = obs.obs_data_create()
82 obs.obs_data_set_default_double(default_settings, "probability", 33.3)
83 return default_settings
84
85
86# The settings for each instance of this condition the will be passed in the

Callers 1

script_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected