1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2024-09-24 03:28:27 +02:00
VR-Stage-Lighting/uDesktopDuplication.log
AcChosen aa156ddf0b - Packaged important add-ons such as video players, gpu readback, and screen space shaders into unitypackages along with main VR Stage Light package to reduce confusion and keep things organized.
- Converted shaders and video players to all run on native linear input. This removes many issues and inconsistencies with smoothing and general movement.
- Updated GPU readback to fire events on value change when past a certain threshold for float and int paramater ranges. Added ability to name data points in GPU Readback function script.

- Added component sliders to the VRSL DMX and VRSL AudioLink scripts. These sliders replace the final intensity sliders with sliders that control the intensities of the indivdual components of a light (The volumetric, projection, and fixture mesh).
- Added "Genereate Unique VRSL Materials" menu button to the VRSL drop down menu under "Utilties". This button will search the scene for any VRSL Materials, make a copy of them, save them in your selected folder, and apply them to your VRSL meshes in your scene as well as to the Local UI Control Panel. This will allow users to seperate their VRSL materials from the prefab materials and applying it to the scene, allowing for users to make changes to their VRSL materials without updates resetting their settings. (The AudioLink component sliders are at the bottom of the script.)
- Added the "VRSL GI" toggle prefab toggle to Control Panel. This will allow one to spawn the VRSL GI variants of the standard VRSL prefabs. (VRSL GI 1.2+ Only).

- Added global DMX strobe toggle on Local Control Panel asset. Toggling this will disable the strobe channel for the player locally. Useful for those that want to enjoy the light show but can't handle the strobing.
- Adjusted the volumetrics 3D noise to scale properly with the mesh. Scaling a spotlight or strobe up should no longer result in wonky noise tiling.
- Fixed build errors with the DMX patch exporter scripts (again).

- Created Fixture Definition Files and added Fixture Type properties to DMX fixtures. Fixture Definition files are used to create arbitrary data to describe DMX fixture channels. They are mostly cosmetic and used for the DMX patch data exporter.
- Added the ability to save and load DMX Patch Data per scene. This is useful for restoring DMX patch settings to scenes due to corruption.
- Added the ability to export the patch data as a JSON, MVR (My Virtual Rig), or PDF Patch List.
- Added VRSL Manager Window Settings file. This file will start to hold per project data about the VRSL Control Panel. Right now, it holds references to alternate meshes for spotlight and washlight volumetrics.
-Added the ability to switch the volumetric meshes in a scene to lower poly versions on the fly.
-Improved the spin timer shader to have more consistent and smooth DMX gobo spinning.

- Fixed inspector related bugs and improved inspector stability on all VRSL component scripts.
- Added prefab load toggles for VRSL GI prefabs into Control Panel (VRSL GI 1.2.0+)
- Increased AudioLink Delay range from 30 to 127

- Removed the USharp Video and uDesktopDuplication DMX screen prefabs and placed them in their own packages along with new VideoTXL and ProTV DMX screen prefabs.
- Added ability to add and remove DMX Screen prefab packages. TekOSC is the only DMX reader prefab that now comes pre-installed with VRSL, removing USharp Video as a requirement for VRSL.
- Reduced the precision of majority of the DMX Render Textures to 16-Bit SFLOAT instead of 32-Bit SFLOAT to reduce VRAM usage.
- Auto set all DMX Render Textures to have a period of 0.0 to reduce editor related issues.
- Removed the bloom post processing volume prefab from the VRSL-LocalUIControlPanel prefab.
-  VRSL-LocalUIControlPanel will now hide the bloom slider if it cannot find the bloom post processing volume prefab or it's "Bloom Animator" variable is null.
- Fixed bug where you could not edit multiple VRSL scripts at once.

- Re-Added Texture Sampling features for the AudioLink Discoball.
- Added the "Singal Detection System" for interpolation CRT shaders. This system will allow users to disable VRSL DMX if pixels that are not related to the VRSL DMX Grid node are detected (in cases of the video player freezing or disconnecting or an invalid video format was inputted.) This system is disabled by default but can be enabled in the inspector of any of the interpolation CRTs.

- Added per fixture toggle to disable black-to-white conversion when texture sampling mode is enabled on audiolink fixtures.

- Added Global Intensity Blend property to all shaders.
- Removed all `.Blend`and `.Blend1` files
2024-06-02 13:24:07 -04:00

37 lines
2.0 KiB
Plaintext

[uDD::Log][2024-05-31 11:51:02] Start
[uDD::Log][2024-05-31 11:51:02] OS Version : 10.0
[uDD::Log][2024-05-31 11:51:02] Build Number : 19045
[uDD::Log][2024-05-31 11:51:02] Service Pack :
[uDD::Log][2024-05-31 11:51:02] Graphics Card [0] : NVIDIA GeForce RTX 3090
[uDD::Log][2024-05-31 11:51:02] > Monitor[0] : \\.\DISPLAY2
[uDD::Log][2024-05-31 11:51:02] > Monitor[1] : \\.\DISPLAY1
[uDD::Log][2024-05-31 11:51:02] > Monitor[2] : \\.\DISPLAY3
[uDD::Log][2024-05-31 11:51:02] > Monitor[3] : \\.\DISPLAY4
[uDD::Log][2024-05-31 11:51:02] Graphics Card [1] : Microsoft Basic Render Driver
[uDD::Log][2024-05-31 11:51:02] Monitor::Initialized() =>
[uDD::Log][2024-05-31 11:51:02] ID : 0
[uDD::Log][2024-05-31 11:51:02] Size : (3840, 2160)
[uDD::Log][2024-05-31 11:51:02] DPI : (157, 160)
[uDD::Log][2024-05-31 11:51:02] Rot : Landscape
[uDD::Log][2024-05-31 11:51:02] Duplicator::Initialize() => OK.
[uDD::Log][2024-05-31 11:51:02] Monitor::Initialized() =>
[uDD::Log][2024-05-31 11:51:02] ID : 1
[uDD::Log][2024-05-31 11:51:02] Size : (1920, 1080)
[uDD::Log][2024-05-31 11:51:02] DPI : (81, 81)
[uDD::Log][2024-05-31 11:51:02] Rot : Landscape
[uDD::Log][2024-05-31 11:51:02] Duplicator::Initialize() => OK.
[uDD::Log][2024-05-31 11:51:02] Monitor::Initialized() =>
[uDD::Log][2024-05-31 11:51:02] ID : 2
[uDD::Log][2024-05-31 11:51:02] Size : (1920, 1080)
[uDD::Log][2024-05-31 11:51:02] DPI : (88, 88)
[uDD::Log][2024-05-31 11:51:02] Rot : Landscape
[uDD::Log][2024-05-31 11:51:02] Duplicator::Initialize() => OK.
[uDD::Err][2024-05-31 11:51:02] Monitor::Initialize() => GetDpiForMonitor() failed.
[uDD::Log][2024-05-31 11:51:02] Monitor::Initialized() =>
[uDD::Log][2024-05-31 11:51:02] ID : 3
[uDD::Log][2024-05-31 11:51:02] Size : (1920, 1080)
[uDD::Log][2024-05-31 11:51:02] DPI : (0, 0)
[uDD::Log][2024-05-31 11:51:02] Rot : Landscape
[uDD::Log][2024-05-31 11:51:02] Duplicator::Initialize() => OK.
[uDD::Log][2024-05-31 11:52:02] Stop