Alexander Shvetsov
AlexCubor
About Me
https://www.instagram.com/alexcubor
EXPERTISE
Developer
INDUSTRY
Film/TV
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Houdini Niagara Updates Sept. 4, 2021, 12:21 p.m.
I can't use hbjson in Unreal Engine 4.27.0. I have successfully install Houdini Hiagara plugin for this version but Unreal Engine can't import that extension.
AOV per each light June 2, 2021, 5:44 p.m.
Yes of course)
AOV per each light May 17, 2021, 9:44 a.m.
You can used for Each nodes. I think It's logical for USD philosophy.
For getting name light-group I was use python:
P.S I think It’s working similar for Karma too
For getting name light-group I was use python:
stage = hou.pwd().inputs()[0].stage() prim_path = hou.contextOption("ITERATIONVALUE") light_aov = stage.GetObjectAtPath(prim_path + '.primvars:arnold:aov') return 'diffuse_' + light_aov.Get()
P.S I think It’s working similar for Karma too