Jump to content

Search the Community

Showing results for tags 'auto'.

  • 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 8 results

  1. HI, I am learning python script. So far, I can execute python code by clicking a custom button, and it sets parameters of today(string) and switch(integer). I wonder how we can automatically execute that python code. For instance, when I select the node SOP, or houdini accesses node network from somewhere as need, these parameter values are automatically calculated or updated. Question 1 When I directly write python code in the parameter like second screenshot, it works for integer but not strings. Why did not the string work? Question 2 Let's say I have 20 parameters, and ideally I want to control all the parameters from one master python script in the code parameter, instead of writing python code each parameter 20 times. Then I was thinking : code parameter{string) > Callback script > exec(kwargs['node'].parm('code').eval()) However, auto-execution happens only when I change code's strings. And this is not what I am looking for. Execution should happen when I select the node or Houdini access it during node network calculation. If anyone knows how I should change, it would be appreciated. Thanks!
  2. Hi, I am having trouble having my custom HDA group selection to behave the same way as existing nodes to work with group selections. For exemple, if I select certain edges of my object and create the node "Normal", it will automatically assign those edges to the node group, however, If I do the same with a HDA the result is not the same. I can add the "selectGroupParm" script to the group action button so I can create the group after the node creation, but I was wondering what extra steps I need to make in order to make it automatic when summoning the HDA. Thanks!!
  3. Hi, I'm trying to replicate an effect in Houdini that a free, but ancient and painful to install plugin (www.AutoPack.org) for 3Ds Max did. Mission: to position different 3D objects inside a larger object with zero to minimal overlap. The closest I've seen to this is in an Entagma tutorial (entagma.com/houdini-17-quicktip-packing-geometry-using-the-uv-layout-sop), but it is 2D packing due to it using the UV map. A colleague has gotten close using a VDB, scattering points inside, scaling different spheres for each point, preserving the adjusted pscale, and swapping out the geometry, but it's not really packing the objects in, so loads of space between them, and not quite the AutoPack look I'm going for. Short of simming the objects falling into a container for the shape I'm after, I haven't been able to find any other way to pack them together. Any Magician's out there with an idea on how to do this? Bex
  4. I'm trying to create an automated ball roll... I found some helpful tips online but am still struggling to get it to roll correctly. Attached is what I started... I'm wondering if there is an easier way to rig this? Maybe through a sop solver. Anyways any help is much appreciated! Thanks, AutoRoll01.hip
  5. hi, I am looking for a way to change a node name automatically by parameter change. For instance, there is a fetch node. When connecting file cache node into source parameter, I want to change fetch's name to the file node's name. To do it, at first, I am trying to use python events. However, any events don't trigger setName code. Thus, I'd like to know how to use these python events, and know how to change node name by parameter change/update. Thanks!
  6. Hi there, I've got a render task which has been rendering for a while now - however, just as it gets to the last frame, instead of finishing, it automatically goes back to rendering from the first frame. It's stuck in a relentless loop of 'auto-launching'. No error logs, any idea what it could be?
  7. Hello, Mantra during rendering is always converting all non-rat textures into rat and then discarding them after the render is finished. So I am considering batch-converting all of them to rat using the iconvert tool while keeping their original name and replacing only file extension. Batch conversion of textures is not a problem, but I am curious about re-linking them in shader networks. Arnold has an elegant solution for that - it checks if there is a .tx version of a texture and if so, it will use it and save some time. It also allows to do one-time conversion during the first use of a texture and then it will keep .tx version around inside the texture folder. So I am humbly hoping that there is somewhere hidden feature for this behavior also in Mantra. Any experience with that? Otherwise I can just scan all shading nodes in Houdini with python and replace texture file extensions for rat. Thanks, Juraj
  8. Where can I find more information about the quadruped rig in Houdini 15.5? Simple things like, adjusting number of toes/tail segments/spine segments. Even basic things like simply positioning the seem troublesome! Using the universal manipulator on some nodes reveals translate and manipulate handles but positioning with translate seems a bit off (can translate in x/y/z but not on a single axis.) Edit: Interesting, it looks like the small scale is causing problems for some reason. If Setting the scale to 0.003 (The model is a small cat) the translate handles don't work. At 0.004 they work. Is this just an issue with my computer?
×
×
  • Create New...