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-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
2003-07-27Exppython docs:Willian Padovani Germano
2003-07-25added function buildPartsJacques Guignot
2003-07-25bug fixes in functions getLocation and similar.Jacques Guignot
2003-07-22* Fix an ugly crash when retrieving an object and trying to get the ipo fromMichel Selten
2003-07-22addition of a small exampleJacques Guignot
2003-07-22removed the patch for ipo attr, which had side effectsJacques Guignot
2003-07-22Exppython docs:Willian Padovani Germano
2003-07-22modified the function getattr, which crashed blender when someone tried to ac...Jacques Guignot
2003-07-21* Fix small compilation problem in Ipo.cMichel Selten
2003-07-21reincorporation in the cvs of modifications which had been lost.Jacques Guignot
2003-07-21Some manipulations of the keyword 'static' to getChris Want
2003-07-20* removed the #include .c statements and replaced them with corresponding .hMichel Selten
2003-07-20Exppython:Willian Padovani Germano
2003-07-20Exppython:Willian Padovani Germano
2003-07-19World : got rid of debug messagesJacques Guignot
2003-07-19Nex modules added to keep a minimal compatibility with 227 apiJacques Guignot
2003-07-17Exppython docs:Willian Padovani Germano
2003-07-16Exppython docs:Willian Padovani Germano
2003-07-13Exppython:Willian Padovani Germano
2003-07-13forgotten to remove the calls to removed functions...Jacques Guignot
2003-07-13Doc for the world module. Got rid of some unuseful fields in World module.Jacques Guignot
2003-07-12Exppython:Willian Padovani Germano
2003-07-12Exppython:Willian Padovani Germano
2003-07-12Effect module documentation. What can more tedious than writing docs ?...Jacques Guignot
2003-07-11changed the get/setSize to get/setWinSize. Tks Willian.Jacques Guignot
2003-07-11documentation for the Metaball module.Jacques Guignot
2003-07-11* Object_getInverseMatrix now returns a correct matrix.Michel Selten
2003-07-102 new functions : getSize and setSizeJacques Guignot
2003-07-10anged CurveCreatePyObject to Curce_CreatePyObjectJacques Guignot
2003-07-10removed a wrong parameter nameJacques Guignot
2003-07-10Documentation fot the Ipo moduleJacques Guignot
2003-07-10minor changes; deleted unuseful functions.Jacques Guignot
2003-07-10removed a function prototype which was already in modules.hJacques Guignot
2003-07-10name changes for Curve functions (added an underscore)Jacques Guignot
2003-07-10documentation for the module Curve, to be formatted with epydocJacques Guignot
2003-07-10change the values of the functions get/set size/loc/rot to lists.Jacques Guignot
2003-07-09added what needed to link a curve to an object (modification of Object_linkJacques Guignot
2003-07-09* Forgot to update the Object.name variable functionality. Had a bug in it toMichel Selten
2003-07-07* removed the global uiFrontbuf from interface.c (and python, it was usedTon Roosendaal
2003-07-07* removed some debugging prints. Accidentally committed them last time.Michel Selten
2003-07-06* Fixed:Michel Selten
2003-07-05Exppython: small update to fix a warning and a compile problem.Willian Padovani Germano
2003-07-05Exppython:Willian Padovani Germano
2003-07-04deleted print function, which caused crashes.Jacques Guignot