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
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
2008-05-25Added BVH nearest neighbour code, for now only works in 6-dop and finds the n...Andre Susano Pinto
2008-05-14I'm considering using bvhtree for shrinkwrap but the build was considerable s...Andre Susano Pinto
2008-05-09Merge from trunkAndre Susano Pinto
2008-05-07Normal projection:Andre Susano Pinto
2008-05-03Added control over distance to kept form target meshAndre Susano Pinto
2008-05-02+normal projection optimized with RayTree (RE_raytrace.h)Andre Susano Pinto
2008-05-01Nearest-vertex mode optimized with kdtreesAndre Susano Pinto
2008-04-30Changed a bit of code structure to make method optimization easierAndre Susano Pinto
2008-04-27Implemented shrink modes are now:Andre Susano Pinto
2008-04-25Shrinkwrap skeleton codeAndre Susano Pinto