Stephen Swaney
a2ea84903e
One small part of the Great Bpy Code Cleanup.
...
Add cvs $Id tag to files
2004-09-18 18:47:03 +00:00
Jacques Guignot
9b2626f232
added a new function to the Metaball module, (tks Jiri!) : getMetaElemList
...
added a new class : metaelem class
2004-06-13 21:26:50 +00:00
Jacques Guignot
21580bf21c
new function for the Metaball objects : addMetaelem, which allows users to create Metaballs from python.
...
modified doc/Metaball.py to add this function
modified Object.c to allow the creation of Metaball objects
2004-06-08 07:27:37 +00:00
Stephen Swaney
a703837179
Replace deprecated methods from old api:
...
PythonReturnErrorObject
PythonIncRef
Fix some compiler warnings about missing initializers
in method tables.
2004-06-06 22:42:51 +00:00
Stephen Swaney
011203c45f
fixed the bug Joseph Gilbert found in numerous python files.
...
newly created data objs had incorrect user counts.
2003-11-11 10:13:04 +00:00
Jacques Guignot
82e1783dcb
Following Willian's proposal,deleted the print function, which caused crashes.
...
The objects are now printed with the repr function.
2003-07-04 16:06:39 +00:00
Willian Padovani Germano
eaf1cdd383
- More renaming all around to follow our conventions
...
- Implemented partially Blender.Sys
- Worked on issues related to sys, path
- Took away most "debug" printfs
2003-06-28 07:38:21 +00:00
Jacques Guignot
dc686139de
end of cleanup ; naming conventions, balance between c and h files
2003-06-27 07:46:29 +00:00
Jacques Guignot
ab9e15b75d
removed all references to FP_INFINITE, dirty hack I used before, which is not useful now.
...
: ----------------------------------------------------------------------
2003-06-22 19:52:04 +00:00
Michel Selten
d18538076d
* Added the definition of FP_INFINITE back to Metaball.c
...
It really doesn't compile on some platforms if it isn't defined.
2003-06-22 18:48:22 +00:00
Jacques Guignot
9392d5662a
several bug fixes
2003-06-21 20:44:44 +00:00
Michel Selten
cada9df214
* Fixed compilation error. FP_INFINITE needs to be defined _after_ all header
...
files are included.
2003-06-15 13:14:45 +00:00
Willian Padovani Germano
f70302670e
* Bugs item #169 fixed:
...
Now Blender.NMesh.PutRaw() doesn't destroy vertex color info anymore.
Both exppython's NMesh.c and bpython's opy_nmesh.c were updated.
* Minor changes in other files.
2003-06-13 04:21:48 +00:00
Willian Padovani Germano
6cc45538ef
* Small changes in many files:
...
- Trying to fix linking problems in OSX;
- Making module .Get functions behave like the ones in Blender 2.25 - 2.27
(Guignot pointed the incompatibility);
- Included more types to Blender.Types;
- Found by luck and corrected two bugs that were making Blender crash;
- Added/updated some simple functions.
2003-06-12 04:51:50 +00:00
Willian Padovani Germano
864e5640f7
* Applied a small fix to a bug reported by Guignot:
...
When a script that used setAttr for Camera Data objs (the bug also
affected some other modules) was executed multiple times, Blender
would crash after, let's say, the first 5 or 6 tries. Problem, as
Guignot pointed, was with reference counting. Should be ok now, all
affected modules were fixed.
* The Scene module is now "complete" (= 2.25).
* Made some necessary updates to Object and NMesh.
2003-06-09 04:01:48 +00:00
Willian Padovani Germano
a9ced6d86a
* Added two modules:
...
Guignot contributed the Ipo and Metaball modules. Metaball wasn't
available in the 2.25 API, it's a new addition.
* Minor changes in other files.
2003-06-05 18:03:46 +00:00