CKormann 0 Posted Monday at 10:20 AM (edited) Hello, I'm trying out the new sparse pyro tools and really like them. However I am stuck at one point: The "pyrotrailsource" that feeds into the volume rasterize attribute node always produces these weird sources. It looks like the source is cut exactly in the middle in a low and high density field. The screenshot above is straight from the Shelf Tool "Aerial explosion". You can try it out yourself in H18.5. Sadly, the issue carries over into my custom explosions. This is how a customized source produces uncontrollable results in the combustion: Source: Result: Note that this issue is not caused by the shelf tool volume rasterize attribute. I created a fresh node: Same problem. I also checked all the particles outputted by the pyrotrailsource, they look fine and consistent. Any ideas would be much appreciated. Edited Monday at 10:23 AM by CKormann Share this post Link to post Share on other sites
nuki 37 Posted Tuesday at 01:10 AM (edited) #1 should just be a visualization problem. if you rasterize multiple attributes you'll have to tell houdini how to visualize them and it looks a lot like it's also visualizing some vector field (which visually only appears where values are above 0). Use a volumevisualization sop to define the visualization. And/Or a PyroPostProcess after your combustion sim. #2 can just be the viewport clamping your volume display. hit d in the viewport, navigate to the Texture tab and raise/untick the 3d texture 'limit resolution' parameter. Unless you're worried about the 'naked' flames in which case you can check the @flame value of your source there and adjust the smoke emit range in the pyro solver accordingly. Edited Tuesday at 01:11 AM by nuki Share this post Link to post Share on other sites
ejr32123 85 Posted Tuesday at 09:26 AM (edited) did you try Normalize by Clamped Coverage setting on the volume rasterize attributes? that smooths it out. Also it doesn't visualize velocity very well if you are sourcing it. you can add a primitive node and select velocity and go to volume and adjust visualization then hide velocity. Edited Tuesday at 09:28 AM by ejr32123 Share this post Link to post Share on other sites