Johnny Matthews

@guitargeek

Joined on Sep 8, 2021

  • Release History Version 1.2 Add Additional Imperial Unit Options Add Prefix / Suffix for Measurements Add the ability to copy container defaults to other containers Add Icons to Buttons Add Text Position Tweak on all length measurements Fixes: Adding an angle with an existing empty causes error
     Like 2 Bookmark
  • Current Patches for Review / Approval Revision Name Updated Status D13920 Add Points Node 6/21/2022
     Like  Bookmark
  • In addition to a file that defines the function of a node, there are several files that need to be updated to reference that new code as well. This document will create a new geometry node called Stub. The instructions will also reference changes to the stub code for creating a function node. source/blender/blenkernel/BKE_node.h BKE_node contains a mapping of a static number to a human readable name that will refernce the node. A search of GEO_NODE_ or FN_NODE_ (depending on the type of node) in this file will reveal a list of #define statements. At the bottom of this list choose an unused incremented number and assign it a name. #define GEO_NODE_STUB 1111 Your Node Source Code File
     Like 1 Bookmark
  • If the spline is not selected, no change. If the spline is selected: Incoming Spline !Cyclic && !Keep Shape !Cyclic && Keep Shape Cyclic && !Keep Shape Cyclic && Keep Shape
     Like  Bookmark
  • Document Purpose Node Renaming: Move nodes to a "verb first" format Menu structure discussion Use comments for notes Do not use the auto formatting in the header, it makes it harder to read Node Type Column A basic function of the node to help with determining how it could/should be organized. See the bottom of the document for descriptions of this type.
     Like  Bookmark
  • Note: This currently does not include all nodes, only the newly added nodes Hans Goudey has stub files for all of the following list Filename Done attribute_statistic.rst capture_attribute.rst
     Like  Bookmark