Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
EN Login
SideFX Homepage
  • Products
    • What's New in H20.5
      • Overview
      • VFX
      • Copernicus
      • Animation
      • Rigging
      • Lookdev
    • Houdini
      • Overview
      • FX Features
      • CORE Features
      • Solaris
      • PDG
    • Houdini Engine
      • Overview
      • Engine Plug-Ins
      • Batch
    • Karma Renderer
    • Compare
    • SideFX Labs
    • Partners
  • Industries
    • Film & TV
    • Game Development
    • Motion Graphics
    • Virtual Reality
    • Synthetic Data for AI/ML
  • Community
    • Forum
    • News Feed
      • Overview
      • Project Profiles
      • Houdini HIVE Events
      • Contests & Jams
    • Gallery
    • Event Calendar
    • User Groups
    • Artist Directory
  • Learn
    • Tutorials
      • Overview
      • My Learning
      • Learning Paths
      • Tutorial Library
    • Content Library
    • Tech Demos
    • Talks & Webinars
    • Education Programs
      • Overview
      • Students
      • Instructors
      • Administrators
      • List of Schools
      • Resources
  • Support
    • Customer Support
    • Licensing
      • Overview
      • Commercial
      • Indie
      • Education
    • Help Desk | FAQ
    • System Requirements
    • Documentation
    • Changelog / Journal
    • Report a Bug/RFE
  • Try | Buy
    • Try
    • Buy
    • Download
    • Contact Info
 
Advanced Search
Forums Search
Found 219 posts.

Search results Show results as topic list.

Houdini Lounge » Houdini 9 Review Images

User Avatar
jacob clark
665 posts
Offline
 Sept. 20, 2007 14:22:36
With Houdini 9 going gold it's 3d World Houdini 9 review time! For those of you who have been rendering with Houdini 9, and are ready to show off it's latest and greatest this is your time.
I am collecting a few images that best illustrate the new Houdini features, PBR, volumes, fluids.

I can be reached at jclark2900@gmail.com if you have any questions and submission ideas.

cheers,
-j
See full post 

Technical Discussion » VOP SOP

User Avatar
jacob clark
665 posts
Offline
 Sept. 18, 2007 12:20:16
I too have the same problem. I believe this is a bug.

-j
See full post 

Technical Discussion » valley points

User Avatar
jacob clark
665 posts
Offline
 April 2, 2007 07:28:46
I've tried this before in SOPs

I'm assuming your mesh cache first lives in SOPs…

1) N to temp attrib(tempN)

2) Attrib transfer the tempN to itself with a surrounding pt count of like 10(depeneds on mesh density)

3) Dot product of N.tempN

basically compare the N to surrounding Normals, and if the dot product falls within a certain range then there you go. (well it's kind of like the curvature sop…)

This may or may not work in a pop context…
See full post 

Technical Discussion » Exponents in Noise Equations

User Avatar
jacob clark
665 posts
Offline
 March 23, 2007 13:23:02
I've tried creating noise expressions using noise(X,Y,Z)^x.

This causes weird flipping of the result. Anyone noise experts out there who have a better method for this?
See full post 

Technical Discussion » Sort expressions

User Avatar
jacob clark
665 posts
Offline
 March 13, 2007 05:47:18
The Sort SOP should contain a drop down menu with a Sort by Expression field…

In the Expression field you can enter in $CLASS and the sop should use that as a reference to order your prims.
See full post 

Technical Discussion » 2 nearest point distances

User Avatar
jacob clark
665 posts
Offline
 Feb. 2, 2007 10:09:35
Ha! I got it. Turned out I couldn't use attribtransfer because there was no way to only isolate the second closet point…
And thanks Luca, where ever you are for those example files on the exchange…
See full post 

Technical Discussion » 2 nearest point distances

User Avatar
jacob clark
665 posts
Offline
 Feb. 1, 2007 10:51:12
Thanks Edward. I am trying to get the discreet positions of the two nearest points, unfortunately the Attrib Transfer blends the positions of these two nearest points… Hmmm, back to my while loops…
See full post 

Technical Discussion » 2 nearest point distances

User Avatar
jacob clark
665 posts
Offline
 Feb. 1, 2007 06:46:17
I am trying to create a SOP vopnet to find the distance of the two nearest points to a given point, similar to the output of a Voronoi Noise. Basically there are two inputs, the geometry, and then a point cloud for the geometry to check against.

I assume this can be achieved with a simple While/point cloud misc. in VOPs, unfortunately, my knowledge on how to create the while loop in VOPs is a bit weak. As in what gets plugged in where and all that :?

thanks for your input!
-j
See full post 

Houdini Lounge » Apprentice download - production vs daily build

User Avatar
jacob clark
665 posts
Offline
 Jan. 30, 2007 06:23:52
“Combined with the preference for face-to-face communication, agile methods produce very little written documentation relative to other methods.” -
http://en.wikipedia.org/wiki/Agile_software_development [en.wikipedia.org]

HAHA
See full post 

Houdini Lounge » i3d renderings - how to make nice 'n' sharp

User Avatar
jacob clark
665 posts
Offline
 Sept. 1, 2006 16:03:56
don't forget the peak sop!
See full post 

Houdini Lounge » i3d renderings - how to make nice 'n' sharp

User Avatar
jacob clark
665 posts
Offline
 Sept. 1, 2006 15:56:50
don't forget the peak sop!
See full post 

Houdini Lounge » Smashing a building with houdini!

User Avatar
jacob clark
665 posts
Offline
 June 29, 2006 21:01:39
the problem with expanding a sphere in sops is that when dops reads in the geometry it has a hard time reading a velocity on the object. This is important for the solver to accurately figure out what the object is actually doing.

The building explosion was done with a block hitting from the inside. The animation of the “destructor” was done w/ dops, i.e. giving it a velocity in Z. This allowed the RBD solver to calculate not only the point of impact, but also the force of the impact.

hope this helps,
-j
See full post 

Technical Discussion » attaching a particle sytem to instanced objects

User Avatar
jacob clark
665 posts
Offline
 Oct. 10, 2005 13:08:53
Al,

It sounds like what you need is a frame offset. When birthing your casing particles you can attach a Origin attribute with the index set to $F. This will attach the frame number a particle was birthed at to the $ORIGIN attrib.

btw, sounds like a cool effect i'd like to see what you get together with it!
-j
See full post 

Technical Discussion » procedural heart monitor effect

User Avatar
jacob clark
665 posts
Offline
 Jan. 20, 2004 16:56:38
you could just create the curve you wanted, the full length of it. then use the Carve SOP to start at the beginning and move to the end, even animating the carve so that it moved in a pulsing fashion to reveal more of the curve.

good luck
-jacob
See full post 

Technical Discussion » Combining and Subtracting or Excluding Groups

User Avatar
jacob clark
665 posts
Offline
 Jan. 10, 2004 17:19:50
this may not be as elegant as i could be, but what about assigning different groups colors and then selecting them based on color.
you could add and subtract values from each other.
maybe near_monster is CR = 1 then subtract .2 for the self.

hope this helps

-jacob
See full post 

Technical Discussion » acceleration in SOP

User Avatar
jacob clark
665 posts
Offline
 Oct. 15, 2003 22:21:29
thanks a lot steven. it never occured to me to use groups in pops
See full post 

Technical Discussion » acceleration in SOP

User Avatar
jacob clark
665 posts
Offline
 Oct. 12, 2003 04:47:49
i'm having trouble accessing the acceleration variable in a group sop.
i have a POP network bring in particles and am trying to group points based on their accel. but $AY is not recognized, “undefined variable”

thanks

j
See full post 

Technical Discussion » particles interaction with displacement shaders

User Avatar
jacob clark
665 posts
Offline
 May 18, 2003 01:06:43
if you are using a picture file for your disp shader then you could apply that to your object as well.
say your using a grid

after you have given it UV coordinates, underneath your uvtexture sop or what ever
add a point sop and in the color parameter use the tex function
tex(“hdisp_geo.jpg”,$MAPU, $MAPV, r)

then in another point sop right beneath it add the $CR to $TY so that $TY is pulled up by the value of the picture at that point
it's like open gl disp map
hope this helps

jacob
See full post 

Houdini Lounge » Object rotation that accounts for point normals

User Avatar
jacob clark
665 posts
Offline
 May 18, 2003 00:51:35
i'm curious as to why you are not using the copy sop?
See full post 
  • First
  • 8
  • 9
  • 10
  • 11
  • Last
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • Houdini Indie
LEARN
  • Talks & Webinars
  • Education Programs
SUPPORT
  • Customer Support
  • Help Desk | FAQ
  • Documentation
  • Report a Bug/RFE
LEGAL
  • Terms of Use
  • Privacy Policy
  • License Agreement
  • Accessibility
  • Responsible Disclosure Program
COMPANY
  • About SideFX
  • Careers
  • Press
  • Internships
  • Contact Info
Copyright © SideFX 2025. All Rights Reserved.

Choose language