property

  1. S

    Lua script property with OBS_TEXT_INFO not updating properly

    I'm writing a Lua script and attempting to add an informational text label to my script properties using a text property with the text type "OBS_TEXT_INFO", which I think is fairly new (maybe added in v28?). The property add looks like this: local p_info_text = obs.obs_properties_add_text(props...
Top