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-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-05-06Fix for uninitialized unit_use_radians variable with inset and bevelCampbell Barton
2014-04-30Code cleanup: remove unused headerCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-15Fix T39234: popup menus behave poorly when they have not enough width for all...Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Add normal option to ED_transvertsCampbell Barton
2014-03-31Code cleanup: remove unused members of TransVertCampbell Barton
2014-03-31Refactor: Add generic poll ED_transverts_pollCampbell Barton
2014-03-23Further tweaking to numinput - enhance 'Reset' behavior.Bastien Montagne
2014-03-21Possible fix for T39330 period key is ignored in transform operationsAntony Riakiotakis
2014-03-21Fix T39312 Multipling two values in the Transform Tools Number Input not poss...Bastien Montagne
2014-03-17UI: Add theme color for viewport overlayCampbell Barton
2014-03-14Some corrections to previous commit. Undo stack could return 0 or returnAntony Riakiotakis
2014-03-14Fix T39156 part 2: Add support for image paint operations in undoAntony Riakiotakis
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-02-28Crazyspace: calculate normal around a (0,0,0)Campbell Barton
2014-02-28Fix Crazyspace with proportional editingCampbell Barton
2014-02-27Hopefully definitively fix the "enter the advanced numinput mode" issue.Bastien Montagne
2014-02-27Fix T38858: Crazy spaces was unpredictable with co-linear edgesCampbell Barton
2014-02-22Followup for numinput: activate numinput when hitting pad* or =, this is the ...Bastien Montagne
2014-02-22Fix T38743: Modal input feature appears to be missing from 2.70 test buildsBastien Montagne
2014-02-20Transform: revert to 2.69 numeric input behavior by defaultBastien Montagne
2014-02-15UI: fix for glitch where active button became inactive on undoCampbell Barton
2014-02-03Fix T38424: modal number input ctrl - did not work, only ctrl numpad -.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-20Code Cleanup: tabs/spaces, no need to call CTX_data_edit_object twiceCampbell Barton
2014-01-20Fix T37967: autosave does not save dynamic topology edits while in sculpt mode.Brecht Van Lommel
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-08Fix issues with float precision in numinput, like 'R 123' who would show addi...Bastien Montagne
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-08Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happ...Campbell Barton
2014-01-08Much better solution for negate/inverse in numinput.Bastien Montagne
2014-01-07Fix a small glitch with string generated by numinput, they could cut multi-by...Bastien Montagne
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-04CMake: cleanup and add includeCampbell Barton
2014-01-02Add back - and / shortcuts in modal numinput (as other 'special' keys, you ha...Bastien Montagne
2013-12-31Fix T37992: german NUMPAD-COMMA is not tranlated to decimal dot (for modal n...Bastien Montagne
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-11-19Code Cleanup: move trans-verts out of snap code into their own file.Campbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-09-24add back crazy space check to only initialize a vertex once. (changed in r601...Campbell Barton
2013-09-15modify crazyspace_get_mapped_editverts to work like crazyspace_set_quats_meshCampbell Barton