Skip to content

Commit 215107c

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 608901c commit 215107c

1 file changed

Lines changed: 30 additions & 37 deletions

File tree

docs/Set-OBSTetraShader.md

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSTetraShader
22
------------------
33

44
### Synopsis
5-
65
Get-OBSTetraShader [[-RedR] <float>] [[-RedG] <float>] [[-RedB] <float>] [[-YelR] <float>] [[-YelG] <float>] [[-YelB] <float>] [[-GrnR] <float>] [[-GrnG] <float>] [[-GrnB] <float>] [[-CynR] <float>] [[-CynG] <float>] [[-CynB] <float>] [[-BluR] <float>] [[-BluG] <float>] [[-BluB] <float>] [[-MagR] <float>] [[-MagG] <float>] [[-MagB] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,151 +15,151 @@ Get-OBSTetraShader [[-RedR] <float>] [[-RedG] <float>] [[-RedB] <float>] [[-YelR
1615

1716
|Type |Required|Position|PipelineInput|
1817
|---------|--------|--------|-------------|
19-
|`[float]`|false |14 |false |
18+
|`[Float]`|false |named |False |
2019

2120
#### **BluG**
2221

2322
|Type |Required|Position|PipelineInput|
2423
|---------|--------|--------|-------------|
25-
|`[float]`|false |13 |false |
24+
|`[Float]`|false |named |False |
2625

2726
#### **BluR**
2827

2928
|Type |Required|Position|PipelineInput|
3029
|---------|--------|--------|-------------|
31-
|`[float]`|false |12 |false |
30+
|`[Float]`|false |named |False |
3231

3332
#### **CynB**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|---------|--------|--------|-------------|
37-
|`[float]`|false |11 |false |
36+
|`[Float]`|false |named |False |
3837

3938
#### **CynG**
4039

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

4544
#### **CynR**
4645

4746
|Type |Required|Position|PipelineInput|
4847
|---------|--------|--------|-------------|
49-
|`[float]`|false |9 |false |
48+
|`[Float]`|false |named |False |
5049

5150
#### **FilterName**
5251

53-
|Type |Required|Position|PipelineInput |
54-
|----------|--------|--------|---------------------|
55-
|`[string]`|false |19 |true (ByPropertyName)|
52+
|Type |Required|Position|PipelineInput|
53+
|----------|--------|--------|-------------|
54+
|`[String]`|false |named |False |
5655

5756
#### **Force**
5857

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

6362
#### **GrnB**
6463

6564
|Type |Required|Position|PipelineInput|
6665
|---------|--------|--------|-------------|
67-
|`[float]`|false |8 |false |
66+
|`[Float]`|false |named |False |
6867

6968
#### **GrnG**
7069

7170
|Type |Required|Position|PipelineInput|
7271
|---------|--------|--------|-------------|
73-
|`[float]`|false |7 |false |
72+
|`[Float]`|false |named |False |
7473

7574
#### **GrnR**
7675

7776
|Type |Required|Position|PipelineInput|
7877
|---------|--------|--------|-------------|
79-
|`[float]`|false |6 |false |
78+
|`[Float]`|false |named |False |
8079

8180
#### **MagB**
8281

8382
|Type |Required|Position|PipelineInput|
8483
|---------|--------|--------|-------------|
85-
|`[float]`|false |17 |false |
84+
|`[Float]`|false |named |False |
8685

8786
#### **MagG**
8887

8988
|Type |Required|Position|PipelineInput|
9089
|---------|--------|--------|-------------|
91-
|`[float]`|false |16 |false |
90+
|`[Float]`|false |named |False |
9291

9392
#### **MagR**
9493

9594
|Type |Required|Position|PipelineInput|
9695
|---------|--------|--------|-------------|
97-
|`[float]`|false |15 |false |
96+
|`[Float]`|false |named |False |
9897

9998
#### **NoResponse**
10099

101100
|Type |Required|Position|PipelineInput|
102101
|----------|--------|--------|-------------|
103-
|`[switch]`|false |Named |false |
102+
|`[Switch]`|false |named |False |
104103

105104
#### **PassThru**
106105

107106
|Type |Required|Position|PipelineInput|
108107
|----------|--------|--------|-------------|
109-
|`[switch]`|false |Named |false |
108+
|`[Switch]`|false |named |False |
110109

111110
#### **RedB**
112111

113112
|Type |Required|Position|PipelineInput|
114113
|---------|--------|--------|-------------|
115-
|`[float]`|false |2 |false |
114+
|`[Float]`|false |named |False |
116115

117116
#### **RedG**
118117

119118
|Type |Required|Position|PipelineInput|
120119
|---------|--------|--------|-------------|
121-
|`[float]`|false |1 |false |
120+
|`[Float]`|false |named |False |
122121

123122
#### **RedR**
124123

125124
|Type |Required|Position|PipelineInput|
126125
|---------|--------|--------|-------------|
127-
|`[float]`|false |0 |false |
126+
|`[Float]`|false |named |False |
128127

129128
#### **ShaderText**
130129

131130
|Type |Required|Position|PipelineInput|Aliases |
132131
|----------|--------|--------|-------------|-------------|
133-
|`[string]`|false |20 |false |ShaderContent|
132+
|`[String]`|false |named |False |ShaderContent|
134133

135134
#### **SourceName**
136135

137-
|Type |Required|Position|PipelineInput |Aliases |
138-
|----------|--------|--------|---------------------|-------------|
139-
|`[string]`|false |18 |true (ByPropertyName)|SceneItemName|
136+
|Type |Required|Position|PipelineInput|Aliases |
137+
|----------|--------|--------|-------------|-------------|
138+
|`[String]`|false |named |False |SceneItemName|
140139

141140
#### **UseShaderTime**
142141

143142
|Type |Required|Position|PipelineInput|
144143
|----------|--------|--------|-------------|
145-
|`[switch]`|false |Named |false |
144+
|`[Switch]`|false |named |False |
146145

147146
#### **YelB**
148147

149148
|Type |Required|Position|PipelineInput|
150149
|---------|--------|--------|-------------|
151-
|`[float]`|false |5 |false |
150+
|`[Float]`|false |named |False |
152151

153152
#### **YelG**
154153

155154
|Type |Required|Position|PipelineInput|
156155
|---------|--------|--------|-------------|
157-
|`[float]`|false |4 |false |
156+
|`[Float]`|false |named |False |
158157

159158
#### **YelR**
160159

161160
|Type |Required|Position|PipelineInput|
162161
|---------|--------|--------|-------------|
163-
|`[float]`|false |3 |false |
162+
|`[Float]`|false |named |False |
164163

165164
---
166165

@@ -176,11 +175,5 @@ System.String
176175

177176
### Syntax
178177
```PowerShell
179-
syntaxItem
180-
```
181-
```PowerShell
182-
----------
183-
```
184-
```PowerShell
185-
{@{name=Get-OBSTetraShader; CommonParameters=True; parameter=System.Object[]}}
178+
Get-OBSTetraShader [[-RedR] <Float>] [[-RedG] <Float>] [[-RedB] <Float>] [[-YelR] <Float>] [[-YelG] <Float>] [[-YelB] <Float>] [[-GrnR] <Float>] [[-GrnG] <Float>] [[-GrnB] <Float>] [[-CynR] <Float>] [[-CynG] <Float>] [[-CynB] <Float>] [[-BluR] <Float>] [[-BluG] <Float>] [[-BluB] <Float>] [[-MagR] <Float>] [[-MagG] <Float>] [[-MagB] <Float>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
186179
```

0 commit comments

Comments
 (0)