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
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-10remove python2.x supportCampbell Barton
2009-07-22removing all functions from bpy.ui module, keeping the module incase its usef...Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-06-20RNA FixesCampbell Barton
2009-06-05PyRNACampbell Barton
2009-05-27patch from Andrea Weikert, added some comments.Campbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-05-212.5 UI: Modifier TemplateBrecht Van Lommel
2009-05-19UIBrecht Van Lommel
2009-05-15UI: Layout EngineBrecht Van Lommel
2009-04-23- fix for python refcounting crashes, remember PyDict_GetItem and PyDict_GetI...Campbell Barton
2009-04-22UIBrecht Van Lommel
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-142.5Ton Roosendaal
2009-04-02UI: various panels fixes.Brecht Van Lommel
2009-04-02forgot to add bpy_panel_wrap.cCampbell Barton
2009-04-012.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing.Brecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-03-29missed PyLong_FromSize_t -> PyLong_FromSsize_t in bpy_ui.cCampbell Barton
2009-03-262.5: Remove OOPS code from the outliner space, as discussedBrecht Van Lommel
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-132.5: UI Layout Engine, initial code.Brecht Van Lommel
2009-03-07added python api function to register an operator into a keymapCampbell Barton
2009-02-282.5 \ Python APINathan Letwory
2009-02-28Python experimental UI APICampbell Barton
2009-02-27Restore the #if around the ui_module declaration, this made compiled failDiego Borghetti
2009-02-27added defAutoButR() and blockSetFlag() and some flags for the experimental py...Campbell Barton
2009-02-26update to build with python 3.0.1 which removed Py_InitModule3, added richcom...Campbell Barton
2009-02-16WIP, low level python UI functions, so far tested popup menu to work with bpy...Campbell Barton