Found 367 posts.
Search results Show results as topic list.
Work in Progress » Houdini journey
-
- sanostol
- 591 posts
- Offline
SI Users » Can you work quickly in Houdini?
-
- sanostol
- 591 posts
- Offline
pelos
btw Houdini can deform by curve.
wire deformers, or you can make a tube and use that tube as a lattice.
You can also easily plug Your own wiredeform in vex, but exactly the way You want it
Houdini Learning Materials » camera instances
-
- sanostol
- 591 posts
- Offline
You can automate a lot with the opdigits(“.”) expression, for example You can link objects with that expression automated to their point on a geometry and pick up attributes with a expression like this point(“../pathtosop”, opdigits(“.”), “attribute”, 0)
Houdini Learning Materials » Fracture help
-
- sanostol
- 591 posts
- Offline
if You don't need access to the actual geometry packed prims are the way to go, You can achieve the same effect with a sopsovler . I attached a demo
SI Users » copy per primitive (Polygon)
-
- sanostol
- 591 posts
- Offline
You coul also create the points to copy to with a attributewrangle per primitive and set orientatian attributes here. either You geometry has that attributes, or You can create them by inspecting the geometry in the wrangle.
SI Users » Emit RBD particles
-
- sanostol
- 591 posts
- Offline
sekowby using packed primitives objects You only get one rbd object for all packed prims, it's much fasterpezetko
Look at this example.
A set emit positions (and shape) as packed primitive in SOP.
Then in DOP I imported them in rbdpacked object, I edit this HDA (RMB context menu, allow editing of context and change activation on emptyobject1 to 1 (remove expression)).
Then I wired it into multisolver, I added pop wind (for particle branch) then I added rbdsolver for collisions.
this will accumulate a lot of seperate dop objects right?
is this something to neglect?
SI Users » Geometry approximation Subdivision equivalent?
-
- sanostol
- 591 posts
- Offline
Technical Discussion » No Disk Warning
-
- sanostol
- 591 posts
- Offline
Technical Discussion » No Disk Warning
-
- sanostol
- 591 posts
- Offline
Technical Discussion » No Disk Warning
-
- sanostol
- 591 posts
- Offline
same here, 2 computers give errors 1 is fine
all 3 are in one network
the message appears on every time a filebrowser opens
all 3 are in one network
the message appears on every time a filebrowser opens
Technical Discussion » import multiple files into 1 node
-
- sanostol
- 591 posts
- Offline
i guess You could use a python expression with os.listdir() and filtering the list for all valid files (no folder, and right filetypes), but never tried it
Technical Discussion » No Disk Warning
-
- sanostol
- 591 posts
- Offline
In recent builds of houdini including the last productionbuild, (vc9) on windows 8 I get this error message on startup, tried it on a second computer, but in the same network. so it would be great if someone could test it
thanks
Martin
thanks
Martin
SI Users » animation improvements in Houdini
-
- sanostol
- 591 posts
- Offline
wire deformation does not imperatively depend on wire dynamics, You can rig a wire deformation with any curve, just if You want to drive the deforming curve with dynamics You need dynamics. edward did not mention dynamics anyway.
Constantin X
Please read carefully.
SI Users » ICE Exodus - porting ICE to VEX part 1
-
- sanostol
- 591 posts
- Offline
Andy58
Thanks sanostol,
pesky little radians ;-)
I've attached another .hip with point wrangle nodes. There is something I would like to ask about ‘order of operation’ or ‘dot before dash’ specifically in the line where t is defined. As they give different results.
Thank you,
Andy
P.S.: The PointWrangle node is awesome fast to cook.
thats correct:
2.0/2.0*3.0 is different to 2.0/(2.0*3.0),
if You get rid of the brackets it is equal to 2.0/2.0/3.0.
Or I completely do not get Your question
the new wrangle nodes are fantastic, the possibility to create geometry sidefx added opens a new worlds
SI Users » ICE Exodus - porting ICE to VEX part 1
-
- sanostol
- 591 posts
- Offline
to solve the mismatch in the results, add a degree to radians vop in You network in front of all trigonometric functions, like sin and cos, they expect all values in radians. in hscript degrees are ok
for the parameter stuff, I'm not sure what You are trying to achive. It looks like You are writing data to geometry in the first set data , and then read it out later. I'm not sure why You want this, but that does not work that way in houdini,You can not work import data in the same vex tree that is set here. that must happen in a previous vopsop
for the parameter stuff, I'm not sure what You are trying to achive. It looks like You are writing data to geometry in the first set data , and then read it out later. I'm not sure why You want this, but that does not work that way in houdini,You can not work import data in the same vex tree that is set here. that must happen in a previous vopsop
SI Users » Softimage to Houdini guides
-
- sanostol
- 591 posts
- Offline
SI Users » Translating ICE Roll Object Scene to Houdini
-
- sanostol
- 591 posts
- Offline
it is not a ideal solution, but maybe this helps a bit. a inline node packed as an otl, it renames the parameter to fit the code and exports it to the vopnode
You can also set it inside the vopnetwork to the desired path
You can also set it inside the vopnetwork to the desired path
SI Users » import attribute into geometry vop
-
- sanostol
- 591 posts
- Offline
SI Users » import attribute into geometry vop
-
- sanostol
- 591 posts
- Offline
Bind is the way to import data from the first input in a geometryvop, if You need data from another input you can use the vex functions point(), prim(), detail() or vertex() as code in a inlinevop (or a wrangle), or the getAttribute VOP as a vop node
SI Users » Softimage to Houdini guides
-
- sanostol
- 591 posts
- Offline
-
- Quick Links
