Blender Git Commits

Blender Git "master" branch commits.

Page: 5093 / 5574

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.
Revision 9deb69d by Charlie C
March 23, 2007, 02:20 (GMT)
Applied patch #6102 submitted by Mal
March 22, 2007, 20:32 (GMT)

Added "Pack Charts" function in the UV editor, using Campbell's new box
packing code.
March 22, 2007, 20:08 (GMT)
change script to use the proper form of Scene.GetCurrent().
March 22, 2007, 03:28 (GMT)
added stdlib.h header, comments and all lines < 80 chars.
Revision eb1714e by Matt Ebb
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.
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
March 21, 2007, 20:36 (GMT)
==== MSVC 7.1 projectfiles ====
- added BLI_boxpack2d files
March 21, 2007, 17:11 (GMT)
missing x/y setting for the first box
March 21, 2007, 17:06 (GMT)
moved the boxpacker from PyAPI's Geometry to BLI_boxpack2d

made LSCM UV Unwrapper use boxpack2d
March 21, 2007, 14:25 (GMT)
fix compiler warning: implicit declaration of oldLibrary_Init()
March 21, 2007, 13:47 (GMT)
replaced face sort by Z with randomize (Ctrl+F menu)
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!
March 20, 2007, 16:54 (GMT)
added a null check for give_matarar with make_local, was crashing with some data
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)
Revision c10c719 by Kent Mein
March 20, 2007, 15:07 (GMT)


Stupid little fix, var == "str" bad.... !strcmp(var, "str") good...

Thanks DripStone,

Kent
March 20, 2007, 12:07 (GMT)
BoxPack2D example in epydocs, small cleanup on Geometry.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021