Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/dynamicpaint.c
| Context not available. | |||||
| dynamicPaint_freeSurface(tpmd, tpmd->canvas->surfaces.first); | dynamicPaint_freeSurface(tpmd, tpmd->canvas->surfaces.first); | ||||
| } | } | ||||
| tpmd->canvas->active_sur = pmd->canvas->active_sur; | |||||
| /* copy existing surfaces */ | /* copy existing surfaces */ | ||||
| for (surface = pmd->canvas->surfaces.first; surface; surface = surface->next) { | for (surface = pmd->canvas->surfaces.first; surface; surface = surface->next) { | ||||
| DynamicPaintSurface *t_surface = dynamicPaint_createNewSurface(tpmd->canvas, NULL); | DynamicPaintSurface *t_surface = dynamicPaint_createNewSurface(tpmd->canvas, NULL); | ||||
| Context not available. | |||||