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-11Fix more UI i18n issues (reported by Leon Cheung).Bastien Montagne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2012-12-27Outliner fix:Ton Roosendaal
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22New Outliner "Blender File" option: the first entry couldn't be closed/re-ope...Ton Roosendaal
2012-12-22Reshuffled data view for Outliner.Ton Roosendaal
2012-12-22replace RNA_ID_type_name() with BKE_idcode_to_name_plural()Campbell Barton
2012-12-22From the long todo:Ton Roosendaal
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-05-29fix for sequencer selection and naming in the outliner, was broken since 2.5xCampbell Barton
2012-05-27remove NULL check in TREESTORE macro, the return NULL value wasny checked for...Campbell Barton
2012-05-11- dont create scene.sequence_editor on read, means data-browser or autocomple...Campbell Barton
2012-05-07style cleanup: outlinerCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-26* Compile fix for recent Outliner header cleanup. Thomas Dinges
2012-04-26outliner header cleanup (copy pasted headers when split up Im guessing)Campbell Barton
2012-04-26removed unneeded fnmatch include from outliner, comment files as needing head...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2011-12-09remove redundant cases. no functional change.Campbell Barton
2011-11-03correct spelling mistakesCampbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-16correction for my fix for [#28668], would crash when there were no editbones.Campbell Barton
2011-09-16- remove deprecated pose channel membersCampbell Barton
2011-09-16fix [#28668] Crashes entering edit mode on ArmatureCampbell Barton
2011-09-09Patch [#23443] Change outliner filter into searchJoshua Leung
2011-09-02Fix #28467: Crash while deleting objects in outliner too fastSergey Sharybin
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-11SVN maintenance.Guillermo S. Romero
2011-08-11ifdef'd outliner code which is spesific to gsoc pepper with '// GSOC_PEPPER' ...Campbell Barton
2011-08-03* Merging trunk up to r38981.Joerg Mueller
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-11Further Outliner code cleanup - Split out tree building stuff for IDJoshua Leung
2011-07-11== The great Outliner code split up ==Joshua Leung