Files
test/source/blender
Jacques Lucke 554b26cf88 Fix T56912: bpy.data.masks.new() crashed
I think there are two possible ways to fix that.
1. Make the name a required parameter.
2. Provide a default value.

I choosed option 1 in this fix to be consistent with other .new functions.

Also I think `RNA_def_string` instead of `RNA_def_string_file_path` should be used here. Looks like a copy-paste error.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3728
2018-09-25 12:01:43 +02:00
..
2018-09-20 10:06:59 +10:00
2018-09-25 11:41:29 +10:00
2018-09-21 08:15:46 +10:00
2018-09-25 13:44:25 +10:00
2018-06-29 08:02:49 +02:00