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
2013-04-20code cleanup: minor improvements to scripts.Campbell Barton
2013-04-11* Better tooltip for WM_OT_properties_context_change. Thomas Dinges
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-28fix for loosing recent-files when running 'Copy Previous Settings'.Campbell Barton
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-02-25fix for python exception getting the ID from an operator button:Campbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton
2013-01-28fix [#34018] Delete Edge Loop undo works not als expected.Campbell Barton
2013-01-23code cleanup: dont use 'bpy.context' when 'context' is availableCampbell Barton
2013-01-17fix for arrow keys being reversed in the snap menu (Ctrl+Shift+Tab)Campbell Barton
2013-01-17show a title in menus triggered by WM_OT_context_menu_enum, also show an icon...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-13simplify WM_MT_context_menu_enum(), use expanded enum property.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13remove 2.57-windows workaround for WM_OT_copy_prev_settingsCampbell Barton
2013-01-08fix [#33646] Deleting edge loops creates holes in uv mapCampbell Barton
2012-12-15Better tooltip for "Install Theme..."Ton Roosendaal
2012-12-08fix [#33431] Impossible to add "None" string to a propertyCampbell Barton
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