Blender Git Commits

Blender Git "master" branch commits.

Page: 4176 / 5574

December 2, 2010, 22:58 (GMT)
fix [#25015] Ctrl+L linking to scene list does not scroll when the list is larger than screen resolution
December 2, 2010, 21:55 (GMT)
correction to error message from Dan Eicher
December 2, 2010, 21:48 (GMT)
fix [#24586] Report mode of console does not show proper cariage returns.
use the line iterator to split up newlines.
December 2, 2010, 21:40 (GMT)
fix crash when report timer was set but no usable error reports were found.
Revision 3a88d96 by Doug Hammond
December 2, 2010, 19:03 (GMT)
extensions_framework: fix bug that would create extra UI space when entire row is hidden. May not be the most efficient implementation, however it is working properly now.
December 2, 2010, 18:27 (GMT)
Bugfix #25010

When loading files without UI (quit.blend) you got memory-free errors
for fileselect. Pointers were NULLed where not needed.

Revision 1656366 by gsr b3d
December 2, 2010, 17:30 (GMT)
Update include paths for fonts in image stat display (rev33422).
December 2, 2010, 16:12 (GMT)
IRC comment fix:

Option "free all texture-images" after render, was also
freeing unsaved painted images. Now it skips them.

Revision 5ca7c1b by Janne Karhu
December 2, 2010, 14:52 (GMT)
Fix for [#25006] Particle system crash (missing check for negative index)
December 2, 2010, 05:39 (GMT)
bugfix [#24913] Text bevel normals wrong
error was introduced 33269, to fix [#24834].

this only reverts a small part of that commit, added note not to change this.
Revision 7b5696c by Janne Karhu
December 2, 2010, 04:47 (GMT)
Fix for [#25001] Enable Smoke High Resolution is greyout after baking
* Was a bit too eager to disable stuff
December 2, 2010, 04:23 (GMT)
use fixed width fonts for image stat display.
Revision 1dbc93b by Janne Karhu
December 2, 2010, 04:06 (GMT)
Additional fix for #24958 Cloth pinning not working
* Don't assume that the original dm given to cloth modifier is a cddm
Revision e75ef35 by Joshua Leung
December 2, 2010, 02:03 (GMT)
Adding some descriptions for animation-related operators that were missing them.
December 2, 2010, 01:18 (GMT)
patch [#23212] Python api for Nodes
from Dan Eicher (dna)

This allows automated node tree creation and editing.

developer note, made some changes to the patch.
- removed incorrect use of container_of(), GCC only also, search for the scene instead.
- commented socket min/max access, these are internal use only as far as I can tell.
- commented group/ungroup functions, these use the selection context and are not really data level functions.
- use remove() rather then delete()
December 1, 2010, 23:40 (GMT)
fixed crash with rigid body constraints not having their child pointer read correctly.
December 1, 2010, 17:47 (GMT)
Bugfix #24999

Array Modifier: edge indices could be equal to numVerts, causing
bad crashes in derivedmesh. Similar fix to previous here with
face indices. Should poke the coder of this... for now it survives OK.

December 1, 2010, 15:58 (GMT)
Bugfix #24890

Particle cache reading: crash when loading .blend on a different
endian system, code was dumping arrays in .blend without DNA.

General warning for devs: avoid generic write_data and dynamic
arrays in DNA.


December 1, 2010, 13:18 (GMT)
Bugfix #24903

GRLESS key was missing in RNA key list, so it didn't show up in
keymap editor. Internally support for it worked already.

Thanks to Milos Zajic for showing the fix.

Revision b36ab83 by Janne Karhu
December 1, 2010, 12:23 (GMT)
Fix for [#24958] Cloth pinning not working
* Cloth now uses the original derived mesh for simulation and a new dm only for applying the simulation result.
* Reverted Campbell's temporary workaround r33406.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021