Dawid Antczak2

Dawid Antczak2

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Timeblend and Transform Pieces Feb. 4, 2016, 8:38 a.m.

Friend found solution:


make blend and timeshift after transform, not before.


Works well. I feel stupid a little.

Timeblend and Transform Pieces Feb. 4, 2016, 4:10 a.m.

Hallo!

I've got big problem with jumping position and orientation.

here it is (GREY: retimed animation, RED: transformed pieces):

https://youtu.be/lq_MwVrwUNU [youtu.be]

Transform Pieces get's the job done when there is no retime, but when time blend comes in - it's just lost and does not take into account new values.

Don't know how to force it to compute retimed animation into new frames.

Like (making it up): @blendtime = @actualFrame;

I'm not sure how to acces $F in vex. And bring it back.

Or any other solution.

here is sample file:

http://forums.odforce.net/index.php?app=core&module=attach&section=attach&attach_id=26076 [forums.odforce.net]

ForEach and Rop Output Driver Problem Dec. 29, 2015, 6:02 a.m.

Well… in conclusion: nevermind. I had to use foreach on points in previous system… had some problem with calculating length of all points, not individual ones. Was surprised then, but it only worked with foreach.

Now I've checked pointvop and it's doing it's thing without foreach loop.

Aha… this is where my stupidity shines: add attrib in attribvop gives me probably average of all points, bind export gets me per point values. I don't understand why for now, but will get there someday. Probably it just creates attrib with some default value, not per-point attrib.


Case closed. Slap in the ass earned.