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-07bpy_context_set and bpy_context_clear to replace a number of functions (some ...Campbell Barton
2009-07-26indentation error with some operators (strip the descriptions)Campbell Barton
2009-07-26misc py/rna changesCampbell Barton
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-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-11PyApiCampbell Barton
2009-07-092.5Ton Roosendaal
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-08* workaround for PySys_SetArgv() in python3 needing wchar_tCampbell Barton
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-06-23PyRNA API support for matrix types as Mathutils matrix (with callbacks) rathe...Campbell Barton
2009-06-182.5 PythonBrecht Van Lommel
2009-06-18Some generic modules from blender 2.4x building with py3k and mostly working.Campbell Barton
2009-06-14Blender/Python APICampbell Barton
2009-06-05Blender file selector support for setting multiple selected files/dirs which ...Campbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-05-112.5 - Restored 'Render Anim' button!Joshua Leung
2009-04-23- fix for python refcounting crashes, remember PyDict_GetItem and PyDict_GetI...Campbell Barton
2009-04-23F8Key reloads all python scripts and redraws for quick testingCampbell Barton
2009-04-22Assorted 2.5 fixes:Joshua Leung
2009-04-20Drivers: "Scripted Expression" drivers (i.e. PyDrivers) work againJoshua Leung
2009-04-16Need to update the RNA pointers before running scriptsCampbell Barton
2009-04-142.5Ton Roosendaal
2009-04-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-11undo previous commit, changing running the script to importing it somehow mad...Campbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-11UI:Brecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-03-23Python:Brecht Van Lommel
2009-03-21get rid of warnings, fix for a refcount errorCampbell Barton
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-162.5 PyAPICampbell Barton
2009-03-132.5 Python apiCampbell Barton
2009-03-11WIP PyAPI from winter camp discussions, make subtypes of the base RNA python ...Campbell Barton
2009-03-04run script in the text editor is back. UI scripts dont work yet.Campbell Barton
2009-03-02* errors in bpyui draw scripts were segfaultingCampbell Barton
2009-02-28Python experimental UI APICampbell Barton
2009-02-16WIP, low level python UI functions, so far tested popup menu to work with bpy...Campbell Barton