Skip to content

Dashing access to Attributes and Groups. More array support. v3.0.0

Compare
Choose a tag to compare
@probiner probiner released this 17 Jun 22:23
· 22 commits to main since this release
ad7e41d

This release focus on geometry attributes and group. An effort was made to also provide quick and easy menus that speed up the process of sourcing the desired attributes or groups. Some also continue the effort of providing hand array generation or handling.

ADDED

VOP Nodes

  • Build Attribute Array. Given an array of elements' ids, source the attribute value for each element into an array.

  • Expand Group. Returns an array of geometry elements' ids that are reached by a group syntax

  • Import Attribute. Import geometry attributes with ease.

  • In Group Array. Split the input geo elements' ids into two arrays based on their membership to a group.

    VOPs

NOT BACK COMPATIBLE

SOP Nodes

  • Visualize Matrix : Changed Scale base parameter to be based on primitives' bounds, not on edge lengths, to better support packed prims, since they have no edges. Visualize Vector doesn't require said adjustment for now.

Extra notes

  • Click to Expand.
    1. Format included in Expanded Group and In Group Array to avoid having to use so much Vertex/Edge Formats HDA. But still use it for finer control.

Video: https://youtube.com/shorts/6d6k79sbvsE

Cheers
prb