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
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-10-22Fix T46561: Crash in outliner delete hierarchyCampbell Barton
2015-08-14Fix unnecessarily added undo steps when deleting only sceneJulian Eisel
2015-08-14Outliner: Context menu for scenesPhilipp Oeser
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-22Fix T44477: Overlapping tooltips in OutlinerJulian Eisel
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-04-01Fix T44212: Crash on Group Rename.Bastien Montagne
2015-03-31Fix T44201: Crash Deleting Hierarchy in OutlinerBastien Montagne
2015-02-18GPencil: RMB menu tools in Outliner works for GP Layers nowJoshua Leung
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-15Outliner: Do not show RMB menu for "ID Base" entriesJoshua Leung
2015-02-11Outliner: use enum for outliner_group_operation()Campbell Barton
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-01-22error in last commit (missed in review)Campbell Barton
2015-01-22Outliner: use enum for outliner_data_operation()Campbell Barton
2015-01-17Fix T23942: Add "Delete Hierarchy" to outliner context menu.Torsten Rupp
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-06Outliner: Added option to RMB menu for "Animation" entries to remove these an...Joshua Leung
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-05-03Added changes to unlink textures from line styles in the Outliner.Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-09-04Added better support for line styles in the Outliner.Tamito Kajiyama
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-02code cleanup:Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-11code cleanup:Campbell Barton
2013-03-10Added menu entry for recursive hierarchy selec in outlinerGaia Clary
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-02-27minor changes to outlinerCampbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2012-12-22code cleanup and minor changesCampbell Barton
2012-11-01fix for possible buffer overflow in gpu_nodes_get_vertex_attributes() and hai...Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-24Bugfix #31527Ton Roosendaal
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-14style cleanupCampbell Barton
2012-10-08Code cleanup - Convert if blocks to switchJoshua Leung