Skip to content

Conversation

@EliCDavis
Copy link
Owner

@EliCDavis EliCDavis commented Dec 6, 2025

  • Breaking Changes
    • gltf.PolyformScene.Models changed from []PolyformModel to []*PolyformModel
    • gltf.PolyformModel.Children changed from []PolyformModel to []*PolyformModel
  • Features
    • Nodes can now have port types that are pointers
    • Front end now auto plays animations
  • New Nodes
    • drawing/coloring
      • Red
      • Green
      • Blue
      • Cyan
      • Magenta
      • Yellow
      • Black
      • White
    • drawing/texturing
      • FromImage
      • SelectColor
      • MaskToSDF
      • SampleSDF
    • formats/gltf
      • Animation
      • TranslationAnimationChannel
      • RotationAnimationChannel
      • ScaleAnimationChannel
    • math/sdf
      • CutSphere
      • Torus
    • math/sequence
      • Linear
    • modeling/animation
      • UniformFrames
  • Bug Fixes
    • Image Deserialization from profiles
    • Line SDFs can now have same start and end point
    • Extrude Circle can now be closed
    • Tons of reflection fixes, specifically around pointers
    • Can delete and rename graph variables

@EliCDavis EliCDavis marked this pull request as ready for review December 20, 2025 02:34
@EliCDavis EliCDavis changed the title GLTF Animation Nodes GLTF Animation + 2D SDF Nodes Dec 20, 2025
@EliCDavis EliCDavis merged commit 4d31c55 into main Dec 20, 2025
8 checks passed
@EliCDavis
Copy link
Owner Author

@alexykot FYI with gltf api breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants