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-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
2013-09-15use mpolys rather then tessfaces for crazy-space calculation. (was a todo sin...Campbell Barton
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-07-23use BLI_bitmap for crazyspace vertex tagging.Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-05Bug fix #34866Ton Roosendaal
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-02Fix compilation on MinGW(64/32)Antony Riakiotakis
2013-04-02Missing GLEW path in CMake, fixes compile error in OS X.Ton Roosendaal
2013-04-02draw helper lines for inset and bevel operators, the mouse distance from the ...Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-02-26revert some changes from own commit r54850 which broke undo for toggle button...Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne