24 nov 2007
|
#255
|
|
·
Fecha de Ingreso: junio-2005
Mensajes: 1,253
|
Re: Blender 2.45 (Release y avances)
en el trunk:
Revision: 12650
Author: campbellbarton
Date: 2007-11-22 11:10:57 +0100 (Thu, 22 Nov 2007)
-----------
SetPivot, patch from malefico, #7785 also added GetPivot
(API Python)
Revision: 12657
Author: campbellbarton
Date: 2007-11-22 23:07:41 +0100 (Thu, 22 Nov 2007)
-----------
==Python API==
made it possible to remove curves from python with "del curve[i]"
Revision: 12661
Author: ton
Date: 2007-11-23 15:48:26 +0100 (Fri, 23 Nov 2007)
-----------
Bugfix #7802
Fixed very old annoyance in alpha render: when using alpha textures images,
nicely premulled as Blender wants it, you still got dark outlines at the
edges. This because the blender shading pipeline also premultiplies.
Solution: de-premul image texture colors after sampling.
Revision: 12664
Author: campbellbarton
Date: 2007-11-24 19:29:33 +0100 (Sat, 24 Nov 2007)
-----------
==Python API==
Added a keyword argument for mesh.pointInside(point, selected_only=True)
This means only selected faces are tested when doing the inside/outside test, disabled by default.
__________________
|
|
|