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
2005-10-11Updates and corrections to the BPy doc. Patch #2975Stephen Swaney
2005-10-11-Bugfix #3174: incorrectly counting number of face verticesKen Hughes
2005-10-11- Fix compiler errors under MSVC free toolkit (thanks lguillaume)Ken Hughes
2005-10-11- added Mesh.MVert(); can now create 'thick' vertices which don't wrap meshKen Hughes
2005-10-11Scripts:Willian Padovani Germano
2005-10-10-Another fix for mathutils.anglebetweenvecs()Joseph Gilbert
2005-10-10Stupid me! Committed in wrong console with wrong dir... here's the rest ofTon Roosendaal
2005-10-10-mathutils fixJoseph Gilbert
2005-10-10Patch for mathutilsJoseph Gilbert
2005-10-09 o some warning fixes (compare of int to NULL, missing prototype)Daniel Dunbar
2005-10-07-fix for AngleBetweenVecsJoseph Gilbert
2005-10-05remove non-standard __FUNCTION__ useKen Hughes
2005-10-04Added Mesh.New() method; can now create new meshes within the moduleKen Hughes
2005-10-04Bugfixes for #3102, #3104Ken Hughes
2005-10-04Bugfix #2650.Ken Hughes
2005-10-04Update for thin meshJoseph Gilbert
2005-10-04Small code cleanups by Stephane SOPPER...Kent Mein
2005-10-03Added new BPython thin mesh moduleKen Hughes
2005-10-03BPython bug fixes:Willian Padovani Germano
2005-10-03Documentation for new Python thinmesh moduleKen Hughes
2005-10-03added getting names of shapes/KeyBlocks to bpy api so mikasaari can continue ...Toni Alatalo
2005-10-02 - add support for Python Buffer()s of type DOUBLEDaniel Dunbar
2005-09-29Text3d.c NULL pointer check added to get rid of MEM_freeN warning.Mika Saari
2005-09-29cu->strinfo reallocation added to Text3d.c, so when setText is executedMika Saari
2005-09-29Fix Python API to correctly create Text3D objects. This is just aAlexander Ewering
2005-09-29fix Curve.update() method to use new DAG features.Stephen Swaney
2005-09-28Recommitted this commit yesterday, was apparently done in the wrongTon Roosendaal
2005-09-28set object->recalc flag when we change object's loc, rot, etc.Stephen Swaney
2005-09-27-fix for angleBetweenVecsJoseph Gilbert
2005-09-27Refcount fixesJoseph Gilbert
2005-09-27added the method saveRenderedImage to the RenderData objectJoseph Gilbert
2005-09-27- added some equivalency testing for vector classesJoseph Gilbert
2005-09-26Cleanup and new features for vertex keys.Ton Roosendaal
2005-09-26Theeth's mathutils patchJoseph Gilbert
2005-09-26Project file update for elbeemJoseph Gilbert
2005-09-24 - assorted warning fixes (signedness, float->double)Daniel Dunbar
2005-09-24Patch #3099 - bugfix for #3097.Stephen Swaney
2005-09-22More properly coded version for adding edges... now only do_versions()Ton Roosendaal
2005-09-21Part of Bpy Cleanup: change attribute access to use tp_getset.Stephen Swaney
2005-09-14=bpy beztriple: finally got the mem. management right with the help of khughes.Toni Alatalo
2005-09-14Just a little addition to docs based on a discussion on irc.Toni Alatalo
2005-09-14Memory management flag to behave better, as hinted by Ken Hughes.Toni Alatalo
2005-09-12bugfix: [ #3009 ] possible memory leak in MathutilsStephen Swaney
2005-09-12patch #3011 ] update to curnurb.setFlagU doc, added set and get for TaperStephen Swaney
2005-09-11Bug fix #3033Ton Roosendaal
2005-09-09BPython:Willian Padovani Germano
2005-08-29MEM_freeN() and MEM_mallocN() should not have been redeclared in thisChris Want
2005-08-28Integration of new IK lib features in Armature Poses.Ton Roosendaal
2005-08-27patch #2911 - tp_getset for Lamp module.Stephen Swaney
2005-08-24Variable was defined in a header file (constant_Type), resulting inChris Want