-
Content count
23 -
Donations
0.00 CAD -
Joined
-
Last visited
Community Reputation
17 GoodAbout polvy
-
Rank
Peon
Personal Information
-
Name
pol
-
Location
Denmark
-
Redshift - Rendering instances and stylesheet, accessing subtargets
polvy replied to sadhu's topic in Lighting & Rendering
Hi! Did you eventually get the solution to this?? I'm struggling quite a lot with the same problem right now. Thanks!- 1 reply
-
- subtargets
- instances
-
(and 2 more)
Tagged with:
-
Hi, What you are asking for is exactly what TOP's do. I suggest you to give it a try
-
- VEX Wranggle autocomplete and dynamic help display, like python shell. Please, its time..
-
polvy started following Heat melting squid, How to scatter points in a volume uniformly?, switch in vex? and and 2 others
-
How to scatter points in a volume uniformly?
polvy replied to magneto's topic in General Houdini Questions
You can add a point for each voxel you have by typping in a volumewrangle this: if (f@density>0) addpoint(0, @P); -
Another option, maybe don't fit to your case but can be usefull. selector.hiplc
-
That array in a solver is pretty much what I was searching for! surely can be optimized a little more but is a very good solution, great job.
-
Hi all! Posting this challenge here means i've spent a lot of time searching for a solution at this problem, no succed. It's quite simple: You have a set of points, a randomly event occurs for each one of them and once that happens I want to set the frame of the incident into a point attribute. I think is simple but i've been stucked for a few days, hope you guys can find a solution and bright me one more time. Thanks! I attach an example (failed) file. setFrameIntoAtribute.hipnc
-
Amazing, congratulations and thanks for sharing. Next step may set oriented clusters, as seen before in a trzanko thread
-
Sure, take a look at this test hipfile, but you will see nothing complicated I guess glassBattle_test_OdForce2.hip
-
Hi! Just sharing another work of mine, this one took me a lot of time and I like more what this setup can achieve than the result that I got , but at least I finished. Hope you like it!!
-
Totally agree, i first started following Entagma's propagation PC lesson and ended in a mix of some techniques together. Thanks and congratulations for your last project with fluids, I spended half morning gazing it... awesome. I hope to work with you someday https://www.linkedin.com/in/pol-villà-31a476110/
-
Hi there! I tried to recreate the melting of a squid by a heat. I use PC propagation, and sourcing Cd for the smoke. Any feedback will be highly apreciated. https://www.linkedin.com/in/pol-villà-31a476110/ finalRender_AE.mov
-
Wow! Solved! But i'm wondering how "animStore" expression keeps and transfers moving points to shattered geometry so efficiently. I've never seen anything like this before, very clever.
-
I tried already, fixes the problem but not 100% accurate.
-
I'll try it, thanks!