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-05-22Python APIKen Hughes
2009-05-22- Deprecated Mathutils.CrossVecs(v1,v2) for v1.cross(v2), (same with .DotVecs...Campbell Barton
2009-05-18Bugfix for FBX export for animationsCampbell Barton
2009-05-17BGE: new sensor object to generalize Near and Radar sensor, static-static col...Benoit Bolsee
2009-05-13Python APIKen Hughes
2009-05-13[#18735] Particle vertex group API for PythonCampbell Barton
2009-05-13[#18711] Particle render API for PythonCampbell Barton
2009-05-13[#18728] Particle (newtonian) physics API for PythonCampbell Barton
2009-05-12Python APIKen Hughes
2009-05-12problem with unloading modules, py modules would be refreshed but external mo...Campbell Barton
2009-05-11Remove incorrect "w" attribute from Eulers, gave warning in epydocs.Ken Hughes
2009-05-07python3 compatibility for the BGE api, this only works with scons when WITH_B...Campbell Barton
2009-05-06moved py controller functions from SCA_PythonController to SCA_IController - ...Campbell Barton
2009-05-04Fix for msvc compile error reported by Wahooney - thanksDaniel Genrich
2009-05-04python geometry function Geometry.BezierInterp(vec_knot_1, vec_handle_1, vec_...Campbell Barton
2009-05-03on second thought its less trouble to make a python script that makes all the...Campbell Barton
2009-05-03[#18678] Swizzle properties for Mathutils.VectorCampbell Barton
2009-05-01[#18654] different behaviour if script is called from (1) Menu (2) TextEditor...Campbell Barton
2009-05-01add blendfile dirs to the sys.path without the scripts subdirCampbell Barton
2009-04-30added Geometry as a BGE module, removed its dependency on gen_utils.cCampbell Barton
2009-04-30python modules in the game engine could point to builtin modules like GameLog...Campbell Barton
2009-04-28add note to Image.save method that all new buffers are saved as TargaMartin Poirier
2009-04-28MathutilsCampbell Barton
2009-04-23[#18574] small bug - warning for sce.link() depreciated displays even when sc...Campbell Barton
2009-04-22[#18587] bugfix #18425 (Window.EditMode() ignores undo information)Campbell Barton
2009-04-22Patch from Mitchell Stokes for KX_Light to use attrdef'sCampbell Barton
2009-04-21hope this lets py2.3 build againCampbell Barton
2009-04-21needed to remove gen_utils functions from Mathutils.cCampbell Barton
2009-04-21Blender Python APICampbell Barton
2009-04-21Fix compilation error in MSVC.Benoit Bolsee
2009-04-21Blender Python APICampbell Barton
2009-04-20Scons epydos changed optionsCampbell Barton
2009-04-20SCons / epydoc supportNathan Letwory
2009-04-19BPyNathan Letwory
2009-04-18SConsNathan Letwory
2009-04-17[#18533] Little fix in Particle API docCampbell Barton
2009-04-16bpy_internal_import.c should build with py2.3 now, also gave bpy_internal_imp...Campbell Barton
2009-04-15BGE Python APICampbell Barton
2009-04-15BGE Py ApiCampbell Barton
2009-04-15Fix for own recent reference count error.Campbell Barton
2009-04-14[#18517] Python scripts segfault on loadingCampbell Barton
2009-04-14BGE: Occlusion culling and other performance improvements.Benoit Bolsee
2009-04-13SVN maintenance.Guillermo S. Romero
2009-04-13fix some refcounting issues with PyDict_SetItemStringCampbell Barton
2009-04-12[#18516] Particle children API for python (Complete).Campbell Barton
2009-04-09Python 2.3 wouldn't compile with BGL.Campbell Barton
2009-04-07BGE Py APICampbell Barton
2009-04-06- remove debug printfCampbell Barton
2009-04-06cast needed to get things compiling again on my machine.Kent Mein
2009-04-05BGE PyAPI can now import text (within the blend-file)Campbell Barton