Blender Git Commits

Blender Git "master" branch commits.

Page: 3812 / 5574

November 27, 2011, 14:06 (GMT)
UI: tweak to panel header padding, made region expander a bit smaller and
fix bug #29422, left expander drawing over adjacent editor.

November 27, 2011, 10:35 (GMT)
Camera tracking: progress report clean-up

Send object which implements ProgressUpdateCallback to complete reconstruction
function rather than sending C-like procedure variable and context.
November 27, 2011, 03:49 (GMT)
minor cycles edits
- use sets rather then tuples
- use relative imports
November 27, 2011, 02:05 (GMT)
use faster method of getting vert/edge/face indices which uses BLI_mempool_findelem to skip over chunks rather than going over every element
November 27, 2011, 01:42 (GMT)
svn merge ^/trunk/blender -r42172:42182
November 27, 2011, 01:20 (GMT)
mempool utility function to get the element at an index BLI_mempool_findelem(), not used yet.
November 26, 2011, 21:42 (GMT)
Fix [#29410] Blender svn 2.60.5 r42177, compositor, glare node bug.

The problem was in fact in the changes made to blend_ramp() func at rev42164. The checks on green pointer (if(g) {...) were checking the existance of a valid value (i.e. if input color was rgb or only shades of grey in r pointer), but as we get now a full float[3] pointer, this test is no more possible. And doing if(r_col[1]) {... was wrong, as it only broke things in case green was 0.0 (which was the case with the generated glare color of bug report).

So, just removed all those tests!
November 26, 2011, 21:09 (GMT)
Camera tracking: presets for default tracking settings

Internal changes are almost finished, changes in the interface need to be discussed.
November 26, 2011, 20:58 (GMT)
Merging r42160 through r42177 from trunk into soc-2011-tomato

November 26, 2011, 20:48 (GMT)
fix [#29380] VParent + Mask Mod,
line was out of sync with trunk
November 26, 2011, 18:33 (GMT)
Fix #29406: show Sequence as render layer when rendering from sequencer, to make
it more clear what was rendered.
Fix #29407: external engine api doesn't support full sample yet, would give too
dark render result.

November 26, 2011, 17:41 (GMT)
check if an addon exists before getting its mtime

November 26, 2011, 17:22 (GMT)
fix for own error with id props when adding byte strings
November 26, 2011, 16:29 (GMT)
svn merge ^/trunk/blender -r42139:42172
November 26, 2011, 16:15 (GMT)
Merged changes in the trunk up to revision 42170.
November 26, 2011, 15:18 (GMT)
minor bpy api edits
- strict check for rna properties
- formatting edits (120 line width)
- use PyDoc_STRVAR macros for getset docstrings
November 26, 2011, 15:08 (GMT)
Add missing GLEW_STATIC definition, causing link errors.
November 26, 2011, 14:04 (GMT)
* Fix some wrong icon names in MESH_MT_vertex_group_specials, they caused errors.
Reported by Uncle_Entity in IRC.
November 26, 2011, 13:11 (GMT)
Merged changes in the trunk up to revision 42116.
November 26, 2011, 12:30 (GMT)
A bunch of fixes and tweaks in RNA messages, found while translating them in french...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021