Revision f523cce by Ton Roosendaal March 12, 2007, 16:27 (GMT) |
Bugfix #6167 Metaball delete could crash, if selected/active ball is not the 'mother' ball. |
Revision f82e278 by Ton Roosendaal March 12, 2007, 14:25 (GMT) |
Bugfix #6181 An acos() getting a negative value caused 'ray trace shadow bias' to go wrong (and object render entirely black). Only in very rare cases... but nevertheless a nice discovery fixing other unpredictable issues. (Symptom: entire object renders black) |
Revision 4697a9d by Ton Roosendaal March 12, 2007, 13:31 (GMT) |
Bugfix #6183 Option "Align view to selected face(s)" (shift+v) did not work for non- uniform scaled objects. |
Revision 8044f9d by Ton Roosendaal March 12, 2007, 10:30 (GMT) |
Bugfix #6173 Dupliverts + shaded mode did not work; patch provided by Riku Palomäk (tonttu) |
Revision 021cd4a by Campbell Barton March 12, 2007, 06:21 (GMT) |
python api removed most custom add_*data* wrappers from Main.c removed makeCurrent() from Text.c (was never in a release), use "bpy.texts.active = text" now clamp new image sizes made add_empty_action accept a string rather then a blocktype since the blocktype was only being used to choose one of 3 strings anyway. |
Revision 268fdb7 by Campbell Barton March 12, 2007, 01:43 (GMT) |
added no-xtile and no-ytile to the images realtime properties and python api. |
Revision ffd91ac by Brecht Van Lommel March 12, 2007, 00:30 (GMT) |
Fix for bug #6127: Import scripts could create meshes with old style edgecodes. |
Revision 508a242 by Ken Hughes March 11, 2007, 18:20 (GMT) |
Python API ---------- Fixed some broken/disabled Texture attributes after Image refactor. Added texture.autoRefresh attribute. |
Revision d60b052 by Ken Hughes March 11, 2007, 17:31 (GMT) |
Remove gcc compiler warnings from various files. |
Revision e0c77c0 by Campbell Barton March 11, 2007, 16:25 (GMT) |
made all data adding functions accept a name such as add_mesh or add_curve, previously only some datatypes adding functions accepted a name. also updated the Bpy.py epydocs |
Revision f84c024 by Campbell Barton March 11, 2007, 12:35 (GMT) |
Documentation for the new automatically imported "bpy" module. (was Blender.Main) |
Revision dcd7462 by Joseph Eagar March 11, 2007, 12:27 (GMT) |
=Cineon Bug= In my attempts to get cinepaint's cineon code to work with files in memory, I accidently rewrote something that should have been left as it is. This causes images whose image buffers didn't start right after the cineon header to become "shifted" to the left. The DPX code looks correct, though. |
Revision d0d9899 by Ton Roosendaal March 11, 2007, 12:14 (GMT) |
Bugfix #6201 Shape key drivers were not copied correctly, when choosing the option "ADD NEW Scene -> Full copy". |
Revision 64f7994 by Joshua Leung March 11, 2007, 04:39 (GMT) |
Action Editor - Remove unused code. Nothing ever called that part of code, and that code was 'not implemented' anyway. |
Revision 1135434 by Campbell Barton March 11, 2007, 04:05 (GMT) |
moved python functions that deal with blender libdata into gen_library.c from gen_utils and BPY_interface small cleanup, removed unused functions and explicetly cast pointers.. |
Revision 36eba6e by Campbell Barton March 10, 2007, 12:37 (GMT) |
PyApi: fix for own bad bug, obdata was having a user removed when the object was removed with (scene.objects.unlink(ob)) |
Revision a8695b1 by Campbell Barton March 10, 2007, 11:47 (GMT) |
removed python oops access, (was unreliable and nobody used it) oops data access need to be done differently. Blender.sys fix for win32 path bug 6193 |
Revision 59ff076 by Campbell Barton March 10, 2007, 09:43 (GMT) |
Main * Added bpy.*.new() - works for all except sound and font types * Added bpy.*.load() - works for sound, font and image types Text3d - removed unneeded check. |
Revision 046508b by Campbell Barton March 10, 2007, 06:33 (GMT) |
added "bpy" as a module imported by default to replace Blender.Main as a new way to access blender data gen_utils was missing some type checks that made assigning a objects DupGroup and meshes texcomesh not work. |
Revision 6da624f by Ken Hughes March 9, 2007, 22:21 (GMT) |
Python API ---------- Added Image.source attribute, so image type can be get/set for still, movie, sequence or generated images. |
|
|
|


Master Commits
MiikaHweb | 2003-2021