dong kw

Shiva99

About Me

専門知識
Developer
INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
seoul, Korea, Republic of
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Making irregular radio-centric wave pattern with Attribute Wrangle 2022年3月13日18:17

Wow! thanks! I will look into this and will be back with my new trial.

Making irregular radio-centric wave pattern with Attribute Wrangle 2022年3月13日16:47

Hello everyone!

I am trying to make a digital asset which can generate a realistic wood grain texture.
For this, my first step was to make a irregular wave pattern which I can control with some parameters.
I thought I made it with the following codes:

f@leng = length(@P);
f@ang = acos(@P);
int seed = ch("seed");
f@deform = 1 + sin(@ang) * noise(@ang * seed);
@Cd = cos(@deform * @leng * $PI * chf("frequency"));




Then I found that my wave pattern is irregular but not perfectly irregular as they are symetrical to x axis.
I don't know what I did wrong.

Can anyone help me?

Renderman Installation Problem (Renderman 24.3) 2022年2月16日16:48

I have problem installing Renderman 24.3 on Houdini 19.0.455.
I tried both python2 and python3 versions and they both did not work.
I copied and pasted .json file as instructed by Renderman Installation Guide.
Anyone has a solution for this?

I have following error messages:



"
Could not load C:\Program Files\Pixar\RenderManForHoudini-24.3/19.0.455/lib/rfh_ipr.dll
The specified module could not be found.

Could not load C:\Program Files\Pixar\RenderManForHoudini-24.3/19.0.455/lib/rfh_ipr.dll
The specified module could not be found.

Error running pythonrc.py:
Traceback (most recent call last):
File "C:/Program Files/Pixar/RenderManForHoudini-24.3/19.0.455/python2.7libs/pythonrc.py", line 54, in <module>
import rfh.config # relies on PYTHONPATH having been set above
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.455\python27\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "C:/Program Files/Pixar/RenderManForHoudini-24.3/19.0.455/python2.7libs\rfh\config.py", line 48, in <module>
from rman_utils.filepath import FilePath
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.455\python27\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ImportError: No module named rman_utils.filepath

Error running pythonrc.py:
Traceback (most recent call last):
File "C:/Program Files/Pixar/RenderManForHoudini-24.3/19.0.455/python2.7libs/pythonrc.py", line 54, in <module>
import rfh.config # relies on PYTHONPATH having been set above
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.455\python27\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
File "C:/Program Files/Pixar/RenderManForHoudini-24.3/19.0.455/python2.7libs\rfh\config.py", line 48, in <module>
from rman_utils.filepath import FilePath
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.455\python27\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ImportError: No module named rman_utils.filepath

Error running event handler:
SyntaxError: ('invalid syntax', ('labs::Sop/filecache::2.0, ViewerStateModule', 427, 70, ' return f"<b><font size=5>{b:.2f}</font></b>{unit}{suffix}"\n'))

Error running event handler:
Traceback (most recent call last):
File "labs::Sop/filecache::2.0, opdef:/labs::Sop/filecache::2.0?ViewerStateInstall", line 1, in <module>
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/python2.7libs\viewerstate\utils.py", line 985, in register_pystate_embedded
raise ViewerStateException("createViewerStateTemplate not found in {}".format(node_type.sourcePath()))
ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Sop/filecache::2.0?labs::Sop/filecache::2.0

Error running event handler:
SyntaxError: ('invalid syntax', ('labs::Lop/karma::2.0, ViewerStateModule', 419, 70, ' return f"<b><font size=5>{b:.2f}</font></b>{unit}{suffix}"\n'))

Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, opdef:/labs::Lop/karma::2.0?ViewerStateInstall", line 1, in <module>
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/python2.7libs\viewerstate\utils.py", line 985, in register_pystate_embedded
raise ViewerStateException("createViewerStateTemplate not found in {}".format(node_type.sourcePath()))
ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Lop/karma::2.0?labs::Lop/karma::2.0
"