Jump to content

Search the Community

Showing results for tags 'creating'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

Found 2 results

  1. Hey magicians, I'm playing with vellum and pressure, and I want to have more control by using color to control attributes. Lets say I have in red the zone I want to get "stretchstifness", my process was: Color with attribute transfer Attribute create "stretchstiffness" with value $CR Point vop > bind import "stretchstifness" > fit range > bind export Plug that into vellum but doesn't seem to work, also, what if I have several constraints (like cloth, pressure) how can I tell that the "stretchstiffness" is the one in Cloth and not pressure? Lastly, inside "Vellumsolver" I have vellumconstraintproperty with animated restlenght in group @type=pressure to make the stuff inflate, how can I make the red color control the "restlength" attribute that is inside Vellumsolver? Thanks!
  2. Hello everybody! If we want to create geometry using VEX we can pipe a null node into an Attribute Wrangle and in the latest we can use functions such as addpoint() to birth geometry. One requirement is that we have to set it to run over Detail (only once). The problem comes when I want to do this using a .vfl file and compile into VEX and use a VEX node that points to the compiled file. Geometry won't be created. It is strange because I know VEX just work on points, not on Detail so I have two questions: 1. Why do we have to run the Attribute Wrangler in mode "run over Detail (only once)"? Why not points? 2. Is there a way to use a pragma flag or something to tell the vcc compiler that this code must run over Detail and only once? Thanks for your help in advance. Ramon.
×
×
  • Create New...