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-11-15fix [#33179] Can't delete centered edge loop if x-mirror is activatedCampbell Barton
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-19simplify addon install print, Now it only prints the source and destination d...Campbell Barton
2012-10-19[#32921] Fix: Python error triggered when installing an addon via 'install ad...Gaia Clary
2012-10-12quiet clang static checker warning by returning an error for invalid situatio...Campbell Barton
2012-10-10Cosmetic: Changed label of the 'Install Addon...' Button to 'Install from Fil...Gaia Clary
2012-10-08style cleanup: pep8Campbell Barton
2012-10-04Add translation context for volume (Audio), pitch (Rotation) and rename tip->...Sv. Lockal
2012-09-13modifications needed to get a URL from an RNA id from the testing scriptCampbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-23Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.Brecht Van Lommel
2012-07-24Fix #32165: context_set_value didn't make an undo push when changing scene se...Sergey Sharybin
2012-07-19poll function for edge loop delete.Campbell Barton
2012-07-07Minor UI message update.Bastien Montagne
2012-07-05style cleanupCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-20style cleanupCampbell Barton
2012-06-03use fnmatch for reference globing rather then regex - regex overly complicate...Campbell Barton
2012-06-03quiet warningsCampbell Barton
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-05-26patch [#31578] Standard-conformal sets for .report() and operator return valuesCampbell Barton
2012-05-21change name length from 32 to 64, perhaps we should have some constant here b...Campbell Barton
2012-05-18Add "Install Theme" button in user preferences, patch #31505 by Julien Duroure.Brecht Van Lommel
2012-05-13fix [#31428] bpy.ops.wm.path_open only works onceCampbell Barton
2012-04-16rename wm.blenderplayer_start label from 'Start' to 'Start Game In Player', a...Campbell Barton
2012-04-06some pedantic load time speedup by not loading modules (math and subprocess i...Campbell Barton
2012-03-30fix [#30729]Campbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-26adjustment to r44436.Campbell Barton
2012-02-25Patch [#30341] by Davis Sorenson (dsavi). Thanks! Thomas Dinges
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-17pep8 edits, also remove unused varsCampbell Barton
2012-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
2012-01-01use `props` all over for operator properties varsCampbell Barton
2012-01-01pep8 editsCampbell Barton
2012-01-01theme import/export - uses generic rna_xml py module.Campbell Barton
2011-12-22picky edits - use "" for non enum strings.Campbell Barton
2011-12-21A few small fixes to new UI messages...Bastien Montagne
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-12-12not all filepaths had the FILE_PATH subtype, this means using non utf8 paths ...Campbell Barton
2011-12-09global is python keyword so cant use as operator argument,Campbell Barton
2011-11-16minor cleanupCampbell Barton
2011-10-31fix own error r41191 getting id property string lengths.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17Allow symlinks in user_scripts, this fixes raised exeption in copy_prefs for ...v2.60Jens Verwiebe
2011-10-17correct spelling errors in commentsCampbell Barton