Files
test/source/blender
Sergey Sharybin 92f2b77e78 Cleanup: Compilation warnings in gpencil code after DNA C++ changes
Direct replacement of code:
- memcpy of a single point is done as a shallow_copy() assignment.
- memcpy of a range of points is done with an explicit cast to void*
  to tell compiler that we really want to memcpy even a non-trivial
  type.

In some cases it seems that memcpy can be used more (points are copied
in a loop). Those left as-is since this is supposed to be a simple
cleanup.

Differential Revision: https://developer.blender.org/D14505
2022-03-31 09:18:21 +02:00
..
2022-03-16 11:58:22 +11:00
2022-03-24 21:21:18 -04:00
2022-03-28 15:53:19 -05:00
2022-03-25 12:04:14 +11:00