()
| 78 | |
| 79 | # Define default values for each setting |
| 80 | def 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 |