Skip to content

Commit 2ae58e7

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent fa192ba commit 2ae58e7

1 file changed

Lines changed: 18 additions & 25 deletions

File tree

docs/Set-OBSZoomBlurShader.md

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSZoomBlurShader
22
---------------------
33

44
### Synopsis
5-
65
Get-OBSZoomBlurShader [[-Samples] <int>] [[-Magnitude] <float>] [[-SpeedPercent] <int>] [[-Notes] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Ease] [-Glitch] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,79 +15,79 @@ Get-OBSZoomBlurShader [[-Samples] <int>] [[-Magnitude] <float>] [[-SpeedPercent]
1615

1716
|Type |Required|Position|PipelineInput|
1817
|----------|--------|--------|-------------|
19-
|`[switch]`|false |Named |false |
18+
|`[Switch]`|false |named |False |
2019

2120
#### **FilterName**
2221

23-
|Type |Required|Position|PipelineInput |
24-
|----------|--------|--------|---------------------|
25-
|`[string]`|false |5 |true (ByPropertyName)|
22+
|Type |Required|Position|PipelineInput|
23+
|----------|--------|--------|-------------|
24+
|`[String]`|false |named |False |
2625

2726
#### **Force**
2827

2928
|Type |Required|Position|PipelineInput|
3029
|----------|--------|--------|-------------|
31-
|`[switch]`|false |Named |false |
30+
|`[Switch]`|false |named |False |
3231

3332
#### **Glitch**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|----------|--------|--------|-------------|
37-
|`[switch]`|false |Named |false |
36+
|`[Switch]`|false |named |False |
3837

3938
#### **Magnitude**
4039

4140
|Type |Required|Position|PipelineInput|
4241
|---------|--------|--------|-------------|
43-
|`[float]`|false |1 |false |
42+
|`[Float]`|false |named |False |
4443

4544
#### **NoResponse**
4645

4746
|Type |Required|Position|PipelineInput|
4847
|----------|--------|--------|-------------|
49-
|`[switch]`|false |Named |false |
48+
|`[Switch]`|false |named |False |
5049

5150
#### **Notes**
5251

5352
|Type |Required|Position|PipelineInput|
5453
|----------|--------|--------|-------------|
55-
|`[string]`|false |3 |false |
54+
|`[String]`|false |named |False |
5655

5756
#### **PassThru**
5857

5958
|Type |Required|Position|PipelineInput|
6059
|----------|--------|--------|-------------|
61-
|`[switch]`|false |Named |false |
60+
|`[Switch]`|false |named |False |
6261

6362
#### **Samples**
6463

6564
|Type |Required|Position|PipelineInput|
6665
|-------|--------|--------|-------------|
67-
|`[int]`|false |0 |false |
66+
|`[Int]`|false |named |False |
6867

6968
#### **ShaderText**
7069

7170
|Type |Required|Position|PipelineInput|Aliases |
7271
|----------|--------|--------|-------------|-------------|
73-
|`[string]`|false |6 |false |ShaderContent|
72+
|`[String]`|false |named |False |ShaderContent|
7473

7574
#### **SourceName**
7675

77-
|Type |Required|Position|PipelineInput |Aliases |
78-
|----------|--------|--------|---------------------|-------------|
79-
|`[string]`|false |4 |true (ByPropertyName)|SceneItemName|
76+
|Type |Required|Position|PipelineInput|Aliases |
77+
|----------|--------|--------|-------------|-------------|
78+
|`[String]`|false |named |False |SceneItemName|
8079

8180
#### **SpeedPercent**
8281

8382
|Type |Required|Position|PipelineInput|Aliases |
8483
|-------|--------|--------|-------------|-------------|
85-
|`[int]`|false |2 |false |speed_percent|
84+
|`[Int]`|false |named |False |speed_percent|
8685

8786
#### **UseShaderTime**
8887

8988
|Type |Required|Position|PipelineInput|
9089
|----------|--------|--------|-------------|
91-
|`[switch]`|false |Named |false |
90+
|`[Switch]`|false |named |False |
9291

9392
---
9493

@@ -104,11 +103,5 @@ System.String
104103

105104
### Syntax
106105
```PowerShell
107-
syntaxItem
108-
```
109-
```PowerShell
110-
----------
111-
```
112-
```PowerShell
113-
{@{name=Get-OBSZoomBlurShader; CommonParameters=True; parameter=System.Object[]}}
106+
Get-OBSZoomBlurShader [[-Samples] <Int>] [[-Magnitude] <Float>] [[-SpeedPercent] <Int>] [-Ease <Switch>] [-Glitch <Switch>] [[-Notes] <String>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
114107
```

0 commit comments

Comments
 (0)