Color Image Mark

Share your custom panels, brushes, papers... (you need to be registered to read posts in this section)
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Color Image Mark

Post by Hervé »

Image marks with a special color. ( 9.5.18 )

V 1. ->V 2.
Attachments
ImageMark.zip
(14.91 KiB) Downloaded 276 times
Hervé ADAM, TVPaint Team
User avatar
Sewie
Posts: 1309
Joined: 18 Jun 2008, 11:57
Location: The Netherlands, Europe
Contact:

Re: Color Image Mark

Post by Sewie »

Great! Thanks a million.
Michael Sewnarain - Website
Windows 11/64b Pro - TVP11.7.0 & 11.7.1 - Pro/64b - Cintiq32 Pro - Intel i7-12700K - 64Gb RAM
User avatar
chatbraque
Posts: 335
Joined: 06 Jun 2009, 09:36

Re: Color Image Mark

Post by chatbraque »

Thx ! merci ! :lol: (trop top!)
I'm triyng to customize the color of the mark…
It does "something" when I'm changing the last number of the Georges script affected to each colored button…
… but I can't see a relation between this number and the color I'm obtaining…

How can you obtain a specific color ?
User avatar
meslin
Posts: 154
Joined: 26 Oct 2008, 03:07
Location: Connecticut / New York

Re: Color Image Mark

Post by meslin »

This is becoming a very interesting feature!
Is there a way to have a button (=keyboard shortcut) that advances to the next or previous image mark *of the same color*?
This would enable flipping of keys/extremes/etc all on one layer. I'm impressed with this concept in general.

/David
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: Color Image Mark

Post by Hervé »

meslin wrote:This is becoming a very interesting feature!
Is there a way to have a button (=keyboard shortcut) that advances to the next or previous image mark *of the same color*?
This would enable flipping of keys/extremes/etc all on one layer. I'm impressed with this concept in general.
/David
V 2. -> V 3.
ImageMark.png
ImageMark.png (6.51 KiB) Viewed 2887 times
Attachments
ImageMark.zip
(49.26 KiB) Downloaded 217 times
Hervé ADAM, TVPaint Team
User avatar
chatbraque
Posts: 335
Joined: 06 Jun 2009, 09:36

Re: Color Image Mark

Post by chatbraque »

And a brand new computer ?…
(with a cintiq) :D

Môrci !
Last edited by chatbraque on 24 Sep 2010, 13:22, edited 3 times in total.
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: Color Image Mark

Post by Hervé »

V 3.
ImageMark.png
ImageMark.png (9.7 KiB) Viewed 2883 times
Attachments
ImageMark.zip
(69.44 KiB) Downloaded 233 times
Hervé ADAM, TVPaint Team
User avatar
Sewie
Posts: 1309
Joined: 18 Jun 2008, 11:57
Location: The Netherlands, Europe
Contact:

Re: Color Image Mark

Post by Sewie »

This is a great help for distinguishing between keysdrawings, breakdowns, inbetweens, slow ins/outs, etc, etc.
Thanks so much!
Michael Sewnarain - Website
Windows 11/64b Pro - TVP11.7.0 & 11.7.1 - Pro/64b - Cintiq32 Pro - Intel i7-12700K - 64Gb RAM
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Color Image Mark

Post by malcooning »

Amazing stuff Herve!
This has been a long-time feature request. So nice to have.
Thank you!

Next step: integrate it somehow into the timeline panel (in the similar fashion the layer-colors are integrated, but collapsable)
User avatar
meslin
Posts: 154
Joined: 26 Oct 2008, 03:07
Location: Connecticut / New York

Re: Color Image Mark

Post by meslin »

Hervé,
This is so great!
Thanks so much!
David

--Now here's a tricky modification, not necessary but would be very cool--
Go to next/previous image with same color mark as current image (no effect if current image has no mark).
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: Color Image Mark

Post by Hervé »

meslin wrote: --Now here's a tricky modification, not necessary but would be very cool--
Go to next/previous image with same color mark as current image (no effect if current image has no mark).
Good idea.
Create a new Action and add this code in a Embeded Grg Script
Go to the Previous Current Color Mark:

Code: Select all

tv_layergetimage
image = result

tv_layermarkget 0 image
color = result

tv_layerinfo 0
PARSE result state position density name type first last xxx

FOR i = image-1 to first STEP -1
   tv_layermarkget 0 i
   IF ( result == color )
      tv_layerimage i
      EXIT
   END
END
Go to the Next Current Color Mark:

Code: Select all

tv_layergetimage
image = result

tv_layermarkget 0 image
color = result

tv_layerinfo 0
PARSE result state position density name type first last xxx

FOR i = image+1 to last
   tv_layermarkget 0 i
   IF ( result == color )
      tv_layerimage i
      EXIT
   END
END
Hervé ADAM, TVPaint Team
User avatar
Sewie
Posts: 1309
Joined: 18 Jun 2008, 11:57
Location: The Netherlands, Europe
Contact:

Re: Color Image Mark

Post by Sewie »

This new option is getting better and better. :)
I've made some adjustments to the appearance of the buttons and added the "previous/next current color mark" buttons.

Image
Attachments
Image Mark - Sewieprefs.tvpx
(2.54 MiB) Downloaded 253 times
Michael Sewnarain - Website
Windows 11/64b Pro - TVP11.7.0 & 11.7.1 - Pro/64b - Cintiq32 Pro - Intel i7-12700K - 64Gb RAM
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Color Image Mark

Post by malcooning »

Herve, is there a way to make layer marks undoable?
If I click the "Clear all marks" button (even accidentally), the marks are removed with no way of bringing them back.
The only way is to recreate the marks from scratch.
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18
Location: Viborg,Denmark
Contact:

Re: Color Image Mark

Post by Mads Juul »

Is it just me or?

If find it very Annoying that if my next image mark is outside the timeline view. lets say Im at the start and the next imagemark is at the end frame 100000
then if I press next I go the the next frame but the current frame is now outside the timeline.
Its because tv_layergetimage goesn't upfade the timeline view like for instance tv_exposurenext
And I have been complaining about it before. But is it only me??
-Mads
Mads Juul
Storyboard Artist
blog: http://mjstoryboard.blogspot.dk/
Mail: mjstoryboard@gmail .com

Windows 10, 64 bit i7-4790 CPU 4.00 Hz,32 GB RAM, With TVP Animation 11 Pro (11.0.2-64bits)
2 Monitors 1920X1080 pixels + 1 Wacom Cintiq 21UX 2
User avatar
hilere
Posts: 144
Joined: 17 May 2010, 12:39

Re: Color Image Mark

Post by hilere »

I'm a huge fan of these image marks. I use them a lot. But found one other feature that could make it even better.

Sometimes I have been working on an animation without marking certain extremes. Sometimes some of those extremes are reused (i.e. cycles). Now I think it would be nice to be able to mark one and the soft immediately marks all copies of the same drawing. This way you immediately see where those drawings are reused and you immediately recognise your cycles.

Don't know if this should be an option (seperate setting) or just the only way it works (all copies are always marked). For my use it could be standard, but I don't know how others work with these marks.
Post Reply