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
2018-04-22Cleanup: de-dup popup/pie menu RNA definitionCampbell Barton
2017-03-23UI: allow to extend camera as a menuCampbell Barton
2017-03-16PyAPI: Menu.path_menu: Add path filter callbackCampbell Barton
2017-03-14PyAPI: extend Menu.path_menuCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-05-25Add warning to Mesh.from_pydataCampbell Barton
2016-03-15PyAPI: Double performance of Mesh.from_pydataCampbell Barton
2016-03-03PyAPI: API for selectively writing data-blocksCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2015-12-18Cleanup: use unpacking generalizationCampbell Barton
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-04-23Py API: Remove deprecated callback_addCampbell Barton
2015-04-09Error in own last commitCampbell Barton
2015-04-09UI: Extend preset menuCampbell Barton
2014-10-13Pie menus: Confirm thresholdAntony Riakiotakis
2014-09-17Cleanup: pep8Campbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-03-23Fix typo in API documentation.Thomas Dinges
2014-02-18Python: remove redundant len() useCampbell Barton
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-09-28add PoseBone.children convenience attribute.Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton
2013-08-23Fix for an obscure bpy_types bug: When attempting to define __setattr__ in a ...Lukas Toenne
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-08Removed the unused socket template system from the bpy_types Node base class ...Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne
2013-04-11py api: minor change to operator attribute access, do identity comparison wit...Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-08disable translations for some python buttons.Campbell Barton
2013-01-30Fix #34016: add backwards compatibility for deprecated region.callback_addBrecht Van Lommel
2013-01-16style cleanupCampbell Barton
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21Explicit python class for NodeSocket RNA type in bpy_types. This defines a ut...Lukas Toenne
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-05-09fix [#31383] EditBone.align_orientation() uses Vector.normalize() incorrectlyCampbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-07dont display any file as a preset in the menu (limit to *.py, *.xml)Campbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-02-27fix for problem that happened since bmesh mere mesh.from_py_data() - edge dat...Campbell Barton
2012-02-19misc changes from trunk (avoid confusion since these were not intentional dif...bmeshCampbell Barton
2011-11-17Add access to UVs from python, patch python unwrap scripts to work wtih ngonsAndrew Wiggin
2011-10-24svn merge ^/trunk/blender -r41200:41226 .Campbell Barton