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 (Collapse)Author
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
Functions like that do not have anything to do in BKE really, even less when actually more used for bones than vgroups!
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
Those were forcing to use vgroup name define in bones area, or even mixing with maxbonename... ugly, and totally avoidable.
2016-07-15Fix select grouped parent, extend option was ignoredCampbell Barton
D2067 by @mangostaniko
2016-03-28Fix T47969: Select Random always uses same seedCampbell Barton
Increment the seed on each use, otherwise calling again selects the same order, unless you manually adjust the seed.
2016-01-14Add object mode select more/lessCampbell Barton
Simple operator that selects using parent/child links.
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
Definitions could shadow local vars.
2015-10-10Random Select Seed OptionCampbell Barton
Add 'Seed' option for all random select operators D1508 by @mba105, w/ edits
2015-09-27Fix T46285: "Select parent" if there is no parent doesn't work correctly.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
- Add blentranslation `BLT_*` module. - moved & split `BLF_translation.h` into (`BLT_translation.h`, `BLT_lang.h`). - moved `BLF_*_unifont` functions from `blf_translation.c` to new source file `blf_font_i18n.c`.
2015-08-13Fix T45783: Problem selecting all objects on a layer from a script if any 3d ↵Bastien Montagne
view is in local mode. Do not take into account lay bits used for local view, when doing exact match.
2015-08-13Fix T45782: bpy.ops.object.select_by_layer match='SHARED' option is not working.Bastien Montagne
Looks like some half-done change from enum to bool (or vice-versa), that op was just broken!
2014-11-11UI Refactor T41640Campbell Barton
Make the UI API more consistent and reduce confusion with some naming. mainly: - API function calls - enum values some internal static functions have been left for now
2014-08-27CleanupCampbell Barton
2014-07-09Cleanup: get rid of magic numbers.Bastien Montagne
2014-07-08Fix T40785: "Select Grouped" Pass Index mode is redundant.Lukas Tönne
Revert "Object Select Similar tool now has a Pass Index option." This reverts commit 7a6919a74eb08caaf21030c17fe7c2723394a3d6.
2014-07-03Select Grouped -> KeyingSet for bones also shows error messages now when the ↵Joshua Leung
Keying Set is inappropriate
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-26Whitespace fixJoshua Leung
2014-06-26Bugfix T40801: Select grouped objects by Keying Set not working with builtin ↵Joshua Leung
Keying Sets Most of the default builtin Keying Sets (e.g. Loc, Rot, Available, etc.) depend on the currently selected objects, making them unsuitable for use with this feature. As a result, this feature would silently fail. This commit adds some error messages which at least let users know what's going on so that they can make other plans
2014-06-23Fix T40756 Select Linked by Particle System matches ignores selectedLukas Tönne
psys. This is inconsistent with other comparable cases like materials, where the active slot is used to define matching objects.
2014-04-30Code cleanup: remove unused includesCampbell Barton
Opted to keep includes if they are used indirectly (even if removing is possible).
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-13Select Random: add option to de-selectCampbell Barton
also made metaball operator behave like the others. Path originally from Walid Shouman, with own edits.
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
rename change/is_change/is_changed/modified -> changed also use bools over int/short/char and once accidental float.
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
also change dump_rna2xml.py to dump bpy.data by default.
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static ↵Campbell Barton
where possible. also found unintentionally defined enum/struct variables that where only meant to be defining the type.
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel ↵Bastien Montagne
Gazzán and S. Lockal for spotting them!
2013-02-21Object Select Similar tool now has a Pass Index option.Brecht Van Lommel
Patch by Jesse Werner.
2012-12-28patch [#33687] select similar lampCampbell Barton
by Saurabh Wankhade (sauraedron), with some edits.
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ↵Bastien Montagne
few others), and another bunch of UI messages tweaks/fixes, as well as some BKE_report()<->BKE_reportf()...
2012-10-22Fix [#32884] select by group not working when active object in more than one ↵Bastien Montagne
group. Would have liked to rework this whole area, but it's kind of tricky, so better to first fix that bug!
2012-10-21style cleanup: commentsCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-18fix for a strange linking error where set_property() in ↵Campbell Barton
source/blender/blenkernel/intern/property.c would get mixed up with an X11 function of the same name. it crashed blender loading on my system. Give functions in property.c more unique names.
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in ↵Campbell Barton
a linked list by a pointer.
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) ↵Campbell Barton
with macro: OB_DATA_SUPPORT_ID()
2012-08-07select linkedCampbell Barton
- dupligroup now only selects objects with dupligroup enabled. - selected onjects are skipped, this way and undo push wont happen if no new objects are selected. also minor edits to node view all/selected
2012-08-04style cleanupCampbell Barton
2012-07-25Implement operator to select linked data from outlinerSergey Sharybin
Supports selecting using object data, material and library. Would be nice to hide this menu item from menus appearing for datablocks which does not support such a selection, but that could be done separately.
2012-07-25Separate Select Linked operator into smaller function which could be reused.Sergey Sharybin
Should be no functional changes.
2012-07-01style cleanupCampbell Barton
2012-06-08Fix #31752: Select All By Layer seems not to work when object belongs to ↵Sergey Sharybin
several layers Added option which changes match policy from exact match and shared layers when selecting objects by layer.
2012-05-20code cleanup:Campbell Barton
- style - multi-line ifs move braces onto new lines. - iterators - convert some to macros, other split up and move brace.
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then ↵Campbell Barton
a string.