Add feature #12: Scale geometry options for shape import #16

Merged
Cedric Steiert merged 3 commits from Hombre57/io_scene_x3d:import-scale into main 2024-09-10 00:49:23 +02:00

3 Commits

Author SHA1 Message Date
5054c31689 Various bugfix:
- Fixed tooltip string
- importMesh_ReadVertices now also scale geometry (used in other nodes)
- Scale in transforms was erroneously scaled
- scaling bugfix in getFieldAsArray
2024-09-09 22:41:36 +02:00
82b09447a0 Code cleanup + various improvements, as requested in PR
- tooltips updated
- Scale widget now only sensitive when Unit is set to CUSTOM
- Unit's scale is reflected in the Scale widget
- default values of primitive are now scaled too
2024-09-09 00:58:14 +02:00
04d59ff291 Fix issue #12: Scale geometry when importing shapes
The geometry data is recomputed (positions, size, transformations),
without modifying the transformation matrix.
2024-09-07 23:36:04 +02:00