Jump to content


sanostol

Member Since 09 Jan 2006
Offline Last Active Today, 08:30 AM
-----

Posts I've Made

In Topic: worked/working for CmiVfx ?

23 May 2013 - 12:22 AM

the higher the level the more time it needs to do a good tutorial, and often it gets too specific on a certain problem for a bigger audience. It should not be underestimated how much time it consumes to produce good video tutorials for any skill level

In Topic: delete points on curve except first and last

22 May 2013 - 12:23 PM

hahaha, short and simple :)

In Topic: delete points on curve except first and last

22 May 2013 - 06:48 AM

try this as a python expression in the pattern field

inc = 10
points2delete = range(1,len(hou.pwd().inputs()[0].geometry().points())-1,inc)
return points2delete

In Topic: worked/working for CmiVfx ?

20 May 2013 - 03:49 AM

isn't it a bit hard to use a quote completely out of context?

In Topic: Houdini reorients vector attribs when deforming geometry

17 May 2013 - 06:17 AM

Houdini only rotates vectors, postitions and normals, just specify the attribute as float with size of 3 and type None or Color and it will not be transformed

And the attribReorient is great if You just have a alembic cache