Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3491 / 5574

August 24, 2012, 08:17 (GMT)
correct assert for customdata overlap, also quiet `uninitialized` warning in transform.
August 24, 2012, 05:14 (GMT)
Gave the spacetype time region header malloc a more descriptive text, consistent with other header mallocs.
August 24, 2012, 05:12 (GMT)
Code cleanup: comment referenced an outdated file path + spelling error
August 23, 2012, 18:25 (GMT)
code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with our naming convention.
August 23, 2012, 17:37 (GMT)
bugfix for [32368] Added controllers don't count over 10
Blender original code (NaN likely) was relying on strcmp to sort the list of controllers.
As it happens, in strcmp 10 < 2, thus the list was never in the right order.

The curious thing is that in 2.49 it worked, but I think it did because the make_unique_prop_names function was called twice. Strange ;)
The solution is to use blender BLI_natstrcmp to do natural sorting
August 23, 2012, 17:16 (GMT)
fix [#32395] BMesh data interpolation feedback loop
August 23, 2012, 16:17 (GMT)
style cleanup: indentation, also quiet double promotion warnings for despeckle node.
August 23, 2012, 16:15 (GMT)
Merging r50160 through r50161 from trunk into soc-2011-tomato

August 23, 2012, 16:14 (GMT)
Sequencer: display color sample information when mouse is holded down

Behaves in exactly the same way as image editor's color sampling.

Would be nice to display color managed color too, but that's for tomato branch.
August 23, 2012, 15:16 (GMT)
svn merge ^/trunk/blender -r50156:50159
August 23, 2012, 14:49 (GMT)
sequencer zooms horizontal only from mouse wheel and plus buttons.
August 23, 2012, 13:54 (GMT)
Fix #32387: some mesh modifications breaking other shape keys.

The vertex shapekey index is now no longer copied, and propagation of offsets
in the basis to other shapekeys is disabled if new vertices were added. The
reason being that the propagation will only be done for the old vertices leaving
the new ones behind, and so doing e.g. subdivide + translate on the basis would
create a mess on other shape keys.
August 23, 2012, 13:51 (GMT)
Merging r50149 through r50156 from trunk into soc-2011-tomato

August 23, 2012, 13:32 (GMT)
Sequencer: fix for color balance keyframing and modifier renaming
August 23, 2012, 11:18 (GMT)
Fix #32388: bpy.ops.wm.path_open() not working with path with spaces on Windows.
August 23, 2012, 10:56 (GMT)
Fix #32391: new remove doubles "unselected" option was enabled by default, don't
think this was intentional.
August 23, 2012, 10:56 (GMT)
Fix #32389: scons was compiling without iksolver and only itasc since a few days,
which gave performance issues.
August 23, 2012, 09:54 (GMT)
code cleanup: use const weights for customdata interpolation functions
August 23, 2012, 09:24 (GMT)
BGE: When creating a controller by linking a sensor and actuator, the created controller will always be an and controller instead of the last controller type added.
August 23, 2012, 09:20 (GMT)
fix own error in BM_data_interp_from_edges() from recent commit.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021