Revert particle system and point cache removal in blender2.8 branch.

This reverts commit 5aa19be912 and b4a721af69.

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:
2016-12-28 17:30:58 +01:00
parent 605263177b
commit 6ecab6dd8e
226 changed files with 43731 additions and 404 deletions

View File

@@ -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)