Yotsuba Games
Back to Node List

Part Authoring

part_node

Creates or updates a reusable .pxnpart package

Reviewed
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
็”ปๅƒ
image
Image
ใ“ใฎใƒ‘ใƒผใƒ„ใซใ™ใ‚‹ๅ…ƒ็”ปๅƒใงใ™ใ€‚ๆœชๆŽฅ็ถšๆ™‚ใฏไฟๅญ˜ๆธˆใฟ็”ปๅƒใ‚’ไฝฟใ„ใพใ™ใ€‚

Output Ports

NameTypeDescription
ไฝœๆˆ็”ปๅƒ
image
Image
.pxnpart ใซ็„ผใ่พผใ‚€็”ปๅƒใงใ™ใ€‚

Parameters

NameTypeDefaultRangeDescription / Options
ใƒ‘ใƒผใƒ„ใƒ‘ใƒƒใ‚ฑใƒผใ‚ธๅ
label
Text
Partโ€”

.pxnpart ใซไฟๅญ˜ใ™ใ‚‹่กจ็คบๅใงใ™ใ€‚

ไฟๅญ˜ๆธˆใฟ็”ปๅƒใƒ‡ใƒผใ‚ฟ
image_data
CustomData
โ€”โ€”

ใ“ใฎใƒ‘ใƒผใƒ„ใซๅŸ‹ใ‚่พผใ‚€ PNG base64 ็”ปๅƒใƒ‡ใƒผใ‚ฟใงใ™ใ€‚

Overview

Creates or updates a reusable part (.pxnpart). Register an asset built in the graph as a categorized and tagged library package, ready for arrangement in part_composer. This is the writing side of the asset library.

Usage tips

  • Choose between two save types: snapshot fixes the image, while parameterized retains exposed parameters that can be adjusted at placement time. Use a parameterized part when colors or variations should change during layout.
  • Save explicitly from the Inspector; parts are not collected automatically.
  • For a temporary handoff, live sync from a regular node is sufficient.

Related nodes

  • part_composer โ€” uses the parts
  • save_map_asset โ€” a similar library for map images
  • bake_subgraph โ€” fixes a result inside a project without packaging it

Creates or updates a .pxnpart package for Part Composer.

Uses

  • Place a part_node in the graph, distinct from regular and custom nodes
  • Save a .pxnpart from an internal graph and its output image
  • Store category and tags as .pxnpart metadata for searching and filtering in Part Composer
  • Create snapshot and parameterized .pxnpart files
  • Update the linked file when the node is associated with an existing .pxnpart

Remarks

Part Composer does not automatically collect project-local part_node instances. To use one as a formal reusable part, save or update it as .pxnpart from the Inspector.

Snapshot and parameterized parts share the .pxnpart extension. _snapshot or _parameterized is appended to the filename automatically.

To send the current output of a node temporarily to Part Composer within the project, use "Expose to Part Composer via live sync" on a regular node. This is a temporary feature separate from .pxnpart packages.

Back to Node List
Part Authoring โ€” PixPipeline Node Reference