Recent Activity
Anthony
User for 4 years
Created Content
Recently Created Pages View All
Move Wheel on Ground by Curve
First vex is the anim by curve - move along curveu: f@pos = chf("curveu"); float u = @pos; int...
Pop Birth Attribute
Here’s its existing code: #include <voptype.h> #include <voplib.h> int npts = ch("npts"); ...
Cull by Camera
string camera = chs("camera"); vector campos = toNDC(camera,@P); if (campos.x<(0-ch("x_pad"))...
Take Screenshot of Remote Machine
nix-shell -p xorg.xwd imagemagick --run 'sudo DISPLAY=:0 XAUTHORITY=/run/lightdm/root/:0 xwd -roo...
Tidal-dl-ng Shell
nix-shell tidal.nix (or whatever you call this file) { pkgs ? import <nixpkgs> {} }: let p...