Skip to content

Commit

Permalink
[IGNORE] Fixing wrong namespace on rizom node
Browse files Browse the repository at this point in the history
  • Loading branch information
lkruel committed Nov 23, 2019
1 parent 7893fe8 commit 6a5caf2
Show file tree
Hide file tree
Showing 35 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion otls/sop_rizomuv_optimize.hda/INDEX__SECTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Inputs: 1 to 1
Subnet: true
Python: false
Empty: false
Modified: Fri Nov 22 20:34:37 2019
Modified: Fri Nov 22 20:53:16 2019

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inputs
stat
{
create 1574472832
modify 1574472874
modify 1574473988
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -202,7 +202,7 @@ Content-Type: text/plain
Content-Disposition: attachment; filename="hdaroot/rizom_processor.init"
Content-Type: text/plain

type = gamedeve::sop_rizomuv_processor
type = gamedev::sop_rizomuv_processor
matchesdef = 1

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand All @@ -228,8 +228,8 @@ inputs
}
stat
{
create 1574460036
modify 1574460108
create 1574473986
modify 1574474040
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand All @@ -243,12 +243,6 @@ Content-Disposition: attachment; filename="hdaroot/rizom_processor.chn"
Content-Type: text/plain

{
channel outgoingUV {
lefttype = extend
righttype = extend
flags = 0
segment { length = 0 expr = chs(\"../outgoingUV\") }
}
channel uv_tiles_offset1 {
lefttype = extend
righttype = extend
Expand All @@ -261,6 +255,12 @@ Content-Type: text/plain
flags = 0
segment { length = 0 expr = ch(\"../uv_tiles_offset2\") }
}
channel outgoingUV {
lefttype = extend
righttype = extend
flags = 0
segment { length = 0 expr = chs(\"../outgoingUV\") }
}
channel rizomloc {
lefttype = extend
righttype = extend
Expand All @@ -285,7 +285,7 @@ folder0 [ 0 locks=0 autoscope=0 ] ( 0 )
clearUVs [ 0 locks=0 autoscope=0 ] ( "off" )
uv_tiles_offset [ 0 locks=0 autoscope=0 ] ( [ uv_tiles_offset1 0 ] [ uv_tiles_offset2 0 ] )
sepparm [ 0 locks=0 ] ( )
gtype [ 0 locks=0 autoscope=0 ] ( "3" )
gtype [ 0 locks=0 autoscope=0 ] ( 3 )
availGroups [ 0 locks=0 autoscope=0 ] ( "" )
sepparm2 [ 0 locks=0 ] ( )
outgoingUV [ 0 locks=0 autoscope=0 ] ( [ outgoingUV uv ] )
Expand Down Expand Up @@ -594,7 +594,7 @@ inputs
stat
{
create 1574278665
modify 1574460114
modify 1574473988
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -806,7 +806,7 @@ inputs
stat
{
create 1574287813
modify 1574460036
modify 1574473986
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down
8 changes: 4 additions & 4 deletions otls/sop_rizomuv_processor.hda/INDEX__SECTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Operator: gamedeve::sop_rizomuv_processor
Operator: gamedev::sop_rizomuv_processor
Label: GameDev RizomUV Processor
Path: oplib:/gamedeve::Sop/sop_rizomuv_processor?gamedeve::Sop/sop_rizomuv_processor
Icon: opdef:/gamedeve::Sop/sop_rizomuv_processor?IconImage
Path: oplib:/gamedev::Sop/sop_rizomuv_processor?gamedev::Sop/sop_rizomuv_processor
Icon: opdef:/gamedev::Sop/sop_rizomuv_processor?IconImage
Table: Sop
License:
Extra:
Expand All @@ -10,5 +10,5 @@ Inputs: 1 to 1
Subnet: true
Python: false
Empty: false
Modified: Fri Nov 22 20:35:22 2019
Modified: Fri Nov 22 20:52:45 2019

2 changes: 1 addition & 1 deletion otls/sop_rizomuv_processor.hda/Sections.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""
INDEX__SECTION INDEX_SECTION
houdini.hdalibrary houdini.hdalibrary
gamedeve_8_8Sop_1sop__rizomuv__processor gamedeve::Sop/sop_rizomuv_processor
gamedev_8_8Sop_1sop__rizomuv__processor gamedev::Sop/sop_rizomuv_processor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated script
\set noalias = 1
#
# Creation script for gamedeve::sop_rizomuv_processor operator
# Creation script for gamedev::sop_rizomuv_processor operator
#

if ( "$arg1" == "" ) then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dialog script for gamedeve::sop_rizomuv_processor automatically generated
# Dialog script for gamedev::sop_rizomuv_processor automatically generated

{
name gamedeve::sop_rizomuv_processor
script gamedeve::sop_rizomuv_processor
name gamedev::sop_rizomuv_processor
script gamedev::sop_rizomuv_processor
label "GameDev RizomUV Processor"

help {
Expand Down
2 changes: 1 addition & 1 deletion otls/sop_rizomuv_rectangularize.hda/INDEX__SECTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Inputs: 1 to 1
Subnet: true
Python: false
Empty: false
Modified: Fri Nov 22 20:35:11 2019
Modified: Fri Nov 22 20:53:36 2019

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inputs
stat
{
create 1574472840
modify 1574472913
modify 1574474013
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -168,7 +168,7 @@ Content-Type: text/plain
Content-Disposition: attachment; filename="hdaroot/rizom_processor.init"
Content-Type: text/plain

type = gamedeve::sop_rizomuv_processor
type = gamedev::sop_rizomuv_processor
matchesdef = 1

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand All @@ -194,8 +194,8 @@ inputs
}
stat
{
create 1574460162
modify 1574460217
create 1574474011
modify 1574474065
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -268,7 +268,7 @@ sepparm4 [ 0 locks=0 ] ( )
rizomSDKHelp [ 0 locks=0 ] ( 0 )
rizomWeb [ 0 locks=0 ] ( 0 )
rizomloc [ 0 locks=0 autoscope=0 ] ( [ rizomloc "C:/Program Files/Rizom Lab/RizomUV 2019/rizomuv.exe" ] )
templocation [ 0 locks=0 autoscope=0 ] ( [ templocation C:/Users/MAINGEAR/AppData/Local/Temp/houdini_temp/sidefx_rizom_bridge_rizom_uvs_sop_rizomuv_rectangularize1.fbx ] )
templocation [ 0 locks=0 autoscope=0 ] ( [ templocation C:/Users/MAINGEAR/AppData/Local/Temp/houdini_temp/sidefx_rizom_bridge_untitled_sop_rizomuv_rectangularize1.fbx ] )
}

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand Down Expand Up @@ -445,7 +445,7 @@ inputs
stat
{
create 1574278665
modify 1574460179
modify 1574474013
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -657,7 +657,7 @@ inputs
stat
{
create 1574287813
modify 1574460163
modify 1574474011
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down
2 changes: 1 addition & 1 deletion otls/sop_rizomuv_unwrap.hda/INDEX__SECTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Inputs: 1 to 1
Subnet: true
Python: false
Empty: false
Modified: Fri Nov 22 20:34:52 2019
Modified: Fri Nov 22 20:53:25 2019

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inputs
stat
{
create 1574472844
modify 1574472848
modify 1574474004
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -78,7 +78,7 @@ Content-Type: text/plain
Content-Disposition: attachment; filename="hdaroot/rizom_processor.init"
Content-Type: text/plain

type = gamedeve::sop_rizomuv_processor
type = gamedev::sop_rizomuv_processor
matchesdef = 1

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand All @@ -104,8 +104,8 @@ inputs
}
stat
{
create 1574459042
modify 1574460398
create 1574474002
modify 1574474056
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -161,7 +161,7 @@ folder0 [ 0 locks=0 autoscope=0 ] ( 0 )
clearUVs [ 0 locks=0 autoscope=0 ] ( "on" )
uv_tiles_offset [ 0 locks=0 autoscope=0 ] ( [ uv_tiles_offset1 0 ] [ uv_tiles_offset2 0 ] )
sepparm [ 0 locks=0 ] ( )
gtype [ 0 locks=0 autoscope=0 ] ( "3" )
gtype [ 0 locks=0 autoscope=0 ] ( 3 )
availGroups [ 0 locks=0 autoscope=0 ] ( "" )
sepparm2 [ 0 locks=0 ] ( )
outgoingUV [ 0 locks=0 autoscope=0 ] ( [ outgoingUV uv ] )
Expand All @@ -178,7 +178,7 @@ sepparm4 [ 0 locks=0 ] ( )
rizomSDKHelp [ 0 locks=0 ] ( 0 )
rizomWeb [ 0 locks=0 ] ( 0 )
rizomloc [ 0 locks=0 autoscope=0 ] ( [ rizomloc "C:/Program Files/Rizom Lab/RizomUV 2019/rizomuv.exe" ] )
templocation [ 0 locks=0 autoscope=0 ] ( [ templocation C:/Users/MAINGEAR/sidefx_rizom_bridge_rizom_uvs_sop_rizomuv_unwrap1.fbx ] )
templocation [ 0 locks=0 autoscope=0 ] ( [ templocation C:/Users/MAINGEAR/sidefx_rizom_bridge_untitled_sop_rizomuv_unwrap1.fbx ] )
}

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand Down Expand Up @@ -1160,7 +1160,7 @@ inputs
stat
{
create 1574278665
modify 1574460421
modify 1574474004
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down Expand Up @@ -1372,7 +1372,7 @@ inputs
stat
{
create 1574287813
modify 1574460418
modify 1574474002
author MAINGEAR@DESKTOP-P98C1VA
access 0777
}
Expand Down

0 comments on commit 6a5caf2

Please sign in to comment.