Skip to content

Commit

Permalink
Merge pull request #19 from pedohorse/hip_rs_stock_node
Browse files Browse the repository at this point in the history
Redshift nodes
  • Loading branch information
pedohorse authored Feb 8, 2025
2 parents e5f34eb + b208d5e commit 8122079
Show file tree
Hide file tree
Showing 43 changed files with 2,638 additions and 45 deletions.
1 change: 1 addition & 0 deletions dcc_plugins_workspace/build_blender.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e -o pipefail
OUT=../dcc_plugins/blender

pushd $(dirname $0)
Expand Down
5 changes: 4 additions & 1 deletion dcc_plugins_workspace/build_houdini.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e -o pipefail

OUT=../dcc_plugins/houdini

Expand All @@ -21,7 +22,9 @@ rsync -arhv --exclude=__pycache__ --exclude="*.pyc" ../src/lifeblood_client $OUT
rsync -arhv --exclude=__pycache__ --exclude="*.pyc" ../src/lifeblood_client $OUT/python3.11libs

pushd $OUT
rm ../houdini.zip
if [ -f ../houdini.zip ]; then
rm ../houdini.zip
fi
zip -r ../houdini.zip . --exclude "*__pycache__/" --exclude "*.pyc" --exclude "*.md"
popd

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
label "ip"
type string
joinnext
default { "127.0.0.1" }
default { "" }
parmtag { "autoscope" "0000000000000000" }
parmtag { "import_source" "op:./lifeblood_submitter" }
parmtag { "import_token" "sch_ip" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
label "ip"
type string
joinnext
default { "127.0.0.1" }
default { "" }
parmtag { "autoscope" "0000000000000000" }
parmtag { "import_source" "op:./lifeblood_submitter" }
parmtag { "import_token" "sch_ip" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
label "ip"
type string
joinnext
default { "127.0.0.1" }
default { "" }
parmtag { "autoscope" "0000000000000000" }
parmtag { "import_source" "op:./lifeblood_submitter" }
parmtag { "import_token" "sch_ip" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
label "ip"
type string
joinnext
default { "127.0.0.1" }
default { "" }
parmtag { "autoscope" "0000000000000000" }
parmtag { "import_source" "op:./lifeblood_submitter" }
parmtag { "import_token" "sch_ip" }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Operator: lifeblood::lifeblood_redshift_submitter::1.0
Label: Lifeblood Redshift Submitter
Path: oplib:/lifeblood::Driver/lifeblood_redshift_submitter::1.0?lifeblood::Driver/lifeblood_redshift_submitter::1.0
Icon: opdef:/lifeblood::Driver/lifeblood_submitter::1.0.0?IconSVG
Table: Driver
License:
Extra:
User:
Inputs: 0 to 1
Subnet: true
Python: false
Empty: false
Modified: Tue Nov 5 19:08:56 2024

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
""
INDEX__SECTION INDEX_SECTION
houdini.hdalibrary houdini.hdalibrary
lifeblood_8_8Driver_1lifeblood__redshift__submitter_8_81.0 lifeblood::Driver/lifeblood_redshift_submitter::1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"hdaroot/lifeblood_submitter.def":1730829848,
"hdaroot.def":1730829942
}
Loading

0 comments on commit 8122079

Please sign in to comment.