Cleanup: reorder report argument for pointer assignment
Most code uses ReportList argument last (or at least not first) when an optional report list can be passed in.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
} \
|
||||
\
|
||||
static void rna_Mesh_##collection_name##_##active_type##_set( \
|
||||
struct ReportList *UNUSED(reports), PointerRNA *ptr, PointerRNA value) \
|
||||
PointerRNA *ptr, PointerRNA value, struct ReportList *UNUSED(reports)) \
|
||||
{ \
|
||||
Mesh *me = rna_mesh(ptr); \
|
||||
CustomData *data = rna_mesh_##customdata_type(ptr); \
|
||||
|
||||
Reference in New Issue
Block a user