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
2015-09-10Fix T46048: Custom properties UI redraw issueCampbell Barton
2015-06-13addon_utils default mismatch /w enable/disableCampbell Barton
2015-06-10WM: toggling expanded could raise exceptionCampbell Barton
2015-06-08rename wiki -> manualCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-03-25Fix T44026: ID prop delete leaves names in _RNA_UICampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-28cleanup: py importsCampbell Barton
2015-01-23PyAPI: don't adjust prefs when an fails to loadCampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-08-14Fix T41431: Min/Max custom property range mismatchCampbell Barton
2014-08-14UI: edits to pie-menu-enumCampbell Barton
2014-08-13Add custom property to previous commit, name "Context" of that propertyAntony Riakiotakis
2014-08-13Bring back python operator for pies on a certain operator property.Antony Riakiotakis
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-06-19Python: Remove deprecated uses of os.popenCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton
2014-02-25Use string escaping when renaming custom propertiesCampbell Barton
2014-02-19Code cleanup: styleCampbell Barton
2014-02-12Code cleanup: replace WM_OT_ndof_sensitivity_change -> WM_OT_context_scale_floatCampbell Barton
2014-01-11Fix T38145: python error popup when pressing shift+Z in blender game mode.Brecht Van Lommel
2013-12-17Fix T37103: Keyframing custom properties issue (FCurve would not reflect Cust...Bastien Montagne
2013-10-16BGE: Fix to allow render options such display framerate and profile to workMitchell Stokes
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