All Activity
- Today
-
AlexGOGO joined the community
-
Timmysonse joined the community
- Yesterday
-
isthishenry joined the community
-
EddieSem started following Random link of interest
-
lemmonPie joined the community
- Last week
-
Jessehiese joined the community
-
BennyBeade started following Random link of interest
-
johnbuysstuff joined the community
-
Skam joined the community
-
adsfff4 joined the community
-
Williambup joined the community
-
Book Generator - help with books leaning onto each other
AntoineSfx replied to trx's topic in Modeling
This is the Feedback loop I was talking about: If you sort the prims by increasing rotate attribute, you can pack them tight against each others like this, by repeatedly Ray SOP'ing the latest prims against the prims already in place, and translating by the minimal distance This is an approximation to keep the Feedback look simple, there are a few intersections, but it's acceptable. If you want to pack exactly, you would have to ray SOP the points of the prims that are already in place against the candidate primitive, and handle the possible problematic cases, which I'm sure exist If the candidate book is taller than the rightmost book that's already in place, it will not lean against the top right corner of the rightmost book,there is some slight collision. If the book is shorter however, this is always exact. book_shelf.hipnc -
First youy need to understand why you need substeps. In 99.9% of cases you dont, and if you save caches with substeps you can use usual timeline. Houdini get access to subframes in simulations or when you retime youe caches.
- 1 reply
-
- solaris
- geometry cache
-
(and 2 more)
Tagged with:
-
Book Generator - help with books leaning onto each other
konstantin magnus replied to trx's topic in Modeling
The UV layout-node lines up the books. Just disable the axis alignment and pack into UDIM tiles. book_shelf.hip books_shelf_3d_od.hip -
Book Generator - help with books leaning onto each other
AntoineSfx replied to trx's topic in Modeling
If you're still looking for a solution, I can post something; Click the Like reaction on this message It's actually quite simple, but you have to be proficient in For loop with feedback SOP None of the distribute / align tools that ship with Houdini compute the collisions on the full geometry, AFAIK, you have to do it yourself with rays; there are a few different cases to test though, depending on how complex you want you book stack. -
Hello everyone I have three spheres with different animation timelines want to read per-piece attributes from a detail attribute based on each wedge to feed them into the ROP Cache node (or something else ) but I don’t know how to do . i have drop a simple setup for my problem Thanks in advance for any help TOP Cache - Base on Per Piece Frame Range.hip
- Earlier
-
How to add edge loop onto mesh using ch ramps
tlefebure replied to newbielearner's topic in Modeling
The interesting thing in the video is indeed the fact that adding ramp points adds geometry. I found a quick way of doing this, maybe a bit dirty but it looks like it's working ! chrampedgeloop.hipnc -
Standard guided ocean setup. Have a big cargoship going thru som waves. everything works fine. As soon as i lower the particle separation on the simulation i get artifacts on the extended area on the ocean. Both visible in viewport and in render. Tried a lot of different stuf like bigger flattening distance but nothing seems to help. Anyone have a solution?
-
I have a geometry sequence that has substeps (saved as x number of substeps per frame). Would you have a standalone lops network graph or even a stand alone hip file just for that animated geometry with enable playback at fractional frames? or would you just mix it with other assets and simulations caches that are not saved with substeps? and if you mix it do you then enable playback at fractional frames? and if you do enable the fractional frames would that impact the other non substep elements during rendering?
- 1 reply
-
- solaris
- geometry cache
-
(and 2 more)
Tagged with:
-
I found some funny stuff, more inspired by floraform and the blender addon for differential growth ,it's mesh based and can create a variety of shapes, depending on the "weight" attribute used, and the direction. This method is not really the same as the one described in the paper I sent above. In the second hipfile, I try to replicate it 1:1. If you don't want to read i all : the main idea is using what they call an "intermediate" representation of the mesh to calculate the forces (eg, a point cloud). I'm still trying to figure out the different variations and methods used. I would love to hear any ideas, advice or anything ! TL_growth_mesh.hipnc unified_approach_grown_structures.hipnc test_edgedist.mp4 test_orientedvolume.mp4 testcurvature.mp4
-
How to batch export curves into single DXF file
ikatz001 replied to ikatz001's topic in General Houdini Questions
This is amazing Antoine, thank you. Would you be open to create an asset that could automate this for me and handle different situations? I'll shoot you a private msg. -
How to batch export curves into single DXF file
AntoineSfx replied to ikatz001's topic in General Houdini Questions
Totally possible using this neat trick Basically, polyslice -> clean up -> UVLayout on some input grids -> export as OBJ of DXF I attached the resulting OBJ and DXF files, which is a collection of curves laid out on 0.61m x 1.2m rectangles ( like a standard plywood sheet) The tricky part is to prepare the result of Labs polyslice for UVLayout consumption.. Other than that it's straightforward. UVLayout is not a world class bin packer, but it should do the job. You can always repack the curves afterwards once you've left H and you're in your CNC software. cutList.dxf cutList.obj Also, OBJ supports groups. Whatever groups are in the SOP you export, you will have them in OBJ as groups, or as LAYERS in DXF (I know less about that format though) That should be more than enough if you maybe need to split them further in a shell (a script in a terminal), or maybe the CNC software can deal with that. -
How to batch export curves into single DXF file
ikatz001 posted a topic in General Houdini Questions
Hi, I have a pretty simple setup. A file node to a polyslice. I am slicing the file into N curves (200 in this case, but could be many more). I need each curve to be saved out as a single curve DXF file (which I will use in a laser cutter to cut the shape). If I try to just save the geo as is it will export all curves on camera viewport. I need a single curve on a specific axis (top down). Can't figure out a way to do this - clearly I'm no expert as there must be an easy solution. Thanks for the help! -
Manually I can make a 4x4 flipbook of the viewport in the flip book settings, but I can't see in opengl node (ropnet) any option to make a flipbook of the viewport, I see only camera, and it chooses only 1. any idea how to make a flipbook with 4x4 grid in an automated way (I trigger the opengl with a TOPs rop fetch)?
-
SOP level Material Editing in Solaris
Shamanek replied to noc2's topic in Lighting & Rendering + Solaris!
Nothing I am aware of and it doesn't even make sense. What you can do is to use Edit Material Network LOP if you see the material in Solaris. But I recommend to edit the material on one place only. -
Thank you so much. But this method doesn`t solve my problem
-
flipbook with simulation time
GlennimusPrime replied to nikosgr00's topic in General Houdini Questions
First up apologies for digging into a very old post here.. I've recently been looking for something similar, so it's great to find this thanks @Atom ! This somewhat works in the viewport comment by displaying the current time, but for me it does not update per frame when flipbooking or dragging through the timeline. @nikosgr00 Your solver method is working well and does update per frame when dragging the timeline, as well as when flipbooking. Between these two versions I'd love to know if it would be possible to instead of showing the current time of day, it could show elapsed time starting from zero seconds. Any ideas on calculating the math behind that? -
I'm trying to create a fighter jet downwash similar to that in Top Gun: Maverick, but I'm not satisfied with the swirls compared to my reference. I am attaching the MOV of my output, reference, and HIP files. https://www.youtube.com/watch?v=MkIx7mG8oos https://youtu.be/ql2oHbGsG1Y?si=U-t-BObuF8B9-44p&t=156 downwash.mov downwash_turbulence_forHelp.hip
-
Sofiacarson changed their profile photo
-
This seems to be strange: If it is a dense field, density and temperature would use the same amount of memory, but velocity is built from three floats and should be three times bigger. So I suppose your workflow to save the files is somehow incorrect. e.g. in my test, density is about 57mb, temp is 74mb and vel is 584mb.
-
I'm trying to render Karama XPU in solaris on a scene with 2500 USD instances and I repeatedly get this error message "KarmaXPU: device Type:Optix ID:0 Name:"NVIDIA GeForce RTX 5090" has registered a critical error "Unable to create CUDA context "CUDA_ERROR_ILLEGAL_ADDRESS" (maybe old driver? requires 570+)", so will now stop functioning. Future error messages will be suppressed" Sometimes it renders ok in the viewport but often fails and only renders on cpu, and wont reset unless I reopen the file. If I try to render though the USD render rop, the GPU sits idle and the CPU works at 100% I've tried updating drivers and going back to old drivers (this is the only solution I could see people posting online) but it doesnt seem to help. Removing textures doesn't seem to help and reducing instance count doesn't seem to help. I thought it might be a VRAM issue but the VRAM is only operating at around 30% when rendering. Any suggestions would be greatly appreciated, I'm at a bit of a loss as to what to try next.
-
Oooo yes that is interesting. Thank you. I will give this a go
-
any help ;( ?