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-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) w...Campbell Barton
2012-08-07select linkedCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-25Implement operator to select linked data from outlinerSergey Sharybin
2012-07-25Separate Select Linked operator into smaller function which could be reused.Sergey Sharybin
2012-07-01style cleanupCampbell Barton
2012-06-08Fix #31752: Select All By Layer seems not to work when object belongs to seve...Sergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-17style cleanup: block commentsCampbell 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-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
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