Kei Kitamura

kayk5654

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Problem with exporting softbody VAT for Unity 2020年7月18日4:07

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 2017年8月18日21:02

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 2017年8月2日9:41

I found the part to modify. thanks.