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
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-19Fix #32920: cloth physics with collision exploding in some cases, due toBrecht Van Lommel
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-06Cloth: Add support for "Self Collision Vertex Group".Daniel Genrich
2012-06-03Compile fix - "spf" was undefinedJoshua Leung
2012-06-03Cloth collisions: Revert 47335.Daniel Genrich
2012-06-01Commenting out unused var, prevents my debug Blender to build... ;)Bastien Montagne
2012-06-01Followup fix Bugfix [#31629]: Cloth simulation collisions used still too high...Daniel Genrich
2012-05-29Bugfix [#31629] Cloth simulation results are much different from older onesDaniel Genrich
2012-05-23style cleanupCampbell Barton
2012-05-15style cleanup: raytree codeCampbell Barton
2012-05-15Cloth collisions:Daniel Genrich
2012-05-15Tag unused argumentSergey Sharybin
2012-05-15Cloth:Daniel Genrich
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-20Make collision function more general so it can be used by other modifiers, to...Daniel Genrich
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-06svn merge ^/trunk/blender -r40644:40720Campbell Barton
2011-09-28Commented and tagged some unused vars, added some var init (gcc warnings...)Bastien Montagne
2011-09-28svn merge ^/trunk/blender -r40587:40643Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-16Fix #28663: All "unit" properties show a value of 0 (on WinXP&MinGW&scons)Sergey Sharybin
2011-09-12svn merge -r40140:r40148 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-03svn merge -r39831:39877 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton