
Justin Courneya
Justin Courneya
About Me
Expertise
Student
Location
Canada
Website
Im from Kingston Ontario, I first installed Houdini about 3 years ago and have been using it daily since .
Connect
My Gallery
Recent Forum Posts
AMD GPU PRO drivers vs kernel drivers for Houdini with Linux Jan. 14, 2020, 11:47 a.m.
In the past i had to install the pro variant GPU driver for my AMd rx570 card to run with Houdini.
I had some issues once i installed H18 so i went back to the kernel driver and now im having no issues .
Thats first for me i dont recall being able to do this in the past.
I was wondering if someone has any suggestions if i should be on the kernel driver or one of the options listed
of the pro variant https://amdgpu-install.readthedocs.io/en/latest/install-installing.html#installing-the-pro-variant. [amdgpu-install.readthedocs.io]
I think i used to install the “headless” option in the past .
I had some issues once i installed H18 so i went back to the kernel driver and now im having no issues .
Thats first for me i dont recall being able to do this in the past.
I was wondering if someone has any suggestions if i should be on the kernel driver or one of the options listed
of the pro variant https://amdgpu-install.readthedocs.io/en/latest/install-installing.html#installing-the-pro-variant. [amdgpu-install.readthedocs.io]
I think i used to install the “headless” option in the past .
rbdbulletsolver - setting active state to 0 Dec. 11, 2019, 5:12 p.m.
Oh i skipped the RBDconfigure node , problem solved.
“All to easy”
Thanks
“All to easy”
Thanks
rbdbulletsolver - setting active state to 0 Dec. 11, 2019, 4:23 p.m.
Hey im testing the RBDbullet solver. I have a large tower im destroying but i want to set the active state to 0 for the bottom base.
I used to make a point wrangle to set the active states by a threshold on my packed geo
EG
if(@P.y < ch(“height_threshold”)){
i@active = 0;}
else {
i@active = 1;}
When using the rbdbullet solver how should i approach this ?
I tried applying my old wrangle in different spots but it had no effect .
I used to make a point wrangle to set the active states by a threshold on my packed geo
EG
if(@P.y < ch(“height_threshold”)){
i@active = 0;}
else {
i@active = 1;}
When using the rbdbullet solver how should i approach this ?
I tried applying my old wrangle in different spots but it had no effect .