josyzhaocn

josyzhaocn

About Me

EXPERTISE
Game Artist
INDUSTRY
Gamedev

Connect

LOCATION
China
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

array: remove same values? July 4, 2022, 3:11 a.m.

evrstudio
you can also do this way:

int origLs = {1,1,1,2,2,3,4,5,5,5,6,7,7,7,8,8,9};
int setOrigLs = array();
foreach(int orig; origLs)
{
if (find(setOrigLs, orig) < 0)
append(setOrigLs, orig);
}
origLs = setOrigLs;

This worked for me. Really smart!

Reading .sim files Dec. 13, 2021, 10:27 p.m.

Sadjad Rabiee
I don't understand what you mean exactly !

When you delete collision geometry ,so you have just Flip particles now !

check my project ,Is this like your purpose ?

:?
You hit the nail. I met the same problem. It turns out when I use file node to import .sim file, the ".sim" suffix isn't included in the list by default. Thank you very much.

No UI shows after enable Editable Node Tools March 2, 2021, 10:23 p.m.

Unity version 2019.4.18f1
Houdini Engine 18.5

Hi guys,
I updated Unity and Houdini Version recently, and found that the UI of edit nodes tools in houdini engine was gone. Does anyone have the same problem? I tried both of the paint node and the attribpaint node, and keep the node unlocked. I also set the type properties
Image Not Found

Image Not Found