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-06-16Manipulator: New grab preset, use for bisectCampbell Barton
2017-06-16Add bisect manipulatorCampbell Barton
Example that uses library widgets to control an operator, the API hasn't been reviewed yet so this can be seen as a test.
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2015-11-18Fix mixup w/ wmOperator/BMOperator flagCampbell Barton
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-06-21Fix T45135: More cleanup of extreme max values in operator properties.Bastien Montagne
INT_/FLOAT_MAX are sometimes valid choices, but most of the time more sensible values should be used here!
2015-06-08Fix T44964: Bisect tool /w nonuniform scaleCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
Opted to keep includes if they are used indirectly (even if removing is possible).
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-04Mesh Bisect: add header info message for modal operationBrecht Van Lommel
Fixes T37700 Reviewed By: brecht Differential Revision: https://developer.blender.org/D166
2013-11-26Fix 37571: Knife Select should be disabled when no faces are selectedCampbell Barton
also check a similar case for bisect
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-14note in bisect tooltip that you need to click-drag the plane.Campbell Barton
2013-09-30Usual UI messages fixes...Bastien Montagne
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
update some descriptions, others were removed and operators tagged as internal. add a script to detect duplicate operator descriptions.
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30execute bisect immediately (without starting modal input) if the plane is ↵Campbell Barton
already set or if there is no 3d view available.
2013-08-29don't show screen-space-line start/end points in operator redo panel.Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
(using cursor + numeric values was too clumsy for defining orientation). once the cut is done numeric input still works as before