aboutsummaryrefslogtreecommitdiff
path: root/tools/ArtistTools/source/CoreLib/Parameters
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
committerAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
commit236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch)
treee486f2fa39dba203563895541e92c60ed3e25759 /tools/ArtistTools/source/CoreLib/Parameters
parentAdded screens to welcome page (diff)
downloadblast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz
blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'tools/ArtistTools/source/CoreLib/Parameters')
-rw-r--r--tools/ArtistTools/source/CoreLib/Parameters/HackNvParamBug.cpp6
-rw-r--r--tools/ArtistTools/source/CoreLib/Parameters/PlaylistParams.pl33
-rw-r--r--tools/ArtistTools/source/CoreLib/Parameters/go.bat6
3 files changed, 45 insertions, 0 deletions
diff --git a/tools/ArtistTools/source/CoreLib/Parameters/HackNvParamBug.cpp b/tools/ArtistTools/source/CoreLib/Parameters/HackNvParamBug.cpp
new file mode 100644
index 0000000..2ee7769
--- /dev/null
+++ b/tools/ArtistTools/source/CoreLib/Parameters/HackNvParamBug.cpp
@@ -0,0 +1,6 @@
+#include <string.h>
+
+int GetHackElementSize(const char* data)
+{
+ return 0;
+} \ No newline at end of file
diff --git a/tools/ArtistTools/source/CoreLib/Parameters/PlaylistParams.pl b/tools/ArtistTools/source/CoreLib/Parameters/PlaylistParams.pl
new file mode 100644
index 0000000..a4618aa
--- /dev/null
+++ b/tools/ArtistTools/source/CoreLib/Parameters/PlaylistParams.pl
@@ -0,0 +1,33 @@
+{
+ header =>
+ {
+ className => 'PlaylistParams',
+ implementStorage => 1,
+
+ # Version history
+ # 0.0 Initial Version
+ classVersion => '0.0',
+
+ hints =>
+ {
+ },
+ },
+
+ structs =>
+ [
+ ],
+
+ parameters =>
+ [
+ {
+ name => 'blastProjFilePaths',
+ type => 'STRING',
+ isArray => 1,
+ arraySize => '-1',
+ hints =>
+ {
+ shortDescription => "BlastProj file paths",
+ },
+ },
+ ]
+}
diff --git a/tools/ArtistTools/source/CoreLib/Parameters/go.bat b/tools/ArtistTools/source/CoreLib/Parameters/go.bat
new file mode 100644
index 0000000..600bf18
--- /dev/null
+++ b/tools/ArtistTools/source/CoreLib/Parameters/go.bat
@@ -0,0 +1,6 @@
+SET SRC_ROOT=..\..\..\..\..
+SET EXTERNAL_ROOT=%SRC_ROOT%\..\..\external
+SET BUILDTOOL_ROOT=%SRC_ROOT%\..\..\external
+
+@if "%PERL%"=="" set PERL=%BUILDTOOL_ROOT%\perl\5.8.8_822\bin\perl
+@%PERL% %EXTERNAL_ROOT%\NvParameterized\1.1\trunk\build\scripts\GenParameterized.pl -force PlaylistParams.pl . . \ No newline at end of file