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
path: root/source
diff options
context:
space:
mode:
authorElia Sarti <vekoon@gmail.com>2009-04-11 17:24:02 +0400
committerElia Sarti <vekoon@gmail.com>2009-04-11 17:24:02 +0400
commit8132ca62df44c188734499bdd27416ab66703ad5 (patch)
tree45d41666d4fda07001432a1b809943ee0fc78f3d /source
parent288f772350fae9d12cb712fc26108c24f6f59bd8 (diff)
hem.. other small fix
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_access.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index a2df0a734c6..8ce8d945576 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -2561,6 +2561,9 @@ int RNA_function_call_direct_va(PointerRNA *ptr, FunctionRNA *func, const char *
break;
}
}
+
+ if (err!=0)
+ break;
}
if (err==0 && pret) {