Skip to content

Commit 89b80aa

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

1 file changed

Lines changed: 126 additions & 0 deletions

File tree

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
Get-OBS3dSwapTransitionShader
2+
-----------------------------
3+
4+
### Synopsis
5+
6+
Get-OBS3dSwapTransitionShader [[-ImageA] <string>] [[-ImageB] <string>] [[-TransitionTime] <float>] [[-Reflection] <float>] [[-Perspective] <float>] [[-Depth] <float>] [[-BackgroundColor] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ConvertLinear] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
7+
8+
---
9+
10+
### Description
11+
12+
---
13+
14+
### Parameters
15+
#### **BackgroundColor**
16+
17+
|Type |Required|Position|PipelineInput|Aliases |
18+
|----------|--------|--------|-------------|----------------|
19+
|`[string]`|false |6 |false |background_color|
20+
21+
#### **ConvertLinear**
22+
23+
|Type |Required|Position|PipelineInput|Aliases |
24+
|----------|--------|--------|-------------|--------------|
25+
|`[switch]`|false |Named |false |convert_linear|
26+
27+
#### **Depth**
28+
29+
|Type |Required|Position|PipelineInput|
30+
|---------|--------|--------|-------------|
31+
|`[float]`|false |5 |false |
32+
33+
#### **FilterName**
34+
35+
|Type |Required|Position|PipelineInput |
36+
|----------|--------|--------|---------------------|
37+
|`[string]`|false |8 |true (ByPropertyName)|
38+
39+
#### **Force**
40+
41+
|Type |Required|Position|PipelineInput|
42+
|----------|--------|--------|-------------|
43+
|`[switch]`|false |Named |false |
44+
45+
#### **ImageA**
46+
47+
|Type |Required|Position|PipelineInput|Aliases|
48+
|----------|--------|--------|-------------|-------|
49+
|`[string]`|false |0 |false |image_a|
50+
51+
#### **ImageB**
52+
53+
|Type |Required|Position|PipelineInput|Aliases|
54+
|----------|--------|--------|-------------|-------|
55+
|`[string]`|false |1 |false |image_b|
56+
57+
#### **NoResponse**
58+
59+
|Type |Required|Position|PipelineInput|
60+
|----------|--------|--------|-------------|
61+
|`[switch]`|false |Named |false |
62+
63+
#### **PassThru**
64+
65+
|Type |Required|Position|PipelineInput|
66+
|----------|--------|--------|-------------|
67+
|`[switch]`|false |Named |false |
68+
69+
#### **Perspective**
70+
71+
|Type |Required|Position|PipelineInput|
72+
|---------|--------|--------|-------------|
73+
|`[float]`|false |4 |false |
74+
75+
#### **Reflection**
76+
77+
|Type |Required|Position|PipelineInput|
78+
|---------|--------|--------|-------------|
79+
|`[float]`|false |3 |false |
80+
81+
#### **ShaderText**
82+
83+
|Type |Required|Position|PipelineInput|Aliases |
84+
|----------|--------|--------|-------------|-------------|
85+
|`[string]`|false |9 |false |ShaderContent|
86+
87+
#### **SourceName**
88+
89+
|Type |Required|Position|PipelineInput |Aliases |
90+
|----------|--------|--------|---------------------|-------------|
91+
|`[string]`|false |7 |true (ByPropertyName)|SceneItemName|
92+
93+
#### **TransitionTime**
94+
95+
|Type |Required|Position|PipelineInput|Aliases |
96+
|---------|--------|--------|-------------|---------------|
97+
|`[float]`|false |2 |false |transition_time|
98+
99+
#### **UseShaderTime**
100+
101+
|Type |Required|Position|PipelineInput|
102+
|----------|--------|--------|-------------|
103+
|`[switch]`|false |Named |false |
104+
105+
---
106+
107+
### Inputs
108+
System.String
109+
110+
---
111+
112+
### Outputs
113+
* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object)
114+
115+
---
116+
117+
### Syntax
118+
```PowerShell
119+
syntaxItem
120+
```
121+
```PowerShell
122+
----------
123+
```
124+
```PowerShell
125+
{@{name=Get-OBS3dSwapTransitionShader; CommonParameters=True; parameter=System.Object[]}}
126+
```

0 commit comments

Comments
 (0)