nodespaghetti
Art • Gaming • Movies
Nodespaghetti is all about making cool 3D art with nodes and codes. Developer of Mantis Rigging Nodes. Tutorials for rigging characters in Blender, writing Addons and Extensions, using other 3D software. Art, movies, short-films, games. Pipeline tools for 3D Art studios. Huge emphasis on software freedom and independence.
Interested? Want to learn more about the community?

Learn more first
Mantis Component Pack Update

This update focuses on Morph Deform nodes.
I'll be releasing a video about how to use the Morph Deform node very soon.

post photo preview
Interested? Want to learn more about the community?

Learn more first
What else you may like…
Videos
Posts
Articles
Stegosaurus Workflow Video 1

Hello all! Here is the first video in a series about the workflow of the Stegosaurus which I've used in my videos and which is also a Patreon reward! I'm uploadinhg it here a little early Youtube gets it sometime this week, maybe Wednesday-Friday. I should haved the subsequent videos in the series done a lot sooner though, and posted very early on here.

The video covers the blockout process in Blender, and the sculpting process in 3D Coat - including both the medium-detail sculpting and the fine/texture sculpting. It is somewhere between a tutorial and a timelapse - it covers the process, mindset, and decision-making process more so than the specific tools and key presses.

In all, there will be four videos in this series: This sculpting video, a Retopology video, a texture painting video, and a rigging video. I may also add a fifth video on animation, and I may do a short feature on 3D-printng the Stego, which I was toying with while I was sick since I wasn't really able to get much else ...

00:22:54
PRE-EDIT for Schema Intro video!

hey all

it will take me a day or two to edit this , probably, so I am uploading the pre-edit here right now
recommend: 2x speed and play some tunes in the background. for me, it's corn wave from Ukraine. anyhow the final edit will probably just make everything more succinct and remove all the silence, uhh's and umm's and such, add a visual aide or two as needed, the like.

thanks all, for your support! we're gonna make this the biggest thing in the world of Blender rigging and animation! and entire studio pipelines will develop around it. every step we take forward is a step forward for the whole Blender community! we're gonna win! and then we're gonna win some more!

01:07:13
Mech Rig for Locals Supporters!

Locals supporters get the download for the finished mech rig!
Locals members, see the pinned Download Link!

00:00:19
New Update to Mantis: v0.9.12!

This update brings big improvements to the user interface and experience. There are also a few new features. Thank you to all who supported the development so far. I'm going to continue working hard to bring BIG improvements to the user experience.

  • Stability improvements for Morph Deform
  • More consistent UI for Group nodes
  • new Object Instance node for bringing in an unmodified instance of an object.
  • Vastly improved Generate Tree from Selected speed
  • Generate Tree from Selected adds geometry, empties, and Armature Deform.
  • new Separate Vector node
  • fCurve nodes now have "Extrapolation Mode" option
  • Tree no longer executes when navigating node groups
  • Tree no longer executes when undoing (this also fixes crashes)
  • Tree no longer executes when animation playback begins.
  • fixed a bug when using a Driver with Hide/Mute socket
  • Automatically show/hide IK settings based on whether generated bone is in an IK system
  • Errors in execution now cause a popup message, select ...
Mantis: v0.9.9

New Update to Mantis: v0.9.9

  • Bug Fixes for Morph Deform node
  • Improved behavior for Node Group updating when adding/removing sockets
  • New Object Instance Node for generating geometry from a prototype object
  • Greatly Improves Generate Tree operator
  • New Operator to Select All Nodes of Same Type as Active (available in all node graphs)
  • New Operator to Connect Node Group Input to Socket in Selected Nodes of Same Type as Active (available in all node graphs).

I'll show this stuff off soon, some of it is really helpful for the ease-of-use and workflow.

Thanks all!

Mech Rig

The Mech Rig is now available to Locals supporters from my Download page! See the pin.
I'll be making the next video(s) about this model.

post photo preview
post photo preview
Mantis Rigging Nodes Release Announcement!
addon dev blog #1

Mantis has been a long time coming!

I've been working on this addon off-and-on for about three years now. Before I started work on Mantis, I developed a set of rigging tools called Chaintools, and some auto-rigs for Blender and Maya - so I wasn't a novice. I felt ready to tackle the challenge!

I started my project by choosing a name, because naming things makes it easy to think about them clearly. I picked "Mantis" as the name because it was the first thing that popped into my head. The first step to making my vision a reality was to plan it out on paper. I thought carefully about the difficulties I had encountered in my work at Grow Goodness in Orlando Florida, where I was responsible for a large cast of complex characters. The moment of brilliance was when I realized that the right way to rig with nodes is to use a declarative paradigm. Tell Mantis what you want and let the program figure out how to do it. The graph can follow the design and shape of the actual objects and constraints and other objects in Blender's interface, so the user can adapt the existing knowledge-base to Mantis.

At that point, I was ready to dive into the details of building the addon in Python. Blender has a custom-nodes template built-in to the Text Editor panel, so I even had an easy first step prepared for me. I had a basic implementation working right away - creating armatures, bones, and constraints from a handful of nodes. But the problems also began right away. I found that my addon would execute the nodes all out of order, skip them entirely, or freeze up and force me to exit Blender. I encountered many other problems that are perhaps too technical and complex to explain here. Node Groups, for instance, were an enourmous obstacle because Blender stores only one copy of a groups' nodes, even if there are many copies of the group! Schema nodes were difficult to design, let alone to implement. And the process of reading the tree and executing the methods of each type of node has been a continual refinement process.

In the end, I developed a lot of complex techniques to traverse the node tree, and implemented some algorithms to sort the tree and prevent timing and execution problems. Today, I have achieved my biggest goals with the addon - creation of bones, constraints, and drivers from nodes; composing large graphs from small, reusable components; and a way to build complex chains of bones with schema.

Mantis is ready for its first release!

Mantis is far from finished, but it is ready for people to use in their productions. I am releasing it as a Blender Extension for anyone to use! My goal is to make it possible for a single artist to manage a cast of characters in an indie game or short film. The Mantis Component Pack, which is available on Blender Market and Gumroad, is the firstfruits of my efforts. It provides over 20 reusable groups that can build any human characer, with more on the way in future updates. Because Mantis is Free and Open Source, just like Blender, anyone can make their own component packs and release them for free or for money. My ambition is to usher in a new paradigm for 3D character rigging.

So I am setting up this locals page in order to support the development of Mantis training material, documentation, bug-fixes and new features, additional components and packs, demonstrations of production problems and their solutions, and a wide array of other 3D Art production and training videos.

Roadmap

Before I finish this entry, let me just tease some of the upcoming features of Mantis, and the roadmap for medium/long-term feature goals:

  • Coming Soon: plaintext file serialization (Saving and loading rigs as a text file instead of a .blend)
  • Coming Soon: More deformers
  • Coming Soon: Better Matrix Math operators
  • Coming Soon: Better curve/ bendy-bone features
  • Overlay feature for more easily setting names and matrices inside a node group, using variables.
  • Action Constraint support
  • Better UI/UX
  • Eventually:
    • more atomic matrix math constraints (this is waiting on Function Nodes to land) 
    • Code Generation 
    • Markup/Declarative language 
    • Physics / Simulation
    • Animation
    • Porting mantis to other software/game engines
    • Operators, Pickers, and Rig UI's

... and a lot more. These goals alone could take years of solo-dev time if I try to tackle them sporadically, between shifts at my day job. I have a lot of ambitious goals - my Locals members are making them happen - and everyone benefits because the software is free and open source, forever.

And the roadmap for nodespaghetti goes beyond Mantis:

  • Mantis Tutorials (obviously)
  • Tutorials and experiments in game engines, maybe even a little game-dev
  • Art production. Characters, texture-painting, stuff like that.
  • Occasional reviews of software and addons.
  • Developing a Custom Nodes addon in Blender series (codespaghetti)
  • Geometry Nodes series, for example: Creating Realistic Shells with Geometry Nodes
  • Quicky Tips, Riggy Bits, Scripty Snips, and other miscelaneous stuff.

Supporters get access to the Locals community, giving them priority access to my support and advice regarding Mantis, Blender 3D, Python, or any other part of the 3D art pipeline. It's also just a nice place to relax, post about 3D art, characters, and rigging - to give or receive some feedback. Additional perks include: access to the component libraries, extremely-high-resolution photoscanned textures, with retopologized 3D models, from Treehive.xyz, and whatever else I can come up with... I don't actually like putting stuff behind a paywall. As an added, LIMITED-TIME bonus, the component pack will be available to all members until I reach 50 monthly members, then they will be Content+ (requiring a one-time payment or yearly membership).

 

Read full Article
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals