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
2017-03-31Correct string formatting (error in recent change)Campbell Barton
2017-03-25Remove support for py app-templatesCampbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-02-22Use new api doc linksAaron Carlisle
2016-12-13Small cleanup: Remove unused codeAaron Carlisle
2016-11-16Fix custom props not being handled correctly by manual/pyref UI menu entries.Bastien Montagne
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-10-04Cleanup: Update links to online py API doc, and remove old commented stuff.Bastien Montagne
2016-06-06Fix T48579: RNA shadows new custom propertiesCampbell Barton
2016-04-12Correct UI messages: hyphenate 'add-ons'Campbell Barton
2016-02-23UI: expose soft limits to custom-property editorCampbell Barton
2016-01-11Update add-on descriptionsCampbell Barton
2016-01-07addon_utils: improve docstringsCampbell Barton
2016-01-06Save sys-info to file instead of a text blockCampbell Barton
2016-01-03Improve system info tipCampbell Barton
2015-12-18Add wrap argument to cycle wm utility funcsCampbell Barton
2015-11-05Fix T46699: copy_prev_settings() gives misleading error message when previous...Bastien Montagne
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