Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_rna.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| else { | else { | ||||
| /* Already overriden prop, we'll have to check arrays items etc. */ | /* Already overridden prop, we'll have to check arrays items etc. */ | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| else { | else { | ||||
| /* Already overriden prop, we'll have to check arrays items etc. */ | /* Already overridden prop, we'll have to check arrays items etc. */ | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| else { | else { | ||||
| /* Already overriden prop, we'll have to check arrays items etc. */ | /* Already overridden prop, we'll have to check arrays items etc. */ | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||
| } | } | ||||
| /* XXX TODO About range limits. | /* XXX TODO About range limits. | ||||
| * Ideally, it woudl be great to get rid of RNA range in that specific case. | * Ideally, it would be great to get rid of RNA range in that specific case. | ||||
| * However, this won't be that easy and will add yet another layer of complexity in generated code, | * However, this won't be that easy and will add yet another layer of complexity in generated code, | ||||
| * not to mention that we could most likely *not* bypass custom setters anyway. | * not to mention that we could most likely *not* bypass custom setters anyway. | ||||
| * So for now, if needed second operand value is not in valid range, we simply fall back | * So for now, if needed second operand value is not in valid range, we simply fall back | ||||
| Context not available. | |||||