hi,

On Fri, Nov 21, 2014 at 2:32 PM, Marcello Perathoner <marce...@perathoner.de
> wrote:

> I'm developing a liquify tool, see previous post.
>
> This tool needs to draw lines and curves on the gui, and to store the
> coordinates I need a variable length parameter block. But darktable only
> implements fixed size parameter block.
>
> I temporarily `fixed´ this by allocating a huge parameter block and
> hoping it will never overflow. Not an industrial-strength solution.
>
> The masks module solves the same problem by putting their data in a
> separate table in the database.
>
> Q: Is it acceptable for an iop to have its own table in the database?
>

i would like to avoid that if possible. how are your brush strokes
different from masks? you need additional data in form of a displacement
vector? i guess this is where we have to face from a technical side that dt
isn't make for this kind of task.

you can always create a second instance of the module if you need more
parameter space.. (not very elegant, but workable).


> Q: Will there be support for variable parameter block size in darktable?
>

unlikely.

-jo

>
>
>
> --
> Marcello
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> darktable-devel mailing list
> darktable-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-devel
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to