I'm still fairly new to Houdini, so apologies for the silly question.
Following white water masterclass available under tutorials https://www.sidefx.com/tutorials/houdini-17-masterclass-whitewater-system/. [www.sidefx.com]
I'm using Houdini 18.416. Specifically around 1h08m, Omar adds one line of VEX code to popdrag and popforce nodes respectively that feed into white water solver.
This line of code in popdrag: @airresist *= fit(@age, 0, ch(“max_age”), 0, 1);
And this line of code in popforce: @force *= fit (@age, 0, ch(“max_age”), 0, 1);
This however causes my whole simulation to fail with the following error:
“Read-only expression on left side of assignment”.
Also when I look at particles in the solver geometry the geometry spreadsheet doesn't show @airresist and @force attributes as available on particles…
Any help appreciated.


