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-09-01 19:47:59 +0300
committerHans Goudey <h.goudey@me.com>2021-09-01 19:47:59 +0300
commit42546db49089eba5543af00ea08f8075ac98d743 (patch)
tree37b9ddc98a516afb72f7ae08cc850a545f1e7626 /source/blender/editors/gpencil
parent99c981fd0647188184b67ab777a3c2ecb2ae68df (diff)
Fix T91054: Editing group custom property gives error
This commit fixes the custom property edit operator for the the case of editing group properties. Currently this isn't supported very well, the data is converted to a string, but the operator shouldn't fail anyway. This allows editing properties created like this: C.object['abuse'] = {'parent' : ['child1', 'child2']} These changes reflect some issues with the design of the operator. Requiring guessing the type of the data does not work well at all, and makes code more complicated. In the future this operator can be updated to use a type drop-down. Differential Revision: https://developer.blender.org/D12364
Diffstat (limited to 'source/blender/editors/gpencil')
0 files changed, 0 insertions, 0 deletions