8000 Tags · aras-p/ufbx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: aras-p/ufbx

Tags

v0.15.0

Toggle v0.15.0's commit message
v0.15.0

- Support building without libc
- Allow overriding malloc/stdio
- Add extra/ufbx_math.c
- Add extra/ufbx_libc.c
- Remove <string.h> from header
- Add ufbx_open_memory_ctx() and ufbx_open_file_ctx()

v0.14.4

Toggle v0.14.4's commit message
v0.14.4

- Support building on Arm64EC

v0.14.3

Toggle v0.14.3's commit message
v0.14.3

- Fix transform evaluation rotation fast path mirroring
- Fixes some broken cases of baking animations when converting handedness

v0.14.2

Toggle v0.14.2's commit message
v0.14.2

- Fix UFBX_VERSION not matching tagged version

v0.14.1

Toggle v0.14.1's commit message
v0.14.1

- Documentation: Specify result of ufbx_evaluate_transform()

v0.14.0

Toggle v0.14.0's commit message
v0.14.0

NOTE: Changes behavior for Blender material import!
Metalness values and textures are not imported by default anymore to
increase compatibility with other importers. Specify the load option
ufbx_load_opts.use_blender_pbr_material for enabling the behavior.

- Add use_blender_pbr_material
- Re-introduce the convenience ufbx_node.bone
- Compute material part usage order for compatibility
- Fixed orthographic camera scaling
- Added UFBX_INHERIT_MODE_HANDLING_COMPENSATE_NO_FALLBACK
- Return memory metadata for baked animationsfrom baked
- Fix .obj units and add ufbx_load_opts.obj_unit_meters/obj_axes
- Sort bake nodes by typed_id and elements by element_id
- Add ufbx_find_baked_node()/ufbx_find_baked_element()
- Add ufbx_vec3_normalize()

v0.13.0

Toggle v0.13.0's commit message
v0.13.0

- Do not fail loading files with bad/missing MappingInformationType
- Add a new warning for above

v0.12.0

Toggle v0.12.0's commit message
v0.12.0

- Improve stepped tangent baking
- Add FBX audio support
- Add support for vertex element W components
- Add UFBX_STATIC user define to fix constants not being static
- Fix failing to parse 'Z' type
- Fix threaded parsing of 'b' arrays
- Clean up unused internals
- Remove FFI functions
- Remove UFBX_EXPORTER_UNITY_BC
- Minor fixes from new tests
- Fix performance regression of little-endian reads
- Optimized binary size ~30kB down
- More header documentation

v0.11.1

Toggle v0.11.1's commit message
v0.11.1

* Load vertices for meshes with missing index array

v0.11.0

Toggle v0.11.0's commit message
v0.11.0

- Add support for pivot conversion
- Add ufbx_bake_opts.maximum_sample_rate
- Improve bind pose support
- Do not concatenate absolute paths for filename
- Fix some rarely used functions
0