RSS/Atom feed Twitter
Site is read-only, email is disabled

GIT version doesn't compile with libmypaint (GIT version)

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

GIT version doesn't compile with libmypaint (GIT version) Helmut Jarausch 21 Jun 13:38
  GIT version doesn't compile with libmypaint (GIT version) Alexandre Prokoudine 21 Jun 14:33
  GIT version doesn't compile with libmypaint (GIT version) shark0r 21 Jun 20:44
   GIT version doesn't compile with libmypaint (GIT version) Michael Schumacher 21 Jun 21:59
Helmut Jarausch
2017-06-21 13:38:25 UTC (almost 7 years ago)

GIT version doesn't compile with libmypaint (GIT version)

Hi,
4 days ago, mypaint_brush_stroke_to has been changed to take two additional parameters
float viewzoom, float viewrotation

This makes compilation of gimpmybrushcore.c fail.

What are the correct additional arguments to mypaint_brush_stroke_to ( 0.0, 0.0) ?

Many thanks for a hint, Helmut

Alexandre Prokoudine
2017-06-21 14:33:05 UTC (almost 7 years ago)

GIT version doesn't compile with libmypaint (GIT version)

The new arguments are viewzoom and viewrotation. Please either revert to libmypaint 1.3.0 or provide a patch for GIMP (it pobably won't be an easy one, for prerequisites it's likely to involve).

Alex

21 июня 2017 г. 16:38 пользователь "Helmut Jarausch" написал:

Hi,
4 days ago, mypaint_brush_stroke_to has been changed to take two additional parameters
float viewzoom, float viewrotation

This makes compilation of gimpmybrushcore.c fail.

What are the correct additional arguments to mypaint_brush_stroke_to ( 0.0, 0.0) ?

Many thanks for a hint, Helmut
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman /listinfo/gimp-developer-list
List archives: https://mail.gnome.org/archives/gimp-developer-list

shark0r
2017-06-21 20:44:31 UTC (almost 7 years ago)

GIT version doesn't compile with libmypaint (GIT version)

In my study
viewzoom : Effects speed-related parameters like Fine speed, Gross speed, Offset by speed.
viewrotation : Add this value to angles of elliptic dab and direction parameter, measured in radius. Seems to effect tilt too but I don't have a tilt-supporting tablet to test it.

From their names they seem to be used with canvas zooming and rotation. Since GIMP already calculates canvas zooming and rotation by itself, just set them as default values, which are viewzoom=1, viewrotation=0.

If you need a patch, here: https://drive.google.com/open?id=0ByvJcJmOQlkRNVVhREtneEZHYmc

Michael Schumacher
2017-06-21 21:59:33 UTC (almost 7 years ago)

GIT version doesn't compile with libmypaint (GIT version)

Am 21.06.2017 um 22:44 schrieb shark0r:

In my study
viewzoom : Effects speed-related parameters like Fine speed, Gross speed, Offset by speed.
viewrotation : Add this value to angles of elliptic dab and direction parameter, measured in radius. Seems to effect tilt too but I don't have a tilt-supporting tablet to test it.

From their names they seem to be used with canvas zooming and rotation. Since GIMP already calculates canvas zooming and rotation by itself, just set them as default values, which are viewzoom=1, viewrotation=0.

If you need a patch, here: https://drive.google.com/open?id=0ByvJcJmOQlkRNVVhREtneEZHYmc

The libmypaint master branch is supposed to be unstable right now, see

https://github.com/mypaint/libmypaint/issues/92

The best approach would likely be to let the libmypaint developers finish these changes and then check what needs to be changed for GIMP.

Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD