Revision 4391c8c by Joshua Leung March 23, 2007, 04:45 (GMT) |
Bugfix #6389: "Copy To Linked" option for VertexGroups copied the vertexgroups of the active mesh to all meshes in the scene, not just the ones that used the same mesh datablock. |
March 23, 2007, 02:20 (GMT) |
Applied patch #6102 submitted by Mal |
Revision 5219812 by Brecht Van Lommel March 22, 2007, 20:32 (GMT) |
Added "Pack Charts" function in the UV editor, using Campbell's new box packing code. |
Revision 8aafed5 by Stephen Swaney March 22, 2007, 20:08 (GMT) |
change script to use the proper form of Scene.GetCurrent(). |
Revision f8b13d5 by Campbell Barton March 22, 2007, 03:28 (GMT) |
added stdlib.h header, comments and all lines < 80 chars. |
March 22, 2007, 01:40 (GMT) |
* Added a slot for scripts to appear in the Render menu. The script category for render scripts was already there, but strangely they were only accessible from the script menu. |
Revision 677a4b4 by Ton Roosendaal March 21, 2007, 20:40 (GMT) |
Small feature for Referenced Library debugging: In Outliner, shift+click on item with [Li] icon, gives name of Library file |
Revision 059ea93 by Andrea Weikert March 21, 2007, 20:36 (GMT) |
==== MSVC 7.1 projectfiles ==== - added BLI_boxpack2d files |
Revision 903a8ed by Campbell Barton March 21, 2007, 17:11 (GMT) |
missing x/y setting for the first box |
Revision ca94d97 by Campbell Barton March 21, 2007, 17:06 (GMT) |
moved the boxpacker from PyAPI's Geometry to BLI_boxpack2d made LSCM UV Unwrapper use boxpack2d |
Revision 145f474 by Stephen Swaney March 21, 2007, 14:25 (GMT) |
fix compiler warning: implicit declaration of oldLibrary_Init() |
Revision ab005da by Campbell Barton March 21, 2007, 13:47 (GMT) |
replaced face sort by Z with randomize (Ctrl+F menu) |
Revision fa2627a by Nicholas Bishop March 21, 2007, 06:33 (GMT) |
== Multires == Added an option to choose between Catmull-Clark and simple subdivision when adding a level. This setting applies only to how the level is created; any changes to lower levels are still propagated to the top level using Catmull-Clark. |
Revision ce46f04 by Ken Hughes March 21, 2007, 02:46 (GMT) |
Python API ---------- Roll back to previous version; didn't mean to commit changes with Py_GetVersion just yet! |
Revision 3a83480 by Ken Hughes March 21, 2007, 02:23 (GMT) |
Python API ---------- Support for new bpy.libraries module, which is being proposed to replace the Blender.Library module. |
Revision a6db9c5 by Ken Hughes March 20, 2007, 18:45 (GMT) |
Python API ---------- Definition of default "bpy" module was decrementing reference count, which caused assertion errors on Windows. This fixes the problem on Linux; Win developers please test! |
Revision cbadf65 by Campbell Barton March 20, 2007, 16:54 (GMT) |
added a null check for give_matarar with make_local, was crashing with some data |
Revision e706ce0 by Ton Roosendaal March 20, 2007, 15:34 (GMT) |
The function to get a Material didn't correctly check for object types. (bug reported by Campbell via irc) |
March 20, 2007, 15:07 (GMT) |
Stupid little fix, var == "str" bad.... !strcmp(var, "str") good... Thanks DripStone, Kent |
Revision 83a9a84 by Campbell Barton March 20, 2007, 12:07 (GMT) |
BoxPack2D example in epydocs, small cleanup on Geometry.c |
|
|
|


Master Commits
MiikaHweb | 2003-2021