
boby
Members-
Content count
40 -
Donations
0.00 CAD -
Joined
-
Last visited
Community Reputation
13 GoodAbout boby
-
Rank
Peon
Personal Information
-
Name
Boris
-
Location
Paris
Recent Profile Visitors
2,430 profile views
-
Can't send any .hip file from here sorry. It's 2 circles set as ZX planes and "open arc". It's then fused to avoid interstionAnalysis to detect the first/end point, then merged and put into intersectionAnalysis which output the 2 intersection points
-
Well, nothing crazy really.. it just works here (18.5.351) Curves have to be open polygon (no faces)
-
Did you try the intersection analysis node? (you'll need to scale everything to 0 on the Y axis before)
-
Did you try the "preserve quads" option on the polyreduce..?
-
Hi Simon, Use the node "isfrontface" to switch between your materials http://www.sidefx.com/docs/houdini/nodes/vop/isfrontface boby
-
Trying to do a specific parent [SOLVED]
boby replied to chrissweeny's topic in General Houdini Questions
Take a look at the Rivet tool http://www.sidefx.com/docs/houdini/nodes/obj/rivet boby -
Default is to align copy's Z axis to point normal. -To align your line, build it align with z > direction = (0,0,1), instead of (1,0,0) -same thing for your sphere, stretch it in world Z axis boby
-
Display pref are not stored in hip file. Here loading your file doesn't display point.. Some possible solution: -uncheck point display (right menu bar in viewport) -maximise another view (i.e network view) to refresh Gl drawing -close your scene view and open a new one (should already be fixed now..) -close/reOpen houdini..
-
hi messipte, i guess you want to rotate it along the branch? here is a simple hip file. degtorad node let you rotate vector by an angle in degree, feel free to replace it with any random point value If you want to rotate it in other random direction, you can use any random vector per point instead of t. boby rot_vec.hipnc
-
Uncheck maximum segment length and set your maximum segment to 799 (or 800 if it's a closed curve) boby
-
Should be in Pz, not sure how it can't be.. Any hip file to share?
- 1 reply
-
- displacement
- exr
-
(and 1 more)
Tagged with:
-
Amplitude is in world unit. As your sphere is 20m radius it needs a big amplitude to be effective. A smaller sphere would need less amplitude
-
Hey dunken, here it is: - I added nodes under yours in the vop - i made a similiar setup using vdb (on the right). It's often the best way to deal with volume (faster and lighter) boby vol_disp.hipnc
-
Hi logix! Put the timeblend before the delete SOP boby
-
Hey! Simply put @P in a vec volume Cd boby Vol_color.hip