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-10-09And more UI messages fixes...Bastien Montagne
2012-07-04Revert the DNA pdef_stickness -> pdef_stickiness part of r48556.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-14Fixed some UI message typos (spotted by Leon Cheung, thx).Bastien Montagne
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-25Fix part of #29310: secondary point caches for cloth did not get stepsBrecht Van Lommel
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-29Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-25Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-172.6 RNA:Thomas Dinges
2011-07-10Merge with trunk r38281Miika Hamalainen
2011-07-08Fix #26962: softbody collision doesn't respect subsurf+displace modifiers.Brecht Van Lommel
2011-06-27Dynamic Paint:Miika Hamalainen
2011-05-31tag unused rna args.Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-22file had non utf8 characters.Campbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-18fix [#26995] Crash on bpy.context.object.collisionCampbell Barton
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18"Fix" for [#26130] Turbulence Force Field seed does not look to generate a ne...Janne Karhu
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
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-24Bugfix #25367Ton Roosendaal
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel