Skip to content

Commit

Permalink
2.4.1 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AcChosen committed Aug 9, 2023
1 parent b360082 commit 3f00005
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ crashlytics-build.properties
.idea/.idea.vpm-package-maker/.idea
Assets/PackageMakerWindowData.asset*
.idea
.vscode
.vscode
Thry/Config.json
bakery_times.log
Thry/persistent_data
Thry/preset_cache.txt
10 changes: 5 additions & 5 deletions Packages/com.acchosen.vr-stage-lighting/Editor/VRSLInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ public class VRSLInspector : ShaderGUI
MaterialProperty _GradientMod = null;
MaterialProperty _GradientModGOBO = null;
MaterialProperty _RenderMode = null;
MaterialProperty _ZWrite = null;
MaterialProperty _AlphaToCoverage = null;
// MaterialProperty _ZWrite = null;
// MaterialProperty _AlphaToCoverage = null;
// MaterialProperty _InsideConeNormalMap = null;

//Volumetric Control Specific
Expand Down Expand Up @@ -185,9 +185,9 @@ public class VRSLInspector : ShaderGUI
MaterialProperty _ProjectionRangeOrigin = null;
MaterialProperty _EnableSpin = null;
MaterialProperty _LegacyGoboRange = null;
MaterialProperty _BlendSrc = null;
//MaterialProperty _BlendSrc = null;
MaterialProperty _BlendDst = null;
MaterialProperty _BlendOp = null;
// MaterialProperty _BlendOp = null;
MaterialProperty _ProjectionCutoff = null;
MaterialProperty _ProjectionOriginCutoff = null;
MaterialProperty _ClippingThreshold = null;
Expand Down Expand Up @@ -265,7 +265,7 @@ public class VRSLInspector : ShaderGUI
MaterialProperty _ColorSat = null;
MaterialProperty _ScaleFactor = null;
MaterialProperty _ReferenceDistance = null;
MaterialProperty _UVScale = null;
// MaterialProperty _UVScale = null;
MaterialProperty _RemoveTextureArtifact = null;
MaterialProperty _UsePreMultiplyAlpha = null;
MaterialProperty _LightSourceViewSpaceRadius = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class VRSLStyles : MonoBehaviour
{
public static Texture logo = Resources.Load("VRStageLighting-Logo") as Texture;

public static string ver = "VR Stage Lighting ver:" + " <b><color=#6a15ce> 2.4</color></b>";
public static string ver = "VR Stage Lighting ver:" + " <b><color=#6a15ce> 2.4.1</color></b>";

public static void DepthPassWarning()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public class VRSL_ManagerWindow : EditorWindow {
static float tiltRangeOff = -180f;
public static Texture logo, github, twitter, discord;
public bool legacyFixtures;
public static string ver = "VR Stage Lighting ver:" + " <b><color=#6a15ce> 2.4</color></b>";
public static string ver = "VR Stage Lighting ver:" + " <b><color=#6a15ce> 2.4.1</color></b>";

public static bool hasLocalPanel, hasDepthLight;
private static VRSL_LocalUIControlPanel panel;
Expand Down Expand Up @@ -711,6 +711,7 @@ static bool CheckIfDMXGIAvailable()
}
catch(Exception e)
{
e.GetType();
wasSuccessful = false;
}
return wasSuccessful;
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.1
2 changes: 1 addition & 1 deletion Packages/com.acchosen.vr-stage-lighting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"com.acchosen.vr-stage-lighting",
"displayName":"VR Stage Lighting",
"version":"2.4.0",
"version":"2.4.1",
"description":"A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.",
"url":"https://github.com/AcChosen/VR-Stage-Lighting",
"author":{
Expand Down

0 comments on commit 3f00005

Please sign in to comment.