Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-19fix for string wrap backface culling not working when one of the objects was ...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-08Change in behavior to shrinkwrap modifier's offset value with negative enabled.Campbell Barton
2011-02-08fix [#25801] Shrinkwrap Offset problems with Project mode.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17Fix #25272: shrinkwrap with dependency cycle could lead to eternalBrecht Van Lommel
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-09-22Fix for [#21718] Shrinkwrap's "Project" mode with offset gives wrong results.Janne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-06-07Fix #22487: Shrinkwrap ignores preceding deform modifiersSergey Sharybin
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-26weight panel editing now supports mirroringCampbell Barton
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-08-30just some comment fixesTom Musgrove
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-15Merging Shrinkwrap Constraint!Andre Susano Pinto
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph Eagar
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-12-312.5Ton Roosendaal
2008-11-04Added Lattice vgroup support to shrinkwrap and simple deform modifier.Andre Susano Pinto
2008-10-22Patch from Timothy BaldridgeNathan Letwory
2008-09-13Particle collisions upgrade:Janne Karhu
2008-08-22Removed cast warnings from shrinkwrap.c and BLI_kdopbvh.cAndre Susano Pinto
2008-08-22Merged shrinkwrap modifier from soc-2008-jaguarandiAndre Susano Pinto
2008-08-14Added subsurface levels option to normal projection.Andre Susano Pinto
2008-08-14Fixed problem of "lack of normal information"Andre Susano Pinto
2008-08-13svn merge -r 15988:16077 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-13Fixed a typoAndre Susano Pinto
2008-08-13Fixed compile for windowsAndre Susano Pinto
2008-08-13fixed a bug related with "cullfaces" option on shrinkwrapAndre Susano Pinto
2008-08-13*Added documentation mainly at shrinkwrap.cAndre Susano Pinto
2008-08-07Moved bvhtree_from_mesh api to its own filesAndre Susano Pinto
2008-08-07Added several comments to BLI_kdopbvhAndre Susano Pinto
2008-08-06Fixed non_recursive BVHbuild with openmpAndre Susano Pinto
2008-08-04Made shrinkwrap variables be initialized when declaredAndre Susano Pinto
2008-08-03added openmp support for bvhtree build (max processes = tree_type)Andre Susano Pinto
2008-07-25Converted shrinkwrap to a DeformOnly modifierAndre Susano Pinto