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
2003-10-28Exppython:Willian Padovani Germano
2003-10-28Updated documentation for the getCurves function.Jacques Guignot
2003-10-27Update of the documentation files for the new IPO functionsJacques Guignot
2003-10-26added a new function : getCurve(string) allowing access to an ipo curve from ...Jacques Guignot
2003-10-26iaccess to the IPOs of a Camera, a World, or of a MaterialJacques Guignot
2003-10-26Exppython:Willian Padovani Germano
2003-10-24Exppython: fixed crash caused by linking to a scene objects with NULL obdata,...Willian Padovani Germano
2003-10-24Annotation of the BGL module - small clarifications about Buffer classJoseph Gilbert
2003-10-24Annotation of the BGL moduleJoseph Gilbert
2003-10-21A few bugfixes to the vgrouping methodsJoseph Gilbert
2003-10-20Exppython: small changes in NMesh internals and docsWillian Padovani Germano
2003-10-19included "BLI_arithb.h" for normal calculations...Joseph Gilbert
2003-10-19Fix unchecked pointer reference when adding sitedirs to sys.path.Stephen Swaney
2003-10-19Added support for returning the normal of a NMFaceJoseph Gilbert
2003-10-13Getting rid of warnings in NMesh.c, should fix compile problems.Willian Padovani Germano
2003-10-12Added updates to reflect the vertex grouping changes in NMesh.cJoseph Gilbert
2003-10-12Add vertex group support...Joseph Gilbert
2003-10-12Added vertex grouping supportJoseph Gilbert
2003-10-12Added vertex group support...Joseph Gilbert
2003-10-12Removed spaces - test commitJoseph Gilbert
2003-10-05Referenced a wrong variable. Stupid typo.Michel Selten
2003-10-05* Made internals of the Python Object module more consistent with otherMichel Selten
2003-09-23Exppython:Willian Padovani Germano
2003-09-20Exppython:Willian Padovani Germano
2003-09-18Exppython:Willian Padovani Germano
2003-09-17* Fix bug in Object.getEuler() and Object.setEuler() methodsMichel Selten
2003-09-03Exppython:Willian Padovani Germano
2003-09-03Exppython:Willian Padovani Germano
2003-09-03function PyArgsParse changed for PyArgsParseTuple by Stephen ( not so that su...Jacques Guignot
2003-09-03Modification of the GetControlPoint function by Stephen, who is now responsib...Jacques Guignot
2003-08-27* Fix crash when linking something illegal to an Object.Michel Selten
2003-08-11Exppython:Willian Padovani Germano
2003-08-10* Fix crash in the getParent() and getTracked() methods of the Python API.Michel Selten
2003-08-07changed a return value for Irix compilerJacques Guignot
2003-08-07Exppython:Willian Padovani Germano
2003-08-07* Updated the Python API module documentation for Object.Michel Selten
2003-08-06Exppython:Willian Padovani Germano
2003-08-06* Updated the Python API module documentation for Object.Michel Selten
2003-08-05removed unuseful function calls in BezTriple.[ch]Jacques Guignot
2003-08-05Exppython:Willian Padovani Germano
2003-08-03Exppython:Willian Padovani Germano
2003-08-02Exppython:Willian Padovani Germano
2003-08-01Added a new function (member of the Ipo object) EvaluateCurveOn(int pos, floa...Jacques Guignot
2003-07-31added path to IMB_imbuf_types.h to include path (needed by Image.c)Stefan Gartner
2003-07-31* got rid of a warning in editipo.c:Willian Padovani Germano
2003-07-31* Linking a Mesh object to the base object was not possible. Fixed.Michel Selten
2003-07-31* Updated the Object.py documentation.Michel Selten
2003-07-30* Fixed crash in Object.getTracked() methodMichel Selten
2003-07-27* Fixed problems in with script linking.Michel Selten
2003-07-27added functions World_CheckPyObject World_FromPyObject World_CreatePyObject a...Jacques Guignot