funandprofit.hashnode.devRigSpline 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...Oct 20, 2022·5 min read
funandprofit.hashnode.devRigSpline 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...Oct 20, 2022·6 min read
funandprofit.hashnode.devFunctional 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...Oct 18, 2022·3 min read
funandprofit.hashnode.devObject 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...Oct 18, 2022·2 min read