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
2014-10-28Cleanup: de-duplicate engine-id'sCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-08Freestyle: hide line styles from a scene in the Outliner when WITH_FREESTYLE ...Tamito Kajiyama
2014-05-03Minor code style fix.Tamito Kajiyama
2014-05-03Added changes to show textures as part of line styles in the Outliner.Tamito Kajiyama
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-10-15A follow-up to Bug #37070: LineStyle appears in Outliner by default though Fr...Tamito Kajiyama
2013-10-14Fix for #37070: LineStyle appears in Outliner by default though Freestyle is ...Tamito Kajiyama
2013-09-30fix regression [#36878], missing NULL checks for linestyle.Campbell Barton
2013-09-04Added better support for line styles in the Outliner.Tamito Kajiyama
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-19Add comments for outliner's treestore and treehash (no functional changes)Sv. Lockal
2013-08-18add assert for hashes if an existing element is ever inserted into a ghash/ed...Campbell Barton
2013-08-17Fix [36486] Outliner doesn't allow to expand Hierarchies of armature if it's ...Sv. Lockal
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-03Fix #36288, Renderlayer toggles behave unexpected in Outliner. The outliner w...Lukas Toenne
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-07-30Remove superfluous iterations (caused by typo) and type casts in outlinerSv. Lockal
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-04-28warning cleanup: assignment to unused vars, r56359 changes how brush falloff ...Campbell Barton
2013-04-28Bug fix #35124Ton Roosendaal
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