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
2009-08-10remove python2.x supportCampbell Barton
2009-08-09- fix error in last commitCampbell Barton
2009-08-09- report errors on rna name collisions (does not check parent type yet)Campbell Barton
2009-08-07bpy_context_set and bpy_context_clear to replace a number of functions (some ...Campbell Barton
2009-07-30Operator Copy/PasteCampbell Barton
2009-07-28- lamp UI was missing y samples for rectangle area lampsCampbell Barton
2009-07-26indentation error with some operators (strip the descriptions)Campbell Barton
2009-07-26misc py/rna changesCampbell Barton
2009-07-23pyrna,Campbell Barton
2009-07-23Change to avoid trigraph confusions.Guillermo S. Romero
2009-07-22less verbose subtyping Py/C API code, use PyObject_CallFunction which support...Campbell Barton
2009-07-22removing all functions from bpy.ui module, keeping the module incase its usef...Campbell Barton
2009-07-22remove scriptlinks,Campbell Barton
2009-07-22RNABrecht Van Lommel
2009-07-212.5: python module name for import had trailing "."Brecht Van Lommel
2009-07-21BLI_setenv, use instead of copying ifdefs about for setting env vars.Campbell Barton
2009-07-21mistake in own recent change, errors with startup scripts didnt raise errorsCampbell Barton
2009-07-20cmake option to disable SDL,Campbell Barton
2009-07-19d_type isnt a member of dirent on win32.Campbell Barton
2009-07-19- Support for importing python packages. (directories of python scripts conta...Campbell Barton
2009-07-19Python operatorsCampbell Barton
2009-07-19py rna arrays were assumed sizeof(char)*len, should be sizeof(int)*len, was c...Campbell Barton
2009-07-18fixes for errors on startup and compiler errors and draw speedup.Campbell Barton
2009-07-17python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator ->...Campbell Barton
2009-07-17bpy rnaCampbell Barton
2009-07-16- use outliner colors (with subtle stripes) for report so you can see divisio...Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-07-13RNA & PyAPICampbell Barton
2009-07-13calling operators from python was raising an error without returning an error...Campbell Barton
2009-07-11PyApiCampbell Barton
2009-07-10RNABrecht Van Lommel
2009-07-10Use python subtypes so bpy.types.Mesh is a subtype of bpy.types.IDCampbell Barton
2009-07-10PyRNA api wasnt using python subclasses most of the time.Campbell Barton
2009-07-092.5Ton Roosendaal
2009-07-09Dictionary style get() to property rna.Campbell Barton
2009-07-09removed check for pyc when scanning the directory of python files.Campbell Barton
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-07-082.5Ton Roosendaal
2009-07-08* workaround for PySys_SetArgv() in python3 needing wchar_tCampbell Barton
2009-07-032.5:Brecht Van Lommel
2009-07-032.5Ton Roosendaal
2009-07-03fix for own missing var in recent commit.Campbell Barton
2009-07-03set the PYTHONPATH to BLI_gethome_folder("python") if it exists.Campbell Barton
2009-07-02out own Py_GetPath() function to replace pythons, so we can bundle python mod...Campbell Barton
2009-07-01slice support working in py3 for Vector and Matrix types.Campbell Barton
2009-07-01disabling foreach_get/set for python2.x, since it uses new buffer api.Campbell Barton
2009-06-302.5Brecht Van Lommel
2009-06-30python access to RNA arrays.Campbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-27RNABrecht Van Lommel