Refactor: Move BPY intern bpy_rna headers to proper C++ ones.
This commit is contained in:
committed by
Bastien Montagne
parent
120d2b867b
commit
91e4bcd204
@@ -39,10 +39,10 @@
|
||||
#include "bpy_library.h"
|
||||
#include "bpy_operator.h"
|
||||
#include "bpy_props.h"
|
||||
#include "bpy_rna.h"
|
||||
#include "bpy_rna_data.h"
|
||||
#include "bpy_rna_gizmo.h"
|
||||
#include "bpy_rna_types_capi.h"
|
||||
#include "bpy_rna.hh"
|
||||
#include "bpy_rna_data.hh"
|
||||
#include "bpy_rna_gizmo.hh"
|
||||
#include "bpy_rna_types_capi.hh"
|
||||
#include "bpy_utils_previews.h"
|
||||
#include "bpy_utils_units.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user