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-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-09-04merge with trunk at r31523Joseph Eagar
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-06-07Fix #22487: Shrinkwrap ignores preceding deform modifiersSergey Sharybin
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-11BMesh branchKen Hughes
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
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-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-10Math LibBrecht Van Lommel
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-08-30just some comment fixesTom Musgrove
2009-06-10merge with 2.5 at r20783Joseph Eagar
2009-06-092.50:Brecht Van Lommel
2009-05-23merge with 2.5 at r20307. note there were some python hacking necassary for ...Joseph Eagar
2009-05-18renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the mo...Joseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar
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