Nikolai Prudov

nuclear_polygon

About Me

専門知識
Technical Director
INDUSTRY
Film/TV  | Gamedev

Connect

LOCATION
Saint-Petersburg, Russian Federation

Houdini Skills

ADVANCED
Procedural Modeling  | Digital Assets  | Destruction FX  | VEX  | Python
INTERMEDIATE
Cloth  | Crowds  | Fluids  | PDG
BEGINNER
Solaris  | Karma

Availability

Not Specified

Recent Forum Posts

alembic module import error 2024年2月6日11:24

Hi there! I've build alembic library and I'm getting this error when trying to import it to hython
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/opt/hfs20.0.506/python/lib/python3.10/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
SystemError: initialization of alembic raised unreported exception
whats wrong with it? I can import into system python just fine
boost: 1.74.0-14ubuntu3
python: 3.10.12

Stage Inside Material Library Create Shader Very Slow 2024年2月1日4:57

bump! have exactly the same issue! is there any workaround on this?

Can not get HDA Section 'Contents.gz' 2024年1月26日11:39

Hello, guys!
I'm trying to read the content of my hda section and I'm getting this error
>>> n = hou.node('/obj/test')
>>> print(n.type().definition().sections()['Contents.gz'].contents(compressionType=hou.compressionType.Gzip))
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/opt/hfs20.0/houdini/python3.10libs/hou.py", line 55466, in contents
    return _hou.HDASection_contents(self, *args, **kwargs)
TypeError: 'compressionType' is an invalid keyword argument for HDASection_contents()
what is wrong with it?
I did it just like in the docs [www.sidefx.com]
houdini20.0.590 py3.10 gcc11