Skip to content

Commit

Permalink
feat: Generating Shaders ( Fixes #163 )
Browse files Browse the repository at this point in the history
    Moving into /Commands/Shaders/, removing some excess logging, explicitly avoiding Debug parameter name.
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 13, 2024
1 parent ef75b97 commit 7e0e138
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions obs-powershell.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,21 @@ Initial Release of obs-powershell
'Set-OBSScrollFilter',
'Set-OBSShaderFilter',
'Set-OBSSharpnessFilter',
'Get-OBSEffect',
'Import-OBSEffect',
'Remove-OBSEffect',
'Start-OBSEffect',
'Stop-OBSEffect',
'Set-OBSAudioOutputSource',
'Set-OBSBrowserSource',
'Set-OBSColorSource',
'Set-OBSDisplaySource',
'Set-OBSMarkdownSource',
'Set-OBSMediaSource',
'Set-OBSSwitchSource',
'Set-OBSVLCSource',
'Set-OBSWaveformSource',
'Set-OBSWindowSource',
'Get-OBSAddShader',
'Get-OBSAlphaBorderShader',
'Get-OBSAlphaGamingBentCameraShader',
Expand Down Expand Up @@ -446,21 +461,6 @@ Initial Release of obs-powershell
'Get-OBSVoronoiPixelationShader',
'Get-OBSZigZagShader',
'Get-OBSZoomBlurShader',
'Get-OBSZoomShader',
'Get-OBSEffect',
'Import-OBSEffect',
'Remove-OBSEffect',
'Start-OBSEffect',
'Stop-OBSEffect',
'Set-OBSAudioOutputSource',
'Set-OBSBrowserSource',
'Set-OBSColorSource',
'Set-OBSDisplaySource',
'Set-OBSMarkdownSource',
'Set-OBSMediaSource',
'Set-OBSSwitchSource',
'Set-OBSVLCSource',
'Set-OBSWaveformSource',
'Set-OBSWindowSource'
'Get-OBSZoomShader'
}

0 comments on commit 7e0e138

Please sign in to comment.