PrismPipeline / QuiltiX

QuiltiX is a graphical node editor to edit, and author MaterialX based materials of 3D assets
https://pypi.org/project/QuiltiX
Apache License 2.0
268 stars 29 forks source link

Fix to handle vector2 parameter value changes #53

Closed kwokcb closed 8 months ago

kwokcb commented 9 months ago

Issue

Update #52

Change

Handle 2 parameter input to map to Gf.Vec2f type.

Tested with issue file.

Changed value on uvtiling (vec2 type) and got this as debug output instead of erroring out with incorrect type.

DEBUG:QuiltiX.qx_nodegraph:property changed uvtiling - [1.0, 1.0]
manuelkoester commented 8 months ago

Perfect, thank you Bernard!