Kei Kitamura

kayk5654

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Problem with exporting softbody VAT for Unity July 18, 2020, 4:07 a.m.

I have tested exporting softbody VAT using a mesh deformed with a vellum solver SOP.
However, when I imported all files into Unity, they gave me a different result from the original simulation.


I wonder which parameters or files I should check on both Houdini and Unity.

The versions of the software are;
Houdini indie 18.0.348
SideFX Labs Release 521
Unity 2019.1.5f1

Unity project: https://github.com/kayk5654/SoftbodyVATProblem_Unity [github.com]

Thanks for the attention.

Import python libraries (matplotlib) on Houdini Aug. 18, 2017, 9:02 p.m.

Hello, I'm trying to import an external python library “matplotlib” on Python SOP with a code below;

from matplotlib.colors import to_hex

I downloaded matplotlib 2.0.2 and extracted under User/username/MyDocuments/houdini16.0/python2.7libs, while referring some previous threads and this video tutorial; https://www.youtube.com/watch?v=xoVORgBT190 [www.youtube.com]
The last folder (python2.7libs) is what I created.

However, the python SOP seems not to find matplotlib. The error message is below;

Error
Python error: Traceback (most recent call last):
File “”, line 4, in
ImportError: No module named matplotlib.colors

Is there anything else I can try to import it?
My working environment is;
Windows 7 professional
Houdini Indie 16.0.632
matplotlib 2.0.2

Thanks a lot!

Particles aren't generated from whole geometry Aug. 2, 2017, 9:41 a.m.

I found the part to modify. thanks.