We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pseduotypes in obs-powershell need some updates:
For starters, their names should be simplified (while keeping their exisiting .PSTypenames)
.PSTypenames
OBS.GetSceneItemList.Response
OBS.SceneItem
OBS.GetInputList.Response
OBS.Input
OBS.GetSourceFilterList.Response
OBS.Filter
Additionally, various improvements can be made:
.InputName
.SourceName
OBS.PowerShell.Statistics
OBS.PowerShell.Stats
OBS.SceneItem.Animate()
OBS.Input.Enable/DisableAllFilter
OBS.GetSceneItemListResponse.Center()
OBS.GetSceneItemListResponse.Stretch()
Disable()
OBS.Filter.get_Settings
And a couple of pseudotypes can be added:
OBS.Color
OBS.Clock
OBS.Beat
The text was updated successfully, but these errors were encountered:
StartAutomating
No branches or pull requests
The pseduotypes in obs-powershell need some updates:
For starters, their names should be simplified (while keeping their exisiting
.PSTypenames
)OBS.GetSceneItemList.Response
should becomeOBS.SceneItem
#173OBS.GetInputList.Response
should becomeOBS.Input
#174OBS.GetSourceFilterList.Response
should becomeOBS.Filter
#175Additionally, various improvements can be made:
.InputName
,.SourceName
#170OBS.PowerShell.Statistics
should be/aliased toOBS.PowerShell.Stats
#178OBS.SceneItem.Animate()
should be more permissive #182OBS.Input.Enable/DisableAllFilter
(s) should enable/disable all filters #183OBS.GetSceneItemListResponse.Center()
should center alignment #171OBS.GetSceneItemListResponse.Stretch()
should stretch an image #172OBS.Filter
.Disable()
does not pass thru #181OBS.Filter.get_Settings
should shapeshift the object #184And a couple of pseudotypes can be added:
OBS.Color
pseudotype #144OBS.Clock
pseudotype will help manage time-related OBS functionality #176OBS.Beat
pseudotype will help manage BPM-related functionality #177The text was updated successfully, but these errors were encountered: