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-04-21style cleanupCampbell 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-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11Change how object menu selection works, use an operator with an enum rather t...Campbell Barton
2011-12-09another possible fix for bug [#29521], all callers of flip_side_name(...), as...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-09Fix #28392: some selection operators were working in linked scenes, others not.Brecht Van Lommel
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-15Select by Keying Set...Joshua Leung
2011-05-07fix [#27298] Alt + RMB always extends selectionCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-12Bugfix #20382Ton Roosendaal
2010-10-19bugfix [#24289] bpy.ops.object.select_name() is brokenCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-06[#24063] Error in RNA naming in SequenceCrop.min_x/y ;Campbell Barton
2010-09-28Fix [#23977] toggle back to object mode not working (outliner issue)Nathan Letwory
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-303 duplicate functions: bone_flip_name() object_flip_name() flip_side_name()Campbell Barton
2010-07-22Fix de/select all operator naming for consistencyMatt Ebb
2010-05-27make bpy.ops.object.select_name(name) also make the object active since Alt+R...Campbell Barton
2010-05-13remove use of global 'G'Campbell Barton
2010-05-13Bring back the pupmenu for "select object in the same group"Diego Borghetti
2010-04-29select linked options, Library and Library ObDataCampbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2009-12-17Fix [#20414] select children (shift+g) on an object without children...Matt Ebb
2009-12-10Patch [#20290] by Bjørnar Hansen for bug [#20270] 2.5a0, Select Random says ...Martin Poirier
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-10Math LibBrecht Van Lommel
2009-10-16Added a button to clear the weights of all shape keys, usefulBrecht Van Lommel
2009-10-14Shape Keys: disable the temporary shape display system, whereBrecht Van Lommel
2009-10-132.5 Bugfixes:Joshua Leung