Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5187 / 5574

August 26, 2006, 16:01 (GMT)
errorin mathutils docs, rowSize not rowsize same with colSize
August 26, 2006, 09:53 (GMT)
Added a new iterator type to the scene - scene.objects should eventualy be used in place of scene.getChildren() and linking objects to the scene.
August 26, 2006, 07:26 (GMT)
Metaball wasnt checking the length of any of the input arg lists which resulted in errors in unrelated parts of the script.
Updated the doc too and added a longer example (converting an envalope armature into a meta object)
August 26, 2006, 05:40 (GMT)
added tipRadius and headRadius bone properties
August 26, 2006, 03:18 (GMT)
Added missing settings to Modifiers (could not set on Render/Cage/Editmode :/)
added GPL header to Group.c
August 25, 2006, 18:05 (GMT)
cleanup and some speedups with assigning materials
Revision 69836ce by Ken Hughes
August 25, 2006, 16:01 (GMT)


===Python API===
More additions for Mesh.faces.extend(); allow faces with 2 verts or duplicate
verts to remain in the input list (although they are still not added to the
mesh) so that indexList option can return None for them. The goal is for all
faces which are discarded to still be ignored but return None.
August 25, 2006, 09:10 (GMT)
simplified 3ds mesh importing by storing verts and faces in a list rather then a mesh, before making the final mesh
also make use of meshes faces.extend() indexList option- which means lots of checking can be removed.

indexList is not relyable at the moment so some files wont import but this will be fixed.
Revision 2ee94cb by Ken Hughes
August 24, 2006, 20:02 (GMT)


===Python API===
New keyword parameters for Mesh.faces.extend() method:
* ignoreDups: turns off checks for duplicate faces in the input list and
existing mesh faces. Intended for constructing new meshes where the
faces are known to be unique.
* indexList: makes the method return a list of new faces indices, which
can be used to index new faces to add other attributes like color. If
duplicate faces are removed, None is placed in their list slot.
Revision de762ae by Ken Hughes
August 24, 2006, 19:28 (GMT)


===Python API===
Bugfix: Mesh.faces.extend() would incorrectly add duplicate faces in some
circumstances.
Revision 7fdf88c by Ken Hughes
August 23, 2006, 00:42 (GMT)


Bugfix: structure declaration in the middle of code was breaking compilation.
Revision a217e54 by Ken Hughes
August 22, 2006, 18:08 (GMT)


===Python API===
Fix return value problem in Mesh_getFakeUsers(): compiler warning in this case
was indicating a real bug.
Revision adc1333 by Chris Want
August 22, 2006, 13:19 (GMT)
Stubs for verse (maybe the verse files should be moved from src/
to blenkernel/intern/ ?)
August 22, 2006, 13:04 (GMT)
* Patch #4909 by Joseph Eagar (joeedh)

- this patch adds verse support for SCons, which can be enabled by
giving WITH_BF_VERSE=1, ie. on command-line
- this patch also adds a custom lib dir possibility. From the patch description:


"To set a custom ../lib dir, put LCGDIR="path to lib dir, including the platform folder name!" in your user-config.py."

* Fixed win32-vc-config.py so that it links to the proper library. Reported by Brandano.
Revision f21f3cb by Nils Thuerey
August 22, 2006, 11:18 (GMT)
- modified patch #4681, for scons compiling
of the fluidsim can now be disabled with the
flag: BF_NO_ELBEEM='true', e.g. for irix systems.
(The number of ifdefs from the original
patch was reduced, and the defines are now
only necessary when elbeem is switched off.)
- particle generation option is available again
Revision 91c9917 by Jiri Hnidek
August 22, 2006, 11:10 (GMT)


- bug fix of verse server and verse library backported from verse cvs
Revision b625730 by Nils Thuerey
August 22, 2006, 10:45 (GMT)
elbeem update:
- slightly improved and optimized
handling of moving obstacles
- cleanup of debug messages and minor fixes
August 22, 2006, 09:13 (GMT)
added fakeUser property to mesh (will need to add to all other library datablocks too)
and added __copy__ to quat and euler types as well as updating the docs.
Revision 18ab4ff by Ken Hughes
August 21, 2006, 19:11 (GMT)


===Python API===
Fix various typos in Modifier, IpoCurve and Armature docs.
Revision e5be894 by Ken Hughes
August 21, 2006, 14:36 (GMT)


===Python API===
Bugfix: unary minus on a point object should not modify the original point
data but return a new point.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021