Jump to content

Search the Community

Showing results for tags 'select'.

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

  1. Hi! I would like to select only concave edges (green edges on picture). Let's say I have a cube, with a small extrusion on one face. I know I can select edges by angle, but it selects concave AND convex edges. Any idea how to do it procedurally? Thanks!
  2. Is there a way to procedurally select primitives that are inside a mesh? I tried mask by feature and ray but cannot find a way to select the inside primitives. In the images I show the primitives that are inside (selected manually).
  3. Hi I can successfully group unshared edges to get the boundary edges of a flat grid. However, how might I procedurally remove the very inside enclosed hole edges (such as the three holes in the attached image), and only have the very outside perimeter remain in the group? Any advice appreciated
  4. Hi, I have a geo diving in flip Problem: I like the ripples at the beginning, but I want to slow down the ripples that get too high Question: how can i select only the particles that collided with the geo? I want to add the particles that collided with the geo to the group and limit their speed or maybe add a drag force to the selected group. Is this approach correct or is there any other way to keep the low ripples and slow down the fast ones? Thanks IMG_6198.MP4 Also online preview https://yadi.sk/i/yxXCQ8Yghz11Jg
  5. Hi! I'm writing a shelf tool that allows users on Linux to search a directory and its sub-directories for a certain file-type / keyword. To do this I've used a readMultiInput like below - start_popup = hou.ui.readMultiInput(start_message, ("Path to Search", "File to Look For"), initial_contents=(home_dir, ".exr"), title="File Finder", buttons=('OK', 'Cancel'), default_choice=0, close_choice=1) In this version of the script, users need to manually type in / paste the directory they want to search, but I'd like for there to be a pop-up dialog allowing users to select a folder, the same way hou.ui.selectFile() allows you to select a file. Is there a way to do this?
  6. Hi, I run a voronoi fracture on a cube mesh and I want to delete the outer chunks and keep the inner ones, I tried to use a blast node and set the Group to "outside" but this only removes the outer faces rather the the the whole chunk, So is there a way to select the outer chunks of voronoi fracture? Thank you
  7. Suppose I have a line with around 10 points. I can delete a point with removepoint. if (@ptnum == 5) removepoint(geoself(),@ptnum); What if I wanted to delete two or more points? It seems I could just add "or", right? if (@ptnum == 5 || 2) removepoint(geoself(),@ptnum); However, this does not work. What would be the correct way of writing that? Thanks in advance or.hip
  8. Hello community, I'm trying to select (end-unroll) only the edges of a voronoi, is this possible? I tried with a divide sop (remove shared edges) with no luck, what I want is get the borders only of the voronoi coloured pieces, not the quads that are inside each piece, in other terms clean the mesh and have only the voronoi divisions and unroll them. Thanks!
  9. Hey guys i have an group of edges , i want to make another group and add just one of those edge from first group to it . is there any trick for doing this ? thanks
  10. I have an object shattering using a voronoi fracture, i'm importing it to Maya as an alembic cache but i have to manually select all of the inside faces of the cracks to texture them differently. Is there a way i can select all inside faces on a voronoi fracture object in Houdini to make things quicker? Thanks
  11. Hey guys, I'm ripping a mesh using the Granular Sheet method but i'm getting these popping holes around the ripped part. If I use a group + unshared edges i'm able to select all the holes + ripped part. Does anyone knows a way to select only the holes with an n amount of sides? Let's say, holes with less than 8 sides only I would really appreciate any other ideas on how to get rid of the holes. Thank's Alvaro granular sheet - ripping it - Skybar - cap holes.rar
  12. I am able to select a node in the network editor with python very easily. The problem I am running into is how to cause the parameter window to update based on this selection. There seems to be different levels of selection. When selecting through the UI (left-clicking on a node), the node turns deep yellow, and the parameter window (PW) updates. When you shift select with the mouse, the last selected becomes deep yellow, and the previous node is outlined in a lighter yellow (this is the sort of selection that is produced by calling node.setCurrent( 1 ) or node.setSelected( 1 ). If you click off a node in the network editor, you essentially deselect all the nodes, but the last selection remains in the PW, and the relative node has a slight white outline around it, I guess indicating the PW relationship. I am trying to create a new node and have it become selected with the PW reflecting the new object. Does anyone have any tips on how to accomplish this easily without querying too much of the UI panels? Thanks Josh
  13. hey, i have a geometry that i am fracturing with voronoi. i need to separate these pieces into active and passive pieces. instead of selecting them by name, i would like to select all the pieces within a bounding box/sphere. i thought about using a group sop and selecting by bbox, but this selects points or primitives, and not my piece* groups from voronoi. any ideas? thank you so much!
  14. Hello, I new to Houdini, learning modeling and new nodes, but one thing is bothering me, when I select primitive, it doesn't highlight to yellow color. Here is what I want: and here is what I get: It EXACTLY look like I've selected 4 edges, maybe I doing something wrong? I use latest OS X and latest non-commercial build. Please help
×
×
  • Create New...