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
2016-07-14Use BMesh solver for new boolean modifiersCampbell Barton
2016-07-13Boolean Modifier: Add back BMesh optionCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-02-11correct error in last commitCampbell Barton
2016-02-11Disable bmesh-boolean modifier for 2.77 releaseCampbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2015-12-21Fix T47023: Boolean w/ empty mesh didn't transformCampbell Barton
2015-12-12Use material remapping for bmesh-booleanCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-11Commend timing prints for booleanCampbell Barton
2015-12-11BMesh: Add option to use BMesh boolean modifierCampbell Barton
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-05Cleanup: use proper `ObjectWalkFunc` typedef in modifiers' object callback func.Bastien Montagne
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-02-13Rework carve integration into boolean modifierSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-12Fix #35317: crash with boolean modifier using an object whose library linkedBrecht Van Lommel
2013-01-23make bullet optional againCampbell Barton
2013-01-23workaround [#32866] Crash by cyclic use of Boolean ModifierCampbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-24style cleanup: modifier structsCampbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton
2012-07-28fix own error in recent commit - possible uninitialized value.Campbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-26workaround for depsgraph update issue with booleans.Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Fix format string warnings (gcc) by using string literals.Nicholas Bishop
2012-03-18spelling cleanupCampbell Barton
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-30Fix #29976: Carve Boolenas crasher with SolidifySergey Sharybin
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-05added a function to ensure derived mesh has tessface's, in preparation for re...Campbell Barton
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell 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-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel