Guillaume DEVOILLE
b90ac7bd31
Fixed over-allocation of buffer ( #1772 )
...
output->framePoses[frame] is over-allocated.
framePoses is a 2D array:
- first dimension: frames (allocated l. 4717)
- second dimension: nodes (allocated l. 4731)
Second dimension should be allocated of nodes_count transformations only.
2021-05-15 00:41:33 +02:00
..
2021-04-27 23:12:04 +02:00
2021-05-08 18:26:24 +02:00
2021-05-10 00:51:37 +02:00
2021-05-07 19:49:44 +02:00
2021-05-14 14:01:42 +02:00
2020-04-21 21:17:58 +02:00
2021-03-19 13:19:54 +01:00
2021-04-05 13:36:23 +02:00
2021-05-15 00:41:33 +02:00
2021-04-28 19:27:50 +02:00
2021-05-07 15:38:13 +02:00
2021-05-07 15:38:13 +02:00
2021-04-09 00:20:43 +02:00
2021-04-09 00:20:43 +02:00
2021-05-11 01:02:53 +02:00
2018-09-26 16:02:42 +02:00
2021-04-09 00:20:43 +02:00
2021-04-09 00:20:43 +02:00
2021-03-31 17:55:46 +02:00
2021-01-02 18:15:13 +01:00
2021-05-08 18:24:14 +02:00
2020-12-23 15:03:26 +01:00
2021-02-20 21:13:20 +01:00
2021-05-14 14:01:42 +02:00
2021-05-12 19:51:29 +02:00
2021-05-03 19:05:43 +02:00
2021-04-18 23:50:32 +02:00
2021-04-16 21:19:28 +02:00
2021-01-02 18:15:13 +01:00
2020-04-30 19:48:39 +02:00