Hristo Velev

HristoVelev

About Me

VFX supervisor at Bottleship
専門知識
CG Supervisor
INDUSTRY
Film/TV

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Layer has cycles warning 2024年2月15日23:04

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 2024年2月8日4:03

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 2024年1月25日5:52

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