This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This is free and unencumbered software released into the public domain. | |
* | |
* Anyone is free to copy, modify, publish, use, compile, sell, or | |
* distribute this software, either in source code form or as a compiled | |
* binary, for any purpose, commercial or non-commercial, and by any | |
* means. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Natron2_BayMaxProject_20_fixed.ntp: | |
Comparing "reference1.jpg" and "output1.jpg" | |
Mean error = 2.96992e-005 | |
RMS error = 0.000418056 | |
Peak SNR = 67.5753 | |
Max error = 0.0196078 @ (417, 30, B) values are 0.392157, 0.32549, 0.247059 vs 0.392157, 0.321569, 0.266667 | |
4308 pixels (0.831%) over 0.001 | |
288 pixels (0.0556%) over 0.008 | |
WARNING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-07-25 01:51:04 Building openfx-misc... | |
+ cd /home/olear/Natron-snapshot-workspace/tmp64/openfx-misc | |
++ /mingw64/llvm/bin/llvm-config --version | |
+ llvmversion=3.9.1 | |
+ case "$llvmversion" in | |
+ llvmsystemlibs=--system-libs | |
++ /mingw64/llvm/bin/llvm-config --ldflags --libs engine mcjit mcdisassembler --system-libs | |
++ tr '\n' ' ' | |
+ LLVM_LIB='-LC:\msys64\mingw64\llvm/lib -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMInstrumentation -lLLVMTransformUtils -lLLVMBitWriter -lLLVMX86Desc -lLLVMMCDisassembler -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMMCJIT -lLLVMExecutionEngine -lLLVMTarget -lLLVMAnalysis -lLLVMProfileData -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMMC -lLLVMCore -lLLVMSupport -lpsapi -lshell32 -lole32 -luuid ' | |
+ MESALIB= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OFX host description follows | |
OFX API version 1.1 | |
hostName=com.sonycreativesoftware.vegas | |
hostLabel=Vegas Pro 12.0 | |
hostVersion=12.726.0 () | |
hostIsBackground=0 | |
supportsOverlays=0 | |
supportsMultiResolution=0 | |
supportsTiles=0 | |
temporalClipAccess=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
if [ $# -ne 1 ]; then | |
echo "Natron hotfix script" | |
echo "" | |
echo "Usage: ${0} <Natron_installation_folder>" | |
exit 0 | |
fi | |
TMP_DIR="/tmp/Natron-hotfix.$$" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Build and install Airwave64 | |
# https://github.com/rodlie - <[email protected]> | |
# | |
CWD=`pwd` | |
AIRWAVE_GIT="https://github.com/phantom-code/airwave" | |
AIRWAVE_COMMIT="8cd3507a46c2f7809a2ef8481cbded7dcbbae8ff" | |
VST_V="369_01_03_2018_build_132" |