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-06-21BGE pyAPI updateDalai Felinto
2009-06-18own copy/paste error, euler.wrapped would give a bad valueCampbell Barton
2009-06-16KX_PythonSeq (used for a number of BGE sequence types)Campbell Barton
2009-06-16BGE Py APICampbell Barton
2009-06-14typo in gpu_extensions.c, removed unused functionCampbell Barton
2009-06-09Built in limitations for script scanning was making python fail on meta-andro...Campbell Barton
2009-06-09[#18847] Material.c Python API callsCampbell Barton
2009-06-07Patch/Bugfix so wind noise got controlable seed and therefore redoable cloth ...Daniel Genrich
2009-06-06Blender.Particle.New() wasnt documented.Campbell Barton
2009-06-05bpy.config.sequenceMemCacheLimit is the only way to set the memcache in backg...Campbell Barton
2009-06-04KX_MouseFocusSensor - bug reported by Micro27 on blenderartistCampbell Barton
2009-06-03This is coverity issue:Kent Mein
2009-05-29typo in messageCampbell Barton
2009-05-29workaround for strange python problem in the BGE and BPy API where printing w...Campbell Barton
2009-05-28Python APIKen Hughes
2009-05-28[#18803] 'ShadeModes' dictionary and 'shadeMode' instance variable exported t...Campbell Barton
2009-05-28[#18840] Joystick sensor lagCampbell Barton
2009-05-26BGE PyAPI Bug reported by Pitel on blenderartist.Campbell Barton
2009-05-26Misc warningsCampbell Barton
2009-05-25[#18731] trouble with the python api in assigning script constraint's target.Campbell Barton
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