From 2195dd32cc7b2f4bf26c7d216cbaba32f82184da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 13 Dec 2013 00:28:35 +1100 Subject: Fix T37595: Switching modal transform broke with trackball rotation. Id properties may have different sized "values" array depending on the transform operator --- source/blender/blenkernel/BKE_idprop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/BKE_idprop.h') diff --git a/source/blender/blenkernel/BKE_idprop.h b/source/blender/blenkernel/BKE_idprop.h index d5912988701..3cf944fa236 100644 --- a/source/blender/blenkernel/BKE_idprop.h +++ b/source/blender/blenkernel/BKE_idprop.h @@ -88,6 +88,7 @@ void IDP_UnlinkID(struct IDProperty *prop); /** Sync values from one group to another, only where they match */ void IDP_SyncGroupValues(struct IDProperty *dest, const struct IDProperty *src) ATTR_NONNULL(); +void IDP_SyncGroupTypes(struct IDProperty *dest, const struct IDProperty *src, const bool do_arraylen) ATTR_NONNULL(); void IDP_ReplaceGroupInGroup(struct IDProperty *dest, const struct IDProperty *src) ATTR_NONNULL(); void IDP_ReplaceInGroup(struct IDProperty *group, struct IDProperty *prop) ATTR_NONNULL(); void IDP_MergeGroup(IDProperty *dest, const IDProperty *src, const bool do_overwrite) ATTR_NONNULL(); -- cgit v1.2.3