20 Commits

Author SHA1 Message Date
01f35526ec added dmx light fixtures and applying texture on light from scene capture 2025-12-12 17:07:26 +02:00
485b18d567 added level for video clip and single ndisplay 2025-12-01 09:26:34 +02:00
e680e9b0c4 removed unnecessary files 2025-11-26 13:03:00 +02:00
b1c92a9ba6 added multi instance ndisplay config to parallax level 2025-11-26 12:55:47 +02:00
bfdf5be5d6 added git management bat file 2025-11-26 12:45:06 +02:00
f30dc73f94 changed framerate to 24 2025-11-25 16:36:10 +02:00
b544a28e60 changed framerate to 48 2025-11-25 16:06:10 +02:00
901dbed60d camera to gpu 0, instance 2 to gpu 1 2025-11-25 14:57:49 +02:00
8dab229815 turned all gpu indexes to 0 2025-11-25 14:37:27 +02:00
eeaf50f4a3 reversed gpu indexes 2025-11-25 14:28:13 +02:00
8ec1dfc67b fixed gpu indexes 2025-11-25 14:20:40 +02:00
a8ba344f0d reversed gpus 2025-11-25 12:19:34 +02:00
91ec771a47 reversed gpus 2025-11-25 12:13:11 +02:00
ca0c0683ac set icvfx gpu to 0 and big wall to 0 2025-11-25 11:49:25 +02:00
15a54c6553 reversed gpu indexes 2025-11-25 11:40:26 +02:00
24a363cffd fixed ndisplay viewports 2025-11-25 11:23:17 +02:00
b15077c827 same path for splat 2025-11-25 11:07:06 +02:00
5ac5f44baf Fixed splat level and added multi instance ndisplay 2025-11-25 09:50:34 +02:00
cb176cb748 switched to hap video 2025-11-18 16:17:39 +02:00
b325c16ef9 switched to hap video 2025-11-18 16:06:57 +02:00
23 changed files with 116 additions and 0 deletions

View File

@@ -113,3 +113,56 @@ DefaultFrameRate=(Numerator=24,Denominator=1)
[/Script/NDIIO.NDIIOPluginSettings]
bBeginBroadcastOnPlay=True
[/Script/DMXProtocol.DMXProtocolSettings]
+OutputPortConfigs=(PortName="OutputPort1",ProtocolName="Art-Net",CommunicationType=Broadcast,bAutoCompleteDeviceAddressEnabled=False,AutoCompleteDeviceAddress="192.*",DeviceAddress="10.3.3.31",DestinationAddress="None",DestinationAddresses=((DestinationAddressString="10.3.3.255")),bLoopbackToEngine=False,LocalUniverseStart=1,NumUniverses=1,ExternUniverseStart=1,bIsExternUnivereStartEditable=False,Priority=100,Delay=0.000000,DelayFrameRate=(Numerator=25,Denominator=1),PortGuid=113BD0304F0500A965A6E5A0ECC5D52F)
SendingRefreshRate=44
+FixtureCategories=Other
+FixtureCategories=Strobe
+FixtureCategories=Moving Mirror
+FixtureCategories=Moving Head
+FixtureCategories=Matrix/Pixel Bar
+FixtureCategories=Static
+Attributes=(Name="NumBeams",Keywords="")
+Attributes=(Name="Angle",Keywords="")
+Attributes=(Name="Temperature",Keywords="")
+Attributes=(Name="Launch",Keywords="")
+Attributes=(Name="Burst",Keywords="")
+Attributes=(Name="ModeStartStop",Keywords="")
+Attributes=(Name="Prism",Keywords="")
+Attributes=(Name="CIE_Y",Keywords="")
+Attributes=(Name="CIE_X",Keywords="")
+Attributes=(Name="FanMode",Keywords="")
+Attributes=(Name="HSB_Brightness",Keywords="")
+Attributes=(Name="HSB_Saturation",Keywords="")
+Attributes=(Name="HSB_Hue",Keywords="")
+Attributes=(Name="Color XF",Keywords="")
+Attributes=(Name="Tint",Keywords="")
+Attributes=(Name="CTC",Keywords="")
+Attributes=(Name="Reset",Keywords="FixtureReset, FixtureGlobalReset, GlobalReset")
+Attributes=(Name="Frost",Keywords="")
+Attributes=(Name="Effects",Keywords="Effect, Macro, Effects")
+Attributes=(Name="Shaper Rotation",Keywords="ShaperRot")
+Attributes=(Name="Color Rotation",Keywords="ColorWheelSpin")
+Attributes=(Name="Gobo Wheel Rotate",Keywords="GoboWheelSpin, GoboWheelRotate")
+Attributes=(Name="Gobo Spin",Keywords="GoboSpin")
+Attributes=(Name="Gobo",Keywords="GoboWheel, Gobo1")
+Attributes=(Name="Iris",Keywords="")
+Attributes=(Name="Focus",Keywords="")
+Attributes=(Name="Zoom",Keywords="")
+Attributes=(Name="Tilt",Keywords="")
+Attributes=(Name="Shutter",Keywords="Strobe")
+Attributes=(Name="Pan",Keywords="")
+Attributes=(Name="Dimmer",Keywords="Intensity, Strength, Brightness")
+Attributes=(Name="Amber",Keywords="ColorAdd_A")
+Attributes=(Name="White",Keywords="ColorAdd_W")
+Attributes=(Name="Yellow",Keywords="ColorAdd_Y, ColorSub_Y")
+Attributes=(Name="Magenta",Keywords="ColorAdd_M, ColorSub_M")
+Attributes=(Name="Cyan",Keywords="ColorAdd_C, ColorSub_C")
+Attributes=(Name="Blue",Keywords="ColorAdd_B")
+Attributes=(Name="Green",Keywords="ColorAdd_G")
+Attributes=(Name="Red",Keywords="ColorAdd_R")
+Attributes=(Name="Color",Keywords="ColorWheel, Color1")
bDefaultSendDMXEnabled=True
bDefaultReceiveDMXEnabled=False
bAllFixturePatchesReceiveDMXInEditor=True

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -441,6 +441,22 @@
{
"Name": "VPxDecoderElectra",
"Enabled": true
},
{
"Name": "DMXFixtures",
"Enabled": true
},
{
"Name": "DMXDisplayCluster",
"Enabled": true
},
{
"Name": "DMXControlConsole",
"Enabled": true
},
{
"Name": "RemoteControlProtocolDMX",
"Enabled": true
}
]
}

47
Source/git_management.bat Normal file
View File

@@ -0,0 +1,47 @@
@echo off
REM ---------------------------------------------
REM Safe Switchboard External Command: Git Pull
REM Discards local changes, pulls latest from current branch
REM Safe to keep inside the Git repo
REM ---------------------------------------------
REM Change this to your project repo path (can be inside repo)
set REPO_PATH=D:\Projects\DEV_TheStudio_Plugin
REM Name of this batch file
set BATCH_NAME=%~nx0
echo ------------------------------------------------
echo [%COMPUTERNAME%] Starting safe Git pull on %REPO_PATH%
echo ------------------------------------------------
REM Navigate to the repo
cd /d "%REPO_PATH%"
REM Ensure Git is installed
where git >nul 2>&1
IF %ERRORLEVEL% NEQ 0 (
echo ERROR: Git is not installed or not in PATH
exit /b 1
)
REM Get current branch
for /f "tokens=*" %%i in ('git rev-parse --abbrev-ref HEAD') do set CURRENT_BRANCH=%%i
echo Current branch: %CURRENT_BRANCH%
REM Discard any local changes (staged and unstaged)
git reset --hard
REM Clean untracked files and directories, excluding this batch file
git clean -fdX -e "%BATCH_NAME%"
REM Pull latest changes from origin for current branch
git pull origin %CURRENT_BRANCH%
REM Show status
git status
echo ------------------------------------------------
echo [%COMPUTERNAME%] Git pull complete
echo ------------------------------------------------
pause