Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3557 / 5574

June 26, 2012, 10:18 (GMT)
Fix issue with resetting active nurb when sawing from edit mode

Issue was caused by loading editNurb into normal nurbs when saving,
this used to set active nurb to NULL.

This isn't actually needed, because active nurb would be set properly
on making editNurb and even if one accessed to active spline via PY API
when object is in object it'll be completely harmless.
June 26, 2012, 10:17 (GMT)
svn merge ^/trunk/blender -r48305:48307
June 26, 2012, 10:14 (GMT)
mask and grease pencil now display in the dope sheet summery
June 26, 2012, 09:48 (GMT)
Merging r48303 through r48305 from trunk into soc-2011-tomato

June 26, 2012, 09:46 (GMT)
Optimization of keying screen node

When creating tile data include only triangles which have got intersection
with tile's rectangle only. This saves quite a lot of per-pixel iterations
through triangles which simply can not affect on current tile.

In fact, it's AABB check is used here. It could be improved further, but
it'll slowdown tile data generation with questionable speedup.

Another major slowdown is in fact caused by voronoi triangulation code.
Currently it's used naive algorithm which is O(N^2) where N is number
of edges. Added few euristics there and removed unused part of code, which
gave quite noticeable speedup already.

This could be improved further, but this node is not ment to be used for
lots of markers. It's also generates wrong triangulation when there're
many sites used. Need to be investigated further.
June 26, 2012, 08:25 (GMT)
fix for checking wrong flag with removing mask shape keys doubles on the dope sheet.
June 26, 2012, 07:44 (GMT)
svn merge ^/trunk/blender -r48288:48302
June 26, 2012, 07:32 (GMT)
quiet all -Wshadow warnings in the compositor.
June 26, 2012, 07:09 (GMT)
rename remaining class members with m_ prefix.
June 26, 2012, 01:22 (GMT)
use m_ prefix for compositor class members (all compositor operations).
Revision 7a0ab62 by Joshua Leung
June 26, 2012, 00:35 (GMT)
Bugfix [#31930] DopeSheet - Grease Pencil mode collapses visible channels when
switch channel

This was caused by a typo, which would end up toggling the expanded status of
the Grease Pencil datablock (gpd->flag & 4) instead of the layer active status
(gpl->flag & 4).
June 25, 2012, 19:52 (GMT)
Merging r48284 through r48288 from trunk into soc-2011-tomato

June 25, 2012, 19:48 (GMT)
Fixed crash when trying to perform transformation in Clip Editor without clip opened

Reported by JumboCoDeC in IRC. Thanks for the report.
June 25, 2012, 19:42 (GMT)
make hue correct grid more faded out.
June 25, 2012, 18:03 (GMT)
svn merge ^/trunk/blender -r48276:48283
June 25, 2012, 18:01 (GMT)
fix for crash with blur - happened most when there was a size input, need to mutex lock before allocating the gauss array.

also add suspiciously missing call to BlurBaseOperation::initExecution, X had but Y was missing.
June 25, 2012, 17:27 (GMT)
code cleanup
June 25, 2012, 17:26 (GMT)
fix for [#31899] Compositor: scale to rendersize doesn't work on
separate channels
June 25, 2012, 17:09 (GMT)
correct free command for an array in the compositor
June 25, 2012, 16:37 (GMT)
Merging r48264 through r48276 from trunk into soc-2011-tomato

Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021