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
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2014-06-18Code cleanup: use bool instead of intSergey Sharybin
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-09-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-02-26fix own regression since 2.65 [#34438] Solidify crease bugCampbell Barton
2013-01-24add bullet define & include for scons makesrna, also move meshcache utils int...Campbell Barton
2013-01-14Fix #33863: cycles viewport render crash entering edit mode on an object withBrecht Van Lommel
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.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
2011-05-20svn merge -r36725:36801 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-19Fix some compile warnings.Brecht Van Lommel
2011-05-19Fix crash when accessing mesh from python while a mesh with a subsurf modifierBrecht Van Lommel
2011-05-09quiet more compiler warnings, also found a bug using printf rather then fprintf.Campbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-09-30[#23673] Modifier construction gives correct result in viewport but incorrect...Campbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-04-13modifier include cleanup, this might need fixes on other systems but hard to ...Campbell Barton
2010-04-12more header cleanupsCampbell Barton
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-12SVN maintenance.Guillermo S. Romero
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12[#14437] Modifier Stack RefactorCampbell Barton