Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tdoukinitsas committed Jun 30, 2021
1 parent 49d3577 commit 6534fcc
Show file tree
Hide file tree
Showing 17 changed files with 1,027 additions and 0 deletions.
6 changes: 6 additions & 0 deletions App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
12 changes: 12 additions & 0 deletions Application.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Application x:Class="Application"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:cr_RenderQ"
StartupUri="MainWindow.xaml">
<Application.Resources>
<Style x:Key="MyStyle" TargetType="{x:Type Window}">
<Setter Property="Background" Value="#FF36464E" />
</Style>
</Application.Resources>

</Application>
6 changes: 6 additions & 0 deletions Application.xaml.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Class Application

' Application-level events, such as Startup, Exit, and DispatcherUnhandledException
' can be handled in this file.

End Class
Binary file added CrQ32.ico
Binary file not shown.
25 changes: 25 additions & 0 deletions Creativity Tools Render Manager.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Creativity Tools Render Manager", "Creativity Tools Render Manager.vbproj", "{A226A4DF-2923-4A61-B0E1-E05AF619A68A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33969367-EE87-4905-B68C-75D7AA13AAB7}
EndGlobalSection
EndGlobal
204 changes: 204 additions & 0 deletions Creativity Tools Render Manager.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A226A4DF-2923-4A61-B0E1-E05AF619A68A}</ProjectGuid>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<OutputType>WinExe</OutputType>
<RootNamespace>cr_RenderQ</RootNamespace>
<AssemblyName>RenderQ</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<MyType>Custom</MyType>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<SupportUrl>https://site.creativityfilms.gr/tools</SupportUrl>
<ErrorReportUrl>https://site.creativityfilms.gr/tools</ErrorReportUrl>
<ProductName>RenderQ</ProductName>
<PublisherName>Thomas Doukinitsas</PublisherName>
<SuiteName>Creativity Tools</SuiteName>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<IncrementalBuild>true</IncrementalBuild>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>RenderQ.xml</DocumentationFile>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugSymbols>false</DebugSymbols>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<IncrementalBuild>false</IncrementalBuild>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>RenderQ.xml</DocumentationFile>
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>CrQ32.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>E535A4085FAF6E6FBF6C2A53B1D44BA1FBE35506</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Creativity Tools Render Manager_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.13.7.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>packages\DotNetZip.1.13.7\lib\net40\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="Application.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="Application.xaml.vb">
<DependentUpon>Application.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.vb">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Import Include="System.Threading.Tasks" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows" />
<Import Include="System.Windows.Controls" />
<Import Include="System.Windows.Data" />
<Import Include="System.Windows.Documents" />
<Import Include="System.Windows.Input" />
<Import Include="System.Windows.Shapes" />
<Import Include="System.Windows.Media" />
<Import Include="System.Windows.Media.Imaging" />
<Import Include="System.Windows.Navigation" />
</ItemGroup>
<ItemGroup>
<Compile Include="My Project\AssemblyInfo.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
<VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
<VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
</EmbeddedResource>
<None Include="Creativity Tools Render Manager_TemporaryKey.pfx" />
<None Include="crtools_loop.json" />
<None Include="My Project\app.manifest" />
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="CrQ32.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
34 changes: 34 additions & 0 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:cr_RenderQ"
Loaded="OnLoad"
Icon="CrQ32.ico"
mc:Ignorable="d"
Title="Creativity Tools | RenderQ " Height="450" Width="800" Background="#FF222527" FontFamily="ubuntu" FontWeight="Medium" MinWidth="640" MinHeight="256">
<Grid Margin="10">

<Button x:Name="btnRender" Content="Render Jobs" HorizontalAlignment="Right" VerticalAlignment="Top" Width="101" RenderTransformOrigin="0.5,0.5" BorderBrush="#FF90F302" Background="#FF67BC01" Foreground="White" Grid.Column="1" Height="18"/>

<ListView x:Name="ScriptList" Margin="0,23,0,81" BorderBrush="#FF36464E" Foreground="#FF02A8F3" Background="#FF262E32"/>
<Button x:Name="onAdd" Content="Add File" HorizontalAlignment="Left" Margin="0" VerticalAlignment="Top" Width="75" Background="#FF0176BC" BorderBrush="#FF02A8F3" Foreground="White" Click="Button_Click" Height="18"/>
<Button x:Name="onClear" Content="Clear List" HorizontalAlignment="Left" Margin="260,0,0,0" VerticalAlignment="Top" Width="75" Background="#FFBC0101" BorderBrush="#FFF30202" Foreground="White" RenderTransformOrigin="2.08,6.5" Height="18"/>
<Label x:Name="versionLabel" HorizontalContentAlignment="Right" Content="Label" VerticalAlignment="Bottom" Foreground="#FF697B83" Height="24" RenderTransformOrigin="0.5,0.5" Margin="569,0,0,0">

</Label>
<TextBox x:Name="nukePathBox" HorizontalAlignment="Left" Height="18" Margin="131,0,0,2" TextWrapping="Wrap" Text="C:\Program Files\Nuke11.1v1\" VerticalAlignment="Bottom" Width="318" BorderBrush="#FF36464E" Background="#FF262E32" Foreground="#FF697B83" SelectionBrush="#FF0176BC"/>
<Label x:Name="LabelNukePath" Content="Path to Nuke .exe:" HorizontalAlignment="Left" VerticalAlignment="Bottom" Foreground="#FF697B83" Height="24" Width="126"/>
<TextBox x:Name="nukeExeBox" HorizontalAlignment="Left" Height="18" Margin="454,0,0,2" TextWrapping="Wrap" Text="Nuke11.1.exe" VerticalAlignment="Bottom" Width="87" BorderBrush="#FF36464E" Background="#FF262E32" Foreground="#FF697B83" SelectionBrush="#FF0176BC"/>
<Button x:Name="onSaveList" Content="Save List" HorizontalAlignment="Left" Margin="90,0,0,0" VerticalAlignment="Top" Width="75" Background="#FF0176BC" BorderBrush="#FF02A8F3" Foreground="White" RenderTransformOrigin="2.08,6.5" Height="18"/>
<Button x:Name="onLoadList" Content="Load List" HorizontalAlignment="Left" Margin="170,0,0,0" VerticalAlignment="Top" Width="75" Background="#FF0176BC" BorderBrush="#FF02A8F3" Foreground="White" RenderTransformOrigin="2.08,6.5" Height="18"/>
<TextBox x:Name="BlenderPathBox" HorizontalAlignment="Left" Height="18" Margin="131,0,0,25" TextWrapping="Wrap" Text="C:\Program Files\Blender Foundation\Blender 2.93" VerticalAlignment="Bottom" Width="318" BorderBrush="#FF36464E" Background="#FF262E32" Foreground="#FF697B83" SelectionBrush="#FF0176BC"/>
<Label x:Name="LabelNukePath_Copy" Content="Path to Blender .exe:" HorizontalAlignment="Left" VerticalAlignment="Bottom" Foreground="#FF697B83" Height="24" Width="126" Margin="0,0,0,23"/>
<TextBox x:Name="BlenderExeBox" HorizontalAlignment="Left" Height="18" Margin="454,0,0,25" TextWrapping="Wrap" Text="blender.exe" VerticalAlignment="Bottom" Width="87" BorderBrush="#FF36464E" Background="#FF262E32" Foreground="#FF697B83" SelectionBrush="#FF0176BC"/>
<Label x:Name="versionLabel_Copy" HorizontalContentAlignment="Right" Content="site.creativityfilms.gr/tools" VerticalAlignment="Bottom" Foreground="#FF697B83" Height="24" RenderTransformOrigin="0.5,0.5" Margin="569,0,0,23"/>
<ProgressBar x:Name="progressBar1" Height="10" Margin="0,0,0,57" VerticalAlignment="Bottom" Foreground="#FF0176BC" BorderBrush="#FF36464E" Background="#FF262E32"/>


</Grid>
</Window>
Loading

0 comments on commit 6534fcc

Please sign in to comment.