Attributes: Add quaternion rotation type #108678

Merged
Hans Goudey merged 10 commits from HooglyBoogly/blender:attributes-quaternion-type into main 2023-06-12 15:49:57 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1778dc03cc - Show all commits

View File

@ -85,7 +85,6 @@ typedef struct CustomData {
* Correct size is ensured in CustomData_update_typemap assert().
*/
int typemap[53];
// char _pad[4];
/** Number of layers, size of layers array. */
HooglyBoogly marked this conversation as resolved Outdated

Remove padding line.

Remove padding line.
int totlayer, maxlayer;
/** In editmode, total size of all data layers. */