Skip to content

Commit

Permalink
Merge pull request #22 from sideeffects/vertexAnimationTextures
Browse files Browse the repository at this point in the history
RBD Setup was setting the incorrect pivot value
  • Loading branch information
mikelyndon-sesi committed Jul 20, 2017
2 parents 6cffc1e + a6c2343 commit c335807
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Content-Disposition: attachment; filename="hdaroot.def"
Content-Type: text/plain

comment ""
position -0.846843 0.781411
position -3.13835 0.111107
connectornextid 0
flags = lock off model off template off footprint off xray off bypass off display off render off highlight off unload off savedata off compress on colordefault on exposed on
outputsNamed3
Expand All @@ -45,8 +45,8 @@ inputs
}
stat
{
create 1500044126
modify 1500064215
create 1500572005
modify 1500572010
author mikel@mikembp-sesi.local
access 0777
}
Expand Down Expand Up @@ -88,7 +88,7 @@ Content-Type: text/plain
}
{
create 1480965977
modify 1500047632
modify 1500572013
author Luiz@Luiz-PC
access 0777
}
Expand All @@ -111,7 +111,7 @@ Content-Type: text/plain
}
{
create 1480966065
modify 1500047626
modify 1500572007
author Luiz@Luiz-PC
access 0777
}
Expand Down Expand Up @@ -1386,7 +1386,7 @@ inputs
stat
{
create 1479856537
modify 1500047808
modify 1500572068
author Luiz@Luiz-PC
access 0777
}
Expand Down Expand Up @@ -5663,7 +5663,7 @@ inputs
stat
{
create 1479856537
modify 1500047808
modify 1500572068
author Luiz@Luiz-PC
access 0777
}
Expand Down Expand Up @@ -9146,7 +9146,7 @@ inputs
stat
{
create 1500046275
modify 1500064109
modify 1500572032
author mikel@mikembp-sesi.local
access 0777
}
Expand All @@ -9167,7 +9167,7 @@ grouptype [ 0 locks=0 ] ( "guess" )
class [ 0 locks=0 ] ( "point" )
vex_numcount [ 0 locks=0 ] ( 10 )
vex_threadjobsize [ 0 locks=0 ] ( 1024 )
snippet [ 0 locks=0 ] ( "v@pivot = primintrinsic(0, \"pivot\", @ptnum);
snippet [ 0 locks=0 ] ( "//v@pivot = primintrinsic(0, \"pivot\", @ptnum);
//f[]@bounds = detailintrinsic(1,'bounds');
//f@low_end = min(@bounds[0],@bounds[2],@bounds[4]);
//f@high_end = max(@bounds[1],@bounds[3],@bounds[5]);
Expand All @@ -9176,7 +9176,7 @@ f@high_end = detail(1,\"high_end\");
f@low_end = detail(1,\"low_end\");
//v@pivotNorm = @pivot * 100 / detail(2,\"pivotRange\");
v@pivotNorm;
@pivotNorm.x = fit(@pivot.x * 100, @low_end, @high_end,0,1);
@pivotNorm.x = fit(v@pivot.x * 100, @low_end, @high_end,0,1);
@pivotNorm.y = fit(@pivot.y * 100, @low_end, @high_end,0,1);
@pivotNorm.z = fit(@pivot.z * 100, @low_end, @high_end,0,1);
//@pivotNorm += 1;
Expand Down Expand Up @@ -14420,7 +14420,7 @@ inputs
stat
{
create 1479856537
modify 1500047808
modify 1500572068
author Luiz@Luiz-PC
access 0777
}
Expand Down Expand Up @@ -22234,7 +22234,7 @@ inputs
stat
{
create 1479856537
modify 1500047808
modify 1500572068
author Luiz@Luiz-PC
access 0777
}
Expand Down Expand Up @@ -30123,7 +30123,7 @@ inputs
stat
{
create 1499288894
modify 1500047748
modify 1500572008
author mikel@mikembp-sesi.local
access 0777
}
Expand Down Expand Up @@ -35876,7 +35876,7 @@ inputs
stat
{
create 1499288894
modify 1500057395
modify 1500572008
author mikel@mikembp-sesi.local
access 0777
}
Expand Down Expand Up @@ -43740,7 +43740,7 @@ Content-Type: text/plain

{
version 0.8
input [ 8 locks=0 ] ( [ input 1 ] )
input [ 8 locks=0 ] ( [ input 0 ] )
}

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand Down Expand Up @@ -44500,7 +44500,7 @@ Content-Type: text/plain
version 0.8
execute [ 0 locks=0 ] ( 0 )
renderdialog [ 0 locks=0 ] ( 0 )
index [ 8 locks=0 ] ( [ index 1 ] )
index [ 8 locks=0 ] ( [ index 0 ] )
}

--HOUDINIMIMEBOUNDARY0xD3ADD339-0x00000F49-0x56B122C9-0x00000001HOUDINIMIMEBOUNDARY
Expand Down
2 changes: 1 addition & 1 deletion otls/rop_vertex_animation_textures.hda/INDEX__SECTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Inputs: 0 to 0
Subnet: true
Python: false
Empty: false
Modified: Fri Jul 14 16:42:27 2017
Modified: Thu Jul 20 13:33:58 2017

0 comments on commit c335807

Please sign in to comment.