Revert particle system and point cache removal in blender2.8 branch.
This reverts commit5aa19be912
andb4a721af69
. Due to postponement of particle system rewrite it was decided to put particle code back into the 2.8 branch for the time being.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
#include "DNA_object_types.h"
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_force.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
@@ -46,6 +45,7 @@
|
||||
#include "BKE_cdderivedmesh.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_pointcache.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
static void initData(ModifierData *md)
|
||||
|
Reference in New Issue
Block a user