Omer Kucuk

omerkucuk

About Me

EXPERTISE
Student
INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
Not Specified

Houdini Skills

Availability

Not Specified

Recent Forum Posts

A Simple Vex issue Sept. 25, 2019, 8:07 a.m.

Hi, I am trying to get the point numbers in an array from a line.
And my code is;

int myPointsID;
int myPoints;
//resize(myPoints, 1);

for(int i = 0; i < npoints(0); i++)
{
myPointsID = point(0, “id”, i);
append(myPoints, myPointsID);
}
printf(“%d\n”, myPoints);


The result {0,0,0,0,0,0,}…. What is my mistake?

Mantra not working after installing Redshift Aug. 22, 2019, 6:46 p.m.

I have the same issue. I am not getting an error message. It says just “generating scene…” on the render view tab. or if I try to open the render panel with a mantra node than there is a nothing. Render screen is not opening. If I delete the redsift code in the env file than everting is ok. Mantra is working.

About houdini.env file Nov. 10, 2017, 9:18 a.m.

Thank you very much Jsmack. I solved my issue with your method.