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-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20real fix for booleans and face shading this time.Campbell Barton
2012-03-20partial fix for bug where booleans were using invalid face/poly normals.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23Fix #30320: Shading issue with boolean modifierSergey Sharybin
2012-01-30svn merge ^/trunk/blender -r43733:43751Campbell Barton
2012-01-27Fix #30000: Boolean modifier messing up multi materialSergey Sharybin
2012-01-24correct error in recent merge.Campbell Barton
2012-01-24svn merge ^/trunk/blender -r43639:43664Campbell Barton
2012-01-24Fix #29965: Crash: Memory psys node array: end corruptSergey Sharybin
2012-01-23Fix #29934: New Carve library can't execute boolean operations in some casesSergey Sharybin
2012-01-06renameCampbell Barton
2012-01-03for modifiers that are stull creating MFaces - call CDDM_tessfaces_to_faces r...Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-06-22Fix for boolean modifier:Geoffrey Bantle
2011-04-15=bmesh= modifiers can now be applied with shapekeysJoseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-13modifier include cleanup, this might need fixes on other systems but hard to ...Campbell Barton
2010-04-12SVN maintenance.Guillermo S. Romero
2010-04-12[#14437] Modifier Stack RefactorCampbell Barton