The operator assumed it was called on a mesh object, which has
mostly been the case because of lack of support for other object
types, but the new curves object is supported, which is the situation
in the report.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/editors/object/object_modifier.cc | ||
|---|---|---|
| 1471 | This check should be added to modifier_convert_exec too. | |
| source/blender/editors/object/object_modifier.cc | ||
|---|---|---|
| 1471 | *Edit* checking on modifier_convert_exec it seems this should not have had BKE_mesh_merge_customdata_for_apply_modifier added in the first place. So I think this patch is fine as-is. | |
| source/blender/editors/object/object_modifier.cc | ||
|---|---|---|
| 1471 | ||