DNA: mark OrigSpace structs as run-time

This commit is contained in:
Campbell Barton 2020-01-08 16:32:17 +11:00
parent b42b837b7e
commit 010c551257
1 changed files with 4 additions and 0 deletions

View File

@ -387,10 +387,14 @@ typedef struct GridPaintMask {
* Unlike UV's these are not user editable and always start out using a fixed 0-1 range.
* Currently only used for particle placement.
*/
#
#
typedef struct OrigSpaceFace {
float uv[4][2];
} OrigSpaceFace;
#
#
typedef struct OrigSpaceLoop {
float uv[2];
} OrigSpaceLoop;