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 (Collapse)Author
2013-11-05code cleanup: quiet warningsCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning ↵Campbell Barton
OPERATOR_CANCELLED.
2013-10-25rigidbody: Use bullet's own fixed constraintSergej Reich
Should be no functional changes.
2013-08-04add missing NULL check in RB_dworld_export if fopen fails.Campbell Barton
2013-04-25rigidbody: Code cleanupSergej Reich
Remove outdated comment.
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
This is a experimental collision detection function, so the API might change in the future. Note: The simulation needs to be stepped before this function can be used, otherwise the rigid body world might not be valid. Patch [#34989] Bullet Convex sweep test API by Vilem Novak (pildanovak), thanks!
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-02-24rigidbody: Add motor constraintSergej Reich
It's implemented as a separate constraint instead of adding properties to the existing constraints. Motors only apply linear and angular impulses and don't limit the movement of rigid bodies, so it's best to use them in conjunction with other constraints to limit the degrees of freedom. Thanks to Markus Kasten (markus111) for the initial patch.
2013-02-06rigidbody: Code cleanupSergej Reich
Stupid oversight, don't use floats for indices.
2013-02-06rigidbody: Invert spring damping rangeSergej Reich
Before 1 was no damping, which is inconsistent with the rest of the simulation.
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
This modules does not depend on any blender-specific data structures or algorithms and due to our policy better be placed to intern/ Shall be no functional changes, tested CMake and SCons on Linux, hopefully other platforms will work as well. P.S. SVN history shall be preserved for the files.