
Sadjad Rabiee
Sadjad Rabiee
チュートリアル
My Gallery
Recent Forum Posts
Import ABC point cloud in Maya 2021年4月29日14:41
it was a very good solution for static points
and yes, now read_Alembic node inside Bifrost graph works perfectly for animated points

and yes, now read_Alembic node inside Bifrost graph works perfectly for animated points

COP file node, load by filePattern? 2019年9月15日21:09
Hi
You can use below python script for doing this :
check attached project
You can use below python script for doing this :
import glob subF = "PATH to SUBFOLDER" file = subF + "*_spec.jpg" #PATTERN a = glob.glob(file) # SEARCH FOR FILE return a[0] # RETURN FULL PATH OF THE FILE
check attached project

Scaling Object 2019年6月6日12:30
This is happening in every 3D software not just Houdini !
That's a rule, if you scale everything in one axis, it will deform !
As BabaJ said, you have to consider this in modeling.
That's a rule, if you scale everything in one axis, it will deform !
As BabaJ said, you have to consider this in modeling.