[gimp/wip/animation: 359/373] plug-ins: layer names are probably not proper default comments.



commit 0c2a97ef1f1fd9cad3bfed41789414ec75cf9d3b
Author: Jehan <jehan girinstud io>
Date:   Mon Jul 31 21:50:52 2017 +0200

    plug-ins: layer names are probably not proper default comments.
    
    The layer names still stay visible as mouse-hover tooltips on the
    thumbnails.

 plug-ins/animation-play/core/animation-animatic.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/animation-play/core/animation-animatic.c 
b/plug-ins/animation-play/core/animation-animatic.c
index 5835014..0be36d2 100644
--- a/plug-ins/animation-play/core/animation-animatic.c
+++ b/plug-ins/animation-play/core/animation-animatic.c
@@ -579,8 +579,6 @@ animation_animatic_reset_defaults (Animation *animation)
       priv->tattoos[i]   = gimp_item_get_tattoo (layers[priv->n_panels - (i + 1)]);
       priv->durations[i] = duration;
       priv->combine[i]   = combine;
-      /* Layer names are used as default comments. */
-      priv->comments[i]  = layer_name;
     }
   g_free (layers);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]