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
2011-11-16replace macros with math functionsCampbell Barton
2011-11-10Workaround #29205: Crash while using Edge Split modifier (while rotating vert...Sergey Sharybin
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41175:41200 --- will need to apply fix afterCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-10Miscellaneous cleanup, comment changes, and asserts. Should be no functional ...Andrew Wiggin
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-06-09svn merge -r37078:37335 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-05=bmesh= fixed an edgesplit bugJoseph Eagar
2011-06-01=bmesh= edge split modifier uses bmesh code for now, slower but works.Joseph Eagar
2011-06-01=bmesh= committing not-quite-functional edge split modifier code before repla...Joseph Eagar
2011-05-13remove unused varsCampbell Barton
2011-05-09tag unused arguments, quiet some warningsCampbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2011-04-26- fix for player linkingCampbell Barton
2011-04-25fix [#26993] Edge Split CrashCampbell Barton
2011-04-25indentation changes only.Campbell Barton
2011-04-23=bmesh= fixed edge split modifier, and a bug in knifetool reported by letterr...Joseph Eagar
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-27modifiers: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-05workaround for crash (not an actual fix) [#26316] Mirror and EdgeSplit - Grab...Campbell Barton
2011-02-27=bmesh=Joseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
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-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-13modifier include cleanup, this might need fixes on other systems but hard to ...Campbell 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