Skip to content

Commit

Permalink
rename karma_submitter->lifeblood_karma_submitter to conform to other…
Browse files Browse the repository at this point in the history
… asset naming
  • Loading branch information
pedohorse committed Nov 6, 2024
1 parent 49e3495 commit 816aa2f
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Operator: lifeblood::karma_submitter::1.0
Operator: lifeblood::lifeblood_karma_submitter::1.0
Label: Lifeblood Karma Submitter
Path: oplib:/lifeblood::Driver/karma_submitter::1.0?lifeblood::Driver/karma_submitter::1.0
Path: oplib:/lifeblood::Driver/lifeblood_karma_submitter::1.0?lifeblood::Driver/lifeblood_karma_submitter::1.0
Icon: opdef:/lifeblood::Driver/lifeblood_submitter::1.0.0?IconSVG
Table: Driver
License:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""
INDEX__SECTION INDEX_SECTION
houdini.hdalibrary houdini.hdalibrary
lifeblood_8_8Driver_1karma__submitter_8_81.0 lifeblood::Driver/karma_submitter::1.0
lifeblood_8_8Driver_1lifeblood__karma__submitter_8_81.0 lifeblood::Driver/lifeblood_karma_submitter::1.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Driver
Content-Disposition: attachment; filename="hdaroot.init"
Content-Type: text/plain

type = lifeblood::karma_submitter::1.0
type = lifeblood::lifeblood_karma_submitter::1.0
matchesdef = 0

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Automatically generated script
\set noalias = 1
#
# Creation script for lifeblood::karma_submitter::1.0 operator
# Creation script for lifeblood::lifeblood_karma_submitter::1.0 operator
#

if ( "$arg1" == "" ) then
echo This script is intended as a creation script
exit
endif

# Node $arg1 (lifeblood::Driver/karma_submitter::1.0)
# Node $arg1 (lifeblood::Driver/lifeblood_karma_submitter::1.0)
opexprlanguage -s hscript $arg1
opuserdata -n '___Version___' -v '' $arg1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dialog script for lifeblood::karma_submitter::1.0 automatically generated
# Dialog script for lifeblood::lifeblood_karma_submitter::1.0 automatically generated

{
name lifeblood::karma_submitter::1.0
script lifeblood::karma_submitter::1.0
name lifeblood::lifeblood_karma_submitter::1.0
script lifeblood::lifeblood_karma_submitter::1.0
label "Lifeblood Karma Submitter"

help {
Expand Down

0 comments on commit 816aa2f

Please sign in to comment.