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-11-01minor edits to mesh operatorsCampbell Barton
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: 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-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell 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
2012-06-06style cleanupCampbell Barton
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-20code cleanup:Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13More work for [#31429] Curve menu polish.Thomas Dinges
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-08style cleanup: editcurveCampbell Barton
2012-05-07Some misc fixes to UI messages...Bastien Montagne
2012-05-04First part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-16bmesh todos:Campbell Barton
2012-04-02fix for a bug with Ctrl+Click extrude in curve editmode, it would use the wro...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-21disable re-using 'number_cuts' setting on operators, problem was that you cou...Campbell Barton