Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-06-24 06:55:01 +0300
committerHans Goudey <h.goudey@me.com>2021-06-24 07:28:13 +0300
commit379f116a2ac929883d29519b41c1e63cffe6e591 (patch)
tree41d1765abca0f0e1190a1d1d703af265dfd541b0 /source/blender/makesrna/intern/rna_pose.c
parent2b343c74d5e80098eee60d3127ff8117fb8633be (diff)
parentf7fbb518c8194e0a416321f5856e947d5592e131 (diff)
Merge branch 'master' into temp-geometry-nodes-curve-deform-node
Diffstat (limited to 'source/blender/makesrna/intern/rna_pose.c')
-rw-r--r--source/blender/makesrna/intern/rna_pose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_pose.c b/source/blender/makesrna/intern/rna_pose.c
index b8bb4f58dcd..f736885df77 100644
--- a/source/blender/makesrna/intern/rna_pose.c
+++ b/source/blender/makesrna/intern/rna_pose.c
@@ -620,8 +620,8 @@ static void rna_PoseChannel_constraints_remove(
ED_object_constraint_update(bmain, ob);
- BKE_constraints_active_set(&pchan->constraints,
- NULL); /* XXX, is this really needed? - Campbell */
+ /* XXX(Campbell): is this really needed? */
+ BKE_constraints_active_set(&pchan->constraints, NULL);
WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, id);