Alexander Shvetsov
AlexCubor
About Me
https://www.instagram.com/alexcubor
専門知識
Developer
業界:
Film/TV
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Houdini Niagara Updates 2021年9月4日12:21
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 2021年6月2日17:44
Yes of course)
AOV per each light 2021年5月17日9:44
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