Blender Git Commit Log

Git Commits -> Revision 785b4dc

Revision 785b4dc by Brecht Van Lommel (master)
February 18, 2008, 10:49 (GMT)

Fix for bug #8052: particle emit from verts and volume didn't support
subsurf/derivedmesh mapping yet.

Also added int-to-pointer and back conversion function to solve warnings.
Note that it is only allowed to store an int in a pointer and then get
it back, but not a pointer in an int!

Commit Details:

Full Hash: 785b4dcdda5f03c81395cd1862bd7d550621ba46
SVN Revision: 13742
Parent Commit: 0fe6abb
Lines Changed: +193, -148

7 Modified Paths:

/source/blender/blenkernel/BKE_particle.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_utildefines.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/icons.c (+8, -7) (Diff)
/source/blender/blenkernel/intern/modifier.c (+33, -33) (Diff)
/source/blender/blenkernel/intern/particle.c (+55, -18) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+48, -46) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+43, -43) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021