Files
test2/source/blender/makesdna
Campbell Barton c1ae12bf5e Cleanup: dna_genfile API for accessing struct member offsets
- Rename `find_elem` to `elem_offset` (matching `elem_exists`).

- Remove unused `SDNA_StructMember` return argument.

- Return an offset instead of a pointer which was being converted
  back into an offset by one caller,
  in this case there was no way to tell the difference between
  and element that doesn't exist and a struct member
  at the start of the array.

Resolves UBSan warning raised in T81340.
2020-10-01 14:32:43 +10:00
..
2019-08-18 04:26:34 +10:00
2020-09-21 15:04:09 +10:00
2020-08-21 15:24:36 +02:00
2020-09-06 02:19:58 +10:00