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-01-23Code Cleanup: find operator once and reuseCampbell Barton
2014-01-16Correct error in own recent commitCampbell Barton
2014-01-16Compilation error fix: mismatch declarationSergey Sharybin
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton
2013-09-13add back library linking warning when renaming library datablocks in the outl...Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-08-14quiet compiler warnings.Campbell Barton
2013-08-13Fix crash happening when clearing parent in outliner modes which doesn't supp...Sergey Sharybin
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-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-04fix [#35998] Crash when trying rename Driver in OutlinerCampbell Barton
2013-04-03Cleanup outliner_dropzone codeDan Eicher
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09minor edits to r55134 (recursive outliner select).Campbell Barton
2013-03-09Outliner: Added recursive select/deselect (CTRL+LMB) and extend (CTRL+SHIFT+LMB)Gaia Clary
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-05set drag/drop operators as 'INTERNAL', there not useful to access from operat...Campbell Barton
2013-02-02style cleanupCampbell Barton
2012-12-22Reshuffled data view for Outliner.Ton Roosendaal
2012-11-28Fix #33326: outliner numpad minus collapse followed by numpad plus expand did...Brecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-18Fix #32913: missing cycles viewport update when toggling visibility in outlinerBrecht Van Lommel
2012-09-27fix [#32616] Changing parent does not keep transformationCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-07-15"Fix" [#32033] In the execution result of with_automatic_weight, the differen...Bastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-11OUTLINER_OT_material_drop -- Drag & Drop materials onto objects in the outlinerDan Eicher
2012-06-05Fix #31702: Drag and Drop parenting crashes BlenderSergey Sharybin
2012-05-31style cleanupCampbell Barton
2012-05-29Outliner Drag & Drop fixesDan Eicher
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-29Outliner drag/drop parent fix -- added checks for modifiers and contraints to...Dan Eicher
2012-05-07style cleanup: outlinerCampbell Barton
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
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