Hristo Velev

HristoVelev

About Me

VFX supervisor at Bottleship
EXPERTISE
CG Supervisor
INDUSTRY
Film/TV

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Layer has cycles warning Feb. 15, 2024, 11:04 p.m.

Last time it showed it was a layer I thought was flattened but it wasn't, so - user error I'll post again when I see it, thanks!

Layer has cycles warning Feb. 8, 2024, 4:03 a.m.

Hi guys,

I often get warnings that layer has cycles, even when I don't see any connection between layers - coming from disk, flattened, then sublayered. Any thoughts?

Thanks!

Python resolve asset path Jan. 25, 2024, 5:52 a.m.

Nevermind, some autocomplete digging did it:

>>> mynode = hou.node('/obj/lopnet1/asset')
>>> stage = mynode.stage()
>>> attrib = stage.GetAttributeAtPath('/tribal1/skin.skeleton_fbx')
>>> path = attrib.Get(0)
>>> resolvedpath = path.resolvedPath