PGPaxton Gerrishinfunandprofit.hashnode.dev·Oct 20, 2022 · 5 min readRigSpline NodeBuilding matrices from splines/surfaces are often a performance bottleneck in character rigs. The "rigSpline" node was built to speed up performance by doing spline/surface calculations inside a c++ node. Practical Usage Connect Joints First, lets...00
PGPaxton Gerrishinfunandprofit.hashnode.dev·Oct 20, 2022 · 6 min readRigSpline NodeRigSpline Node A C++ Maya Pugin I wrote for a previous employer. Building matrices from splines/surfaces are often a performance bottleneck in character rigs. The "rigSpline" node was built to speed up performance by doing spline/surface calculati...00
PGPaxton Gerrishinfunandprofit.hashnode.dev·Oct 18, 2022 · 3 min readFunctional ProgrammingWhat is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a typ...00
PGPaxton Gerrishinfunandprofit.hashnode.dev·Oct 18, 2022 · 2 min readObject Oriented ProgrammingObject-Oriented Programming 101 Overview & Purpose The purpose of this lesson is to introduce the concepts of object-oriented programming in the most abstract way possible without any specific code examples. Key Concepts Classes and Objects State I...00