josyzhaocn

josyzhaocn

About Me

専門知識
Game Artist
業界:
Gamedev

Connect

LOCATION
China
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

array: remove same values? 2022年7月4日3:11

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 2021年12月13日22:27

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 2021年3月2日22:23

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