Ömer Küçük
omerkucuk
About Me
専門知識
Student
業界:
Advertising / Motion Graphics
Houdini Engine
Availability
Not Specified
Recent Forum Posts
A Simple Vex issue 2019年9月25日8:07
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?
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 2019年8月22日18:46
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 2017年11月10日9:18
Thank you very much Jsmack. I solved my issue with your method.