Files
test/source/blender
Ben Batt 893e93bb5f Fix for a segfault in the new Displace modifier UV layer selection code:
If the "UV" texture coordinate option is selected while no UV layers exist,
the UV layer name in the modifier is blank. This is not a problem while no UV
layers exist, but if a UV layer is added the modifier code attempts to use
UV coordinates without handling the missing layer name correctly, leading to a
segfault. This only occurs when the modifier stack is recalculated before a
modifier UI redraw, as the UI redraw updates the layer name.

This fix handles a missing UV layer name by setting it to the active UV layer.
2007-01-27 13:33:56 +00:00
..
2007-01-22 08:34:53 +00:00
2007-01-05 14:26:04 +00:00
2007-01-24 15:03:20 +00:00
2007-01-21 23:46:00 +00:00
2007-01-26 21:06:49 +00:00
2007-01-27 10:08:16 +00:00
2007-01-27 10:08:16 +00:00
2006-07-26 22:29:23 +00:00