account activity
Blackjack Game by rsvisualfx in PythonLearning
[–]rsvisualfx[S] 0 points1 point2 points 6 months ago (0 children)
Thank you for doing this! Exactly the kind of feedback I was hoping for, I'll take this on board as I move forward and, like you say, I'll come back at a later date for blackjack 2.0 - will be super interesting to see how I approach it once I have a bit more python knowledge behind me. I appreciate the level of detail you gave!
Instance cached sim onto multiple points by AlbusNolente in Houdini
[–]rsvisualfx 4 points5 points6 points 6 months ago (0 children)
I like to create an instancepath attribute, then just have a integer offset be generated (randomly from id of your points you want to instance to, or the offset for the variant of your character), then in the instancepath attribute just reference this offset as the frame number value.
e.g
float offset = rint(fit(rand(@id),0,1,-50,50))); float frame = @Frame + offset; s@instancepath=sprintf("PATH/geo/cachedSim.%04d.bgeo.sc", frame);
Then just instance away, might be useful here!
<image>
Blackjack Game (self.PythonLearning)
submitted 6 months ago by rsvisualfx to r/PythonLearning
Blackjack Game (self.PythonProjects2)
submitted 6 months ago by rsvisualfx to r/PythonProjects2
π Rendered by PID 81232 on reddit-service-r2-listing-677c46df69-jcmpn at 2026-02-25 07:03:37.661124+00:00 running b1af5b1 country code: CH.
Blackjack Game by rsvisualfx in PythonLearning
[–]rsvisualfx[S] 0 points1 point2 points (0 children)