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-09-30Usual UI messages fixes...Bastien Montagne
2013-09-30fix [#36835] Removing an addon has strange behaviorCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-06starting blenderplater wasnt flipping use_deprecation_warnings when it should...Campbell Barton
2013-09-06BGE Fix: [#32360] Standalone Player switches not workingDaniel Stokes
2013-08-29use os.remove rather then unlink (the same but all other areas use 'remove')Campbell Barton
2013-08-29BGE: The WM_OT_blenderplayer_start addon now saves a copy of the current blen...Mitchell Stokes
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
2013-08-20quiet error installing an addon when the directory already exists (would happ...Campbell Barton
2013-07-06remove dummy menu which WM_OT_context_menu_enum needed, use popup menu direct...Campbell Barton
2013-07-03reduce imports on startupCampbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
2013-06-14Change edgeloop delete to use dissolve, fixes bug [#35738].Campbell Barton
2013-06-11fix [#35574] Export Key Map issueCampbell Barton
2013-05-23fix/workaround for problem with osx permissions.Campbell Barton
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