Jump to content

Search the Community

Showing results for tags 'object merge'.

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

  1. Hi, I am looking for how to import simed constraint object from DOP to SOP, in order to use DOP data (distance, impact attributes, etc, per primitive). I am guessing we should be able to import constraint data by Dop Import node, but there are something mistakes. I found another way that he turns on a constraint network node > relationship > ON attach internal constraint object parm, but I want to keep turning off this parameter. Thanks
  2. Hello! I am trying to implement python expressin in Object Merge node in parm "objectpath1" to get geometry from connected nodes to parent geo. So as final result if you connect/disconnect first input of test node geometry should switch to another one. Actually script working fine and storke of parm updating if i connect or disconect ANIM node, but object merge node do not updating geometry while i turn on/off "Enable Merge" toggle on object merge node. It's seems node just not cooking properly. Any suggestions how to solve this problem? Or maybe hscrip variant? P.S. check test setup in hip uploaded switch.hipnc
  3. Hey! I'm fairly new to Houdini and have been trying for hours to work this out! I'm making a greeble tool want to be able to scatter assets on top of the greeble. The (placeholder) assets are in their own subnet and are all in the one object merge within the greeble node network. Is there any way I can randomly switch between these objects while they're in the one merge? So that then user could add more objects into the merge as well using the UI without having to edit things inside of the greeble node network?
  4. Hello, I'm currently pulling to hair out trying to figure this issue out but what I had a problem with is assigning a Redshift material to particles in my scene... So I have set up a particle dust burst based of an Entagma tutorial and now that I have one I need to create some duplicates of that burst. I have simplified the hip file attached but my little animation has three dust bursts obj merged together so that I can then feed them into a popnet with a vortex so they all swirl up together after they have done their little burst thing. I got that all working so far but when I go to attached RS materials to each separate burst I can't do it. I can assign a material at the obj level and it works fine, the colour changes for all of them *hurray!* but I need each dust burst within the obj geo node to have a different colour. Soooo I dive inside add a material node but the particles render white and seemingly just fail to see the material node. I have tried adding group assignments to the tree above the mat node and then using them to drive the mat assignment but it doesn't work. I've tried attribute create and attribute promote and they don't seem to help. So it seems that I can only assign a material at the top obj level and not within a geo node, but that has to be a bug right ? or what am i doing wrong? I hope I am explaining that alright and I appreciate the help in advance ! Dust_Material_Problem_v001.hip
  5. Hi! This is what I did: I made a cool sim with wires and constraints, it works all fine but I decided that I wanted those colored polylines that are drawn by the sim for the constraints. So I created another geo node and object merged the "Visualization" geo from the Constraints Network, It worked! but with a little problem, If I scrub through the animation timeline sometimes I get the "static" state of the constraints, this can be solved If I just scrub a little more near the frame that has the problem, sadly it happens again in another frame (randomly) I guess that my trick is a little dirty and Houdini doesn't like it. Is there anyway I can import this visualization geo as seen inside the DOP Network? Here is my file, It's a little messy (weird experimentation) so sorry for that. Just Press Play and you should see the problem. DynamicWireConstraints_personal.hipnc Houdini 16.5 NC
  6. hey, the question is what the topic says. this bugs me since I have started using Houdini. so far nobody was able to show me that it is possible or tell me that it is not, for sure. So is it possible to object merge instance object? I know some workarounds but I'm curious if I can do this. thanks for the help! D.
  7. For purposes of organisation, rigging and usability I want to import geometry from the connected input of an object node (that is form the parent object level node). For this purpose I use an object_merge node and I want to script the path in "Object n". In the python shell hou.node('..').inputs()[0].path() + "/" gives me the path I need. But it does not work when I put it in the "Object n" slot and set the node scripting language to python. I tried to put the code in backticks, but that hasn't worked either. I am thankful for all advice.^^
×
×
  • Create New...