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-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-02-24Fix scons building...Bastien Montagne
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21code cleanup: remove ctrl option from FONT_OT_line_breakCampbell Barton
2013-02-19Style tweak - missing bracesJoshua Leung
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-01-16fix for typo in recent commit.Campbell Barton
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2012-12-21Code cleanupJoshua Leung
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-23Style: AnimData vars should be named "adt" NOT "ad"Joshua Leung
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-15fix for 3d text input failing for non utf8 input.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-04Possible bugfix 32474Ton Roosendaal
2012-11-01minor edits to mesh operatorsCampbell Barton
2012-10-30Two fixes:Ton Roosendaal
2012-10-29Bugfix:Ton Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05Clean up in "add object" code:Bastien Montagne
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-19joining mesh objects now keeps relative key setting of each keyblock. also jo...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-08-25fix for type mismatch with SWAP() macro.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04fix error in node template and quiet warning.Campbell Barton
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-26Fix issue with resetting active nurb when sawing from edit modeSergey Sharybin
2012-06-24Fix #31909: "Make Segment" on path-curves gives wrong resultSergey Sharybin