petervo92.hashnode.devBlender Slash Mesh creationReferences https://youtu.be/FdSjzioLlb0?si=-QQpozJPueWSsh-N https://youtu.be/QyI8ZS-G9nw?si=PZi68Mf3WPOrX9z1 https://youtu.be/MkLRaIZauAA?si=5Hqijjk6lZNPkNMZ Steps You would want the blade mesh to point toward the Positive X axis, like this: First i...Jul 26, 2025·3 min read
petervo92.hashnode.devGodot Animation Retarget PackageVideo Tutorial Reference https://youtu.be/nb6uSeEZFCI?si=oihM9-7hEUUMwFfp Steps Find Animations, e.g. at Mixamo Download the animations with: Format: FBX Skin: Without Skin Import to Blender, when Importing, expand Armature and check “Automatic B...Jul 15, 2025·3 min read
petervo92.hashnode.devHow to integrate Google AdSenseStep 1: Sign-up for Google AdSense Have your web site ready. Visit https://adsense.google.com/start/, and select Sign-up using your Google Account. Add your site. For me, I experimented first with my test site: https://peter-test-stuff.azurewebsites....Feb 9, 2025·2 min read
petervo92.hashnode.devHow to estimate a software project / service (Bonus with web tool at the end)Step 1: Understand the nature of Software Estimates Steve “ardalis” Smith's article outlining the Laws of Software Estimates is one of the best available. To summarize: Estimates are Waste: The more time and effort you waste on estimating, the more...Feb 2, 2025·6 min read
petervo92.hashnode.devAn Example of FluentAssertions migrationCreate a namespace (folder) in your test project, e.g. Assertions. This shall be the new namespace to replace the FluentAssertions. Any of your test class file which uses FluentAssertions would have using FluentAssertions; on it. We now try to migrat...Jan 18, 2025·2 min read