Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5528 / 5574

August 10, 2003, 23:18 (GMT)

Exppython:
- Adding argv to the builtin sys Python module:
Currently only argv[0] is there. This fixes a weird error that can make
correct scripts fail.
August 10, 2003, 13:55 (GMT)
- Split build/install info out from README into INSTALL
- Add information on the .blender dir
- Add some helpful links
August 10, 2003, 10:03 (GMT)
* Fix crash in the getParent() and getTracked() methods of the Python API.
This crash was reported by Jean-Michel Soler (jms).
Problem was that I was trying to be a little too intelligent. I kept a
reference to created PyObjects which at some point apparently fails. Keeping
the object references is not necessary. Now we just create a new PyObject
when necessary and let Python handle the reference counts.
August 9, 2003, 17:09 (GMT)
- patch provided by Jiri, to prevent polygonizer not to do metaballs
outside of the old boundbox of the Object.

it's a small fix, the code is still commented in... need further
work to find out why sometimes balls disappear
August 7, 2003, 14:08 (GMT)
- Fixed bug #440, an error resulting from work at optimizing 'glflush'
calls.

Added a comment in the code why it happens... its about safely
escaping from buttons/blocks loops before loading a new file!
Revision d247618 by guignot
August 7, 2003, 13:20 (GMT)
changed a return value for Irix compiler
August 7, 2003, 04:12 (GMT)

Exppython:
- Fixed crash in NMesh:
When trying to rename newly created meshes, Blender would crash due to
invalid id->lib in new_id().
August 6, 2003, 22:08 (GMT)
* Updated the Python API module documentation for Object.
Added a couple of examples for some functions.
* Fixed some small documentation problems with regards to the implementation.
August 6, 2003, 19:25 (GMT)

Exppython:
- Update method scene.update():
To accept an optional parameter for a "full" update (using set_scene_bg()).
- Updated the docs accordingly.
August 6, 2003, 17:04 (GMT)
* Updated the Python API module documentation for Object.
This module now contains a complete description - finally.
August 6, 2003, 14:57 (GMT)
* Fixed crash when editing Ipo curves on Linux.
This problem only occurs on Linux with NVidia cards.
Fixed by Timo Mihaljov (noid).
August 6, 2003, 12:25 (GMT)
* Fix problem that edge select hotkey doesn't work on Linux.
Edge select is now _only_ working with ctrl-alt-RMB. Patch provided by
Roel Spruit (Goofster).
August 5, 2003, 13:39 (GMT)


Fix volume envelopes for audio strips, they now work in all spaces.
August 5, 2003, 12:44 (GMT)
don't use QuickTime to load tga, png, and jpg images, as this causes
problems when trying to play a sequence of images (fixes bug #430)
Revision 05187ad by guignot
August 5, 2003, 10:19 (GMT)
removed unuseful function calls in BezTriple.[ch]
general cleaning of Ipocurve.c Ipocurve.h Ipo.h Ipo.c
updated doc
August 5, 2003, 03:45 (GMT)

Exppython:
- Fixed bug #399:
Old bug on NMesh: segfault on NMesh.Face(vertexlist).
- Fixed bug #433:
"Typo" on Armature: bone's setQuat method was changing bone->head, not
bone->quat.
August 4, 2003, 18:12 (GMT)
- added include path for imbuf (MSVC 6)
August 4, 2003, 12:40 (GMT)
- interface.c doc
Revision 4796c85 by Chris Want
August 4, 2003, 03:26 (GMT)
Irix mips3 build, Part 2

Ensuring that the build uses the rebuilt
mips3 libs.

Please test!
August 2, 2003, 20:49 (GMT)

Exppython:
Text module: trying to get the filename attribute didn't check for NULL.
Reported by Stani Michiels. Fixed now.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021