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-09-28remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to importCampbell Barton
2009-09-28Added "scripts/modules" as permanent module search path.Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-09-21bugfix [#19392] Typing help() in the console window freezes BlenderCampbell Barton
2009-09-21Better unix filesystem integration as documented hereCampbell Barton
2009-09-13use Py_SetPythonHome rather then setting environment vars PYTHONHOME and PYTH...Campbell Barton
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-03Missing header include for non-linux OS "BLI_exist()"Daniel Genrich
2009-08-30bugfix: on windows, it wouldn't correctly recognize directories and import py...Martin Poirier
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-15changes to help refcounts in rna be more predictable (still leaks when reload...Campbell Barton
2009-08-14some fixes for netbsd with cmakeCampbell Barton
2009-08-14- registering new python classes runs the free functions on existing classes.Campbell Barton
2009-08-11user interface units, off by default.Campbell Barton
2009-08-10missing include for fluidCampbell Barton
2009-08-10adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimen...Campbell Barton
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