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
2013-08-26Remove unused function NewBooleanMeshSergey Sharybin
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-05-30remove CD_MASK_NORMAL from CD_MASK_DERIVEDMESH, bmesh merge included this but...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-07-08Fixing a typo!Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
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