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-07-11NLA SoC: Merge from 2.5 soc-2009-aligorithJoshua Leung
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-10NLA SoC: Merge from 2.5Joshua Leung
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-03NLA SoC: Merge from 2.5Joshua Leung
2009-07-02out own Py_GetPath() function to replace pythons, so we can bundle python mod...Campbell Barton
2009-07-02NLA SoC: Merge from 2.5Joshua Leung
2009-07-02needed for building with py2Campbell 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-30Python APICampbell Barton
2009-06-29BGE PyAPI support for subclassing any BGE game type from python, scripters de...Campbell Barton
2009-06-28PyNumberMethods needed ifdefs for python3.x and some other corrections.Campbell Barton
2009-06-27NLA SoC: Merge from 2.5 - 21146 to 21178Joshua Leung
2009-06-27RNABrecht Van Lommel
2009-06-26Made Mathutils use radians rather then degrees. defining USE_MATHUTILS_DEG fo...Campbell Barton
2009-06-25PyAPI RNA/BGECampbell Barton
2009-06-25At last... this merge should finally do the trick!Joshua Leung
2009-06-252.5: File Selector: display operator properties in the side region,Brecht Van Lommel
2009-06-24RNABrecht Van Lommel
2009-06-23modified patch from Arystanbek, allow assigning of mathutils matrix to an rna...Campbell Barton
2009-06-23PyRNA API support for matrix types as Mathutils matrix (with callbacks) rathe...Campbell Barton
2009-06-23small changes...Campbell Barton
2009-06-23SVN maintenance.Guillermo S. Romero
2009-06-23removing files that should not be in blender2.5, added (by mistake?) r19226Campbell Barton
2009-06-222.5: warning fixesBrecht Van Lommel
2009-06-22PyAPI Mathutils Vector callbacks, referencing other PyObjects rather then thi...Campbell Barton
2009-06-21RNA read-only wrapped wmEvent so python operators invoke functionsCampbell Barton
2009-06-20ContextBrecht Van Lommel
2009-06-20RNA FixesCampbell Barton
2009-06-20ObColor wasnt converted into an RNA string.Campbell Barton
2009-06-19Update Mathutils for py3kCampbell Barton
2009-06-182.5 PythonBrecht Van Lommel
2009-06-18RNABrecht Van Lommel
2009-06-182.5Brecht Van Lommel
2009-06-18fix for building with py2.3Campbell Barton
2009-06-18Fixing gl/glw.h compiiler errorDaniel Genrich