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
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
2008-07-22*BVHTreeFromMesh api changed.. it now stores all information like defaults ca...Andre Susano Pinto
2008-07-22Fixed a bug relative to editmode.. Andre Susano Pinto
2008-07-21Made shrinkwrap modifier work when target or cutPlane are in editmode.Andre Susano Pinto
2008-07-19Following the same optimization as bvh raycast:Andre Susano Pinto
2008-07-19*Added "kept" mesh above surface option on shrinkwrap to nearest surfaceAndre Susano Pinto
2008-07-14Improved build time on BLI_kdopbvhAndre Susano Pinto
2008-07-13Adding the Cullface option on normal projection of shrinkwrap when using bvht...Andre Susano Pinto
2008-07-11Added sphere cast (tought it doenst seems to solve the intersection problem)Andre Susano Pinto
2008-07-09Add raycast ability for BLI_kdopbvhAndre Susano Pinto
2008-07-04*Added vertex groups on simple deformAndre Susano Pinto
2008-06-21Added cut-plane option.Andre Susano Pinto
2008-06-17Added merge option to shrinkwrap when using projection mode (bruteforce for now)Andre Susano Pinto
2008-05-31Added culling on normal projection.Andre Susano Pinto
2008-05-27Fixed a compile error under msvc.Andre Susano Pinto
2008-05-27Added bvh nearest neighbour for nearest surface shrinkwrapAndre Susano Pinto
2008-05-27Fixed some compile erros under msvc (thanks lguillaume)Andre Susano Pinto