[Bf-blender-cvs] [68e251be95b] quadriflow: Make sure that the ui prop is editable

Sebastian Parborg noreply at git.blender.org
Wed Sep 11 17:41:15 CEST 2019


Commit: 68e251be95b5ef92074076b4213106492289a656
Author: Sebastian Parborg
Date:   Wed Sep 11 17:41:43 2019 +0200
Branches: quadriflow
https://developer.blender.org/rB68e251be95b5ef92074076b4213106492289a656

Make sure that the ui prop is editable

===================================================================

M	source/blender/editors/object/object_remesh.c

===================================================================

diff --git a/source/blender/editors/object/object_remesh.c b/source/blender/editors/object/object_remesh.c
index 96356540d83..815cc618d4b 100644
--- a/source/blender/editors/object/object_remesh.c
+++ b/source/blender/editors/object/object_remesh.c
@@ -397,6 +397,7 @@ static bool quadriflow_poll_property(const bContext *C, wmOperator *op, const Pr
         if (area < -0.8f) {
           area += 0.2f;
           /* Make sure we have up to date values from the start */
+          RNA_def_property_flag((PropertyRNA *)prop, PROP_EDITABLE);
           quadriflow_check((bContext *)C, op);
         }



More information about the Bf-blender-cvs mailing list