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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-19 16:13:32 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-19 16:13:32 +0400
commita84a59b64e5d7bfe3be4bcf5c41b6c481ecde880 (patch)
tree73a18dab6e14519d26d41859507d8129af75fcab /source/blender/makesrna/RNA_types.h
parent952322e71c7a44e5be9a4da510f697fa5d123fcd (diff)
Fix #19638: crash when assiging self in boolean modifier.
Also: * UI now takes ID self check flag into account so that e.g. it doesn't offer to the make object it's own parent. * Mesh loop cuts number of cuts had wrong limits. * Don't use mesh_get_derived_final in modifier stack, but ob->derivedFinal instead. Avoids crashes on dependency loops, and in case there is no loop it should have been created.
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 20160946ff3..5e29827270f 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -159,7 +159,6 @@ typedef enum PropertyFlag {
/* disallow assigning a variable to its self, eg an object tracking its self
* only apply this to types that are derived from an ID ()*/
PROP_ID_SELF_CHECK = 1<<20,
-
PROP_NEVER_NULL = 1<<18,
/* internal flags */