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
2006-08-22added fakeUser property to mesh (will need to add to all other library databl...Campbell Barton
2006-08-21===Python API===Ken Hughes
2006-08-21===Python API===Ken Hughes
2006-08-21removed the unpopular 'ed' functions, and added .copy() to Mathutils vector a...Campbell Barton
2006-08-20Bugfix #4906Ton Roosendaal
2006-08-19Added another example for Curve in the epy docsCampbell Barton
2006-08-18Added an example to Modifer.py epy docsCampbell Barton
2006-08-18===Python API===Ken Hughes
2006-08-18===Python API===Ken Hughes
2006-08-17Added Armature.New()Campbell Barton
2006-08-16===Python API===Ken Hughes
2006-08-16Added python __copy__ to Camera, Lattice, Metaball and World.Campbell Barton
2006-08-16Object.c - Fixed dupli variable flagsCampbell Barton
2006-08-15===Python API===Ken Hughes
2006-08-15Added __copy__ to armature, material, curve, groupCampbell Barton
2006-08-15 - updated python api doc string for Object_SetDrawMode()Jiri Hnidek
2006-08-14===Python API===Ken Hughes
2006-08-14===Python API===Ken Hughes
2006-08-13Patch: Constraints to Limit Transforms (#4662) by Joshua Leung (aligorith)Martin Poirier
2006-08-13Added .radius support for curves, and material's lightGroupCampbell Barton
2006-08-13added __copy__ to mesh and object types, fixed a monor bug in setTexMesh and ...Campbell Barton
2006-08-10Compositor: finished work on node "File Output".Ton Roosendaal
2006-08-09Type in effect docs, edited some of the object docs also.Campbell Barton
2006-08-09Commiting JMS's patch for particles with modifications.Campbell Barton
2006-08-08Made RotationMatrix accept values outside 360,Campbell Barton
2006-08-07Removed debug line added when testing for matrix memory leaks that messed up ...Campbell Barton
2006-08-06Added setName and setFilename as well as making name and filename writable.Campbell Barton
2006-08-06Made Font.c's pack/unpack work like Sound.c'sCampbell Barton
2006-08-06modified Text3d.FontCampbell Barton
2006-07-31Added a octree implimentation for doing fast locational vertex lookups.Campbell Barton
2006-07-31added the texmesh to Mesh property to mesh.Campbell Barton
2006-07-28faces faces added had vertex colors set to black.Campbell Barton
2006-07-28added a slot in the uv/image's "Image" menu for pyscripts.Campbell Barton
2006-07-27Updated epydocs to reflect changes in the APICampbell Barton
2006-07-27matrix .inverted() and .transposed() didnt work because the matrix was wrongl...Campbell Barton
2006-07-27Addition to MathutilsCampbell Barton
2006-07-26===Python API===Ken Hughes
2006-07-26===Python API===Ken Hughes
2006-07-26Added a note in the object docs about object data and editmodeCampbell Barton
2006-07-25Printing the BezTriple was only printing it in 2D, since all curves have a 3d...Campbell Barton
2006-07-23Fixed bullet formatting and explained where some constants were stored (had t...Campbell Barton
2006-07-22noticed my BVH test import blender was 30meg+ turns out to beCampbell Barton
2006-07-20Added a note explaining the poseMatrix space and how to get the worldspace lo...Campbell Barton
2006-07-19===Python API===Ken Hughes
2006-07-19===Python API===Ken Hughes
2006-07-14===Python API===v2.42Ken Hughes
2006-07-12more spell checking.Stephen Swaney
2006-07-12A little spell-checkage.Stephen Swaney
2006-07-11Added some notes on mesh materials and object getData(mesh=1)Campbell Barton
2006-07-09BPython:Willian Padovani Germano