* Fixed compilation error. FP_INFINITE needs to be defined _after_ all header
files are included.
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
|
|
||||||
#include "Metaball.h"
|
#include "Metaball.h"
|
||||||
|
|
||||||
|
#ifndef FP_INFINITE
|
||||||
|
#define FP_INFINITE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Function: M_Metaball_New */
|
/* Function: M_Metaball_New */
|
||||||
/* Python equivalent: Blender.Metaball.New */
|
/* Python equivalent: Blender.Metaball.New */
|
||||||
|
@@ -32,10 +32,6 @@
|
|||||||
#ifndef EXPP_METABALL_H
|
#ifndef EXPP_METABALL_H
|
||||||
#define EXPP_METABALL_H
|
#define EXPP_METABALL_H
|
||||||
|
|
||||||
#if !defined (FP_INFINITE)
|
|
||||||
#define FP_INFINITE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
|
|
||||||
#include <BKE_main.h>
|
#include <BKE_main.h>
|
||||||
|
Reference in New Issue
Block a user