Skip to content

Commit df92362

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Removing thread job dependency from obs-powershell
Also, regenerating shaders if any updates exist
1 parent efbecf0 commit df92362

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

docs/Set-OBSSmartDenoiseShader.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
Get-OBSSmartDenoiseShader
2+
-------------------------
3+
4+
### Synopsis
5+
6+
Get-OBSSmartDenoiseShader [[-USigma] <float>] [[-UKSigma] <float>] [[-UThreshold] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
7+
8+
---
9+
10+
### Description
11+
12+
---
13+
14+
### Parameters
15+
#### **FilterName**
16+
17+
|Type |Required|Position|PipelineInput |
18+
|----------|--------|--------|---------------------|
19+
|`[string]`|false |4 |true (ByPropertyName)|
20+
21+
#### **Force**
22+
23+
|Type |Required|Position|PipelineInput|
24+
|----------|--------|--------|-------------|
25+
|`[switch]`|false |Named |false |
26+
27+
#### **NoResponse**
28+
29+
|Type |Required|Position|PipelineInput|
30+
|----------|--------|--------|-------------|
31+
|`[switch]`|false |Named |false |
32+
33+
#### **PassThru**
34+
35+
|Type |Required|Position|PipelineInput|
36+
|----------|--------|--------|-------------|
37+
|`[switch]`|false |Named |false |
38+
39+
#### **ShaderText**
40+
41+
|Type |Required|Position|PipelineInput|Aliases |
42+
|----------|--------|--------|-------------|-------------|
43+
|`[string]`|false |5 |false |ShaderContent|
44+
45+
#### **SourceName**
46+
47+
|Type |Required|Position|PipelineInput |Aliases |
48+
|----------|--------|--------|---------------------|-------------|
49+
|`[string]`|false |3 |true (ByPropertyName)|SceneItemName|
50+
51+
#### **UKSigma**
52+
53+
|Type |Required|Position|PipelineInput|
54+
|---------|--------|--------|-------------|
55+
|`[float]`|false |1 |false |
56+
57+
#### **USigma**
58+
59+
|Type |Required|Position|PipelineInput|
60+
|---------|--------|--------|-------------|
61+
|`[float]`|false |0 |false |
62+
63+
#### **UThreshold**
64+
65+
|Type |Required|Position|PipelineInput|
66+
|---------|--------|--------|-------------|
67+
|`[float]`|false |2 |false |
68+
69+
#### **UseShaderTime**
70+
71+
|Type |Required|Position|PipelineInput|
72+
|----------|--------|--------|-------------|
73+
|`[switch]`|false |Named |false |
74+
75+
---
76+
77+
### Inputs
78+
System.String
79+
80+
---
81+
82+
### Outputs
83+
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object)
84+
85+
---
86+
87+
### Syntax
88+
```PowerShell
89+
syntaxItem
90+
```
91+
```PowerShell
92+
----------
93+
```
94+
```PowerShell
95+
{@{name=Get-OBSSmartDenoiseShader; CommonParameters=True; parameter=System.Object[]}}
96+
```

0 commit comments

Comments
 (0)