Details
Details
- Reviewers
Campbell Barton (campbellbarton) Alexander Gavrilov (angavrilov) - Maniphest Tasks
- T69332: Crash : attempting to reset a a custom property that has a string value crashes Blender
- Commits
- rB60e817693ce7: Fix T69332: 'Reset to Default Value' on a custom string property crashes
rBcfb7f508ce76: Fix T69332: 'Reset to Default Value' on a custom string property crashes
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Not sure this is correct, could you do:
StringPropertyRNA *sprop = (StringPropertyRNA *)rna_ensure_property(prop); as RNA_property_string_get_default does?