Passing colors, gradients and curves to filters within a filter isn't
implemented in the compiler, yet, so you'll only get the default,
which is black in this case. I've neglected this for too long - I'll
put it on the to-do list for 1.3.6.
> Second weird effect: if I select geom_translate, then mirror and
> connect them in Composer, it works as above. If I select mirror first,
> then geom_translate but connect them the same way (that is, output of
> geom_translate to input of mirror), then the resulting composer
> expression contains only the geom_translate. It ignores the mirror
> entirely.
My best guess is that you didn't select the mirror node as the output.
The output node is the one with the thick border - you can make any
node the output by double-clicking it.
Mark
Thanks, that explanation makes sense. Glad it's not me. :-)
>
>> Second weird effect: if I select geom_translate, then mirror and
>> connect them in Composer, it works as above. If I select mirror first,
>> then geom_translate but connect them the same way (that is, output of
>> geom_translate to input of mirror), then the resulting composer
>> expression contains only the geom_translate. It ignores the mirror
>> entirely.
>
> My best guess is that you didn't select the mirror node as the output.
> The output node is the one with the thick border - you can make any
> node the output by double-clicking it.
Again, thanks, that's exactly what was happening. Double-clicking
fixes it nicely! My mistake.