Although it is a script, if it is based on the grg file, 1 and 2 will also work.
I don't know the reason, so upload the source data. 4 had a problem with the program. Upload with grg too.
There is no useful information other than TVPaintWiki and TVPaint11 Documentation,
although it is a study method for George.
The movie I offer on Youtube is in Japanese subtitles, so I don't think it's valid for people overseas. I'm sorry.
I will answer questions as much as possible.
Hironori Takagi wrote: ↑19 Aug 2019, 07:33
Although it is a script, if it is based on the grg file, 1 and 2 will also work.
I don't know the reason, so upload the source data. 4 had a problem with the program. Upload with grg too.
There is no useful information other than TVPaintWiki and TVPaint11 Documentation,
although it is a study method for George.
The movie I offer on Youtube is in Japanese subtitles, so I don't think it's valid for people overseas. I'm sorry.
I will answer questions as much as possible.
Hironori Takagi wrote: ↑19 Aug 2019, 07:33
Although it is a script, if it is based on the grg file, 1 and 2 will also work.
I don't know the reason, so upload the source data. 4 had a problem with the program. Upload with grg too.
There is no useful information other than TVPaintWiki and TVPaint11 Documentation,
although it is a study method for George.
The movie I offer on Youtube is in Japanese subtitles, so I don't think it's valid for people overseas. I'm sorry.
I will answer questions as much as possible.
Hello! Thank you very much for your goodwill. I sincerely thank you.
I'm having trouble again. Maybe you can make one button for me? I need to turn all 200 pictures of a layer into separate clips.
There are so many pictures .. that I'm going crazy.
I really need 1 smart button ... Please!
In 1 layer 200 frames ------ I need to make 200 clips from them.
Attachments
www.youtube.com/c/animationriver
MAC OS Sierra 10.12.6 64 bits , MacBook Pro (Retina, 15-inch, Mid 2014)
2.8 GHz Intel Core i7, 16 GB Memory , TVPaint PRO 11.5.2 64bit
NVIDIA GeForce GT 750M 2048 Мb
Wacom Cintiq 27 QHD Touch - Wacom Intuos Pro 5 - driver version 6.3.37-2
Hello, Animationriver.
I am not obligated to respond to any further requests, but I make this proposal because it may be useful for others.
Please use it.
Hironori Takagi wrote: ↑26 Aug 2019, 05:11
Hello, Animationriver.
I am not obligated to respond to any further requests, but I make this proposal because it may be useful for others.
Please use it.
Hironori Takagi wrote: ↑13 Aug 2019, 11:56
1-4 was created.
I think this is the end of my volunteer work.
I encourage you to study by yourself.
1. SceneSplit
---
clipCount = 0
sceneCount = 0
loop1 = 1
WHILE loop1
tv_SceneEnumID sceneCount
currentSceneID = result
IF CMP(currentSceneID,"none") == 1
loop1 = 0
ELSE
loop2 = 1
WHILE loop 2
tv_ClipEnumID currentSceneID clipCount
clipID[clipCount] = result
IF CMP(clipID[clipCount],"none") == 1
loop2 = 0
ELSE
clipCount = clipCount + 1
END
END
clipCount = clipCount - 1
FOR i = clipCount TO 1 STEP -1
tv_ClipSelect clipID
tv_SceneNew
tv_SceneCurrentID
newSceneID = result
tv_ClipCurrentID
newClipID = result
tv_ClipMove clipID newSceneID 0
tv_ClipClose newClipID
END
clipCount = 0
sceneCount = sceneCount + 1
END
END
2. CurrentSceneSplit
---
clipCount = 0
tv_SceneCurrentID
currentSceneID = result
loop = 1
WHILE loop
tv_ClipEnumID currentSceneID clipCount
clipID[clipCount] = result
IF CMP(clipID[clipCount],"none") == 1
loop = 0
ELSE
clipCount = clipCount + 1
END
END
clipCount = clipCount - 1
FOR i = clipCount TO 1 STEP -1
tv_ClipSelect clipID
tv_SceneNew
tv_SceneCurrentID
newSceneID = result
tv_ClipCurrentID
newClipID = result
tv_ClipMove clipID newSceneID 0
tv_ClipClose newClipID
END
3. ClipsToScene
---
tv_ClipEnumID -1 0
firstClipID = result
tv_SceneEnumID 0
firstSceneID = result
clipCount = 1
loop = 1
WHILE loop
tv_ClipEnumID -1 clipCount
currentClipID = result
IF CMP(currentClipID,"none") == 1
loop = 0
ELSE
tv_ClipMove currentClipID firstSceneID clipCount
clipCount = clipCount + 1
END
END
4. SelectClipsToScene
---
clipCount = 0
firstCheck = 0
loop = 1
WHILE loop
tv_ClipEnumID -1 clipCount
clipID[clipCount] = result
IF CMP(clipID[clipCount],"none") == 1
loop = 0
ELSE
tv_ClipSelection clipID[clipCount]
clipSelection[clipCount] = result
IF firstCheck == 0
firstCheck = clipCount
END
clipCount = clipCount + 1
END
END
clipcount = clipcount - 1
currentSceneClip = 1
IF firstCheck != 0
tv_ClipSelect clipID[firstCheck]
tv_SceneCurrentID
currentSceneID = result
FOR i = firstCheck TO clipCount
IF clipSelection == 1
tv_ClipMove clipID currentSceneID currentSceneClip
currentSceneClip = currentSceneClip + 1
END
END
END
HELLO, HIRONORI! Congratulations on 2020! Wow!
Your buttons are just a miracle. They save me a lot of time.
And I can compare your panel with a separate program.
Everything is very good. And there is another idea.
There was a need for a function button.
Unfortunately, there are no video tutorials on creating scripts.
But I'm glad to write again to continue communicating with a professional:
Please help me.
I often need to download different pictures from the Internet in one layer in order to apply FX STAC.
But if they have different sizes, then I get a lot of clips. (If you import into a layer, then the program cuts them by killing the image).
But it’s a lot of work to click on each clip and remove the color if I work with 1000 images.
Help make one button.
Please.
Imagine
A)
We have
1 project
± 100 clips.
Each clip has many layers
B)
need to get
± 100 clips
inside each clip - 1 layer.
later:
combine ± 100 clips into 1 clip
D)
final
1 clip
1 layer
± 100 frames.
Be so kind. Help.
I often losing my balance with this task.
And I'm upset because of this hard iteration.
Maybe everything will change soon. ...
www.youtube.com/c/animationriver
MAC OS Sierra 10.12.6 64 bits , MacBook Pro (Retina, 15-inch, Mid 2014)
2.8 GHz Intel Core i7, 16 GB Memory , TVPaint PRO 11.5.2 64bit
NVIDIA GeForce GT 750M 2048 Мb
Wacom Cintiq 27 QHD Touch - Wacom Intuos Pro 5 - driver version 6.3.37-2
・Import multiple images of different sizes
・Execute some FX stack (Is it a color keyer?)
・Arrange imported images on the same clip in some way
Is it the above request?
A panel for continuous reading and a panel for removing white painted image from layers are attached.
The ImportFolder panel assumes that sequence images of the same size exist in multiple folders,
but forcibly crops and reads even if the size is different.
The WhiteOnOff panel consists of WhiteKeyNoAA which executes the FXStack color keyer with "RGB = 255,255,255, Range = 0, Softness = 0",
WhiteKeyForLine which removes the white component for anti-aliasing line images, and WhiteStamp which pastes the white below.
(Sorry, no description video for WhiteOnOff yet.)
If your request is not "ColorKeyer", please modify the following program of WhiteKeyNoAA.
Hironori Takagi wrote: ↑14 Jan 2020, 09:15
Hello, Animationriver.
What do you want to do?
・Import multiple images of different sizes
・Execute some FX stack (Is it a color keyer?)
・Arrange imported images on the same clip in some way
Is it the above request?
A panel for continuous reading and a panel for removing white painted image from layers are attached.
The ImportFolder panel assumes that sequence images of the same size exist in multiple folders,
but forcibly crops and reads even if the size is different.
The WhiteOnOff panel consists of WhiteKeyNoAA which executes the FXStack color keyer with "RGB = 255,255,255, Range = 0, Softness = 0",
WhiteKeyForLine which removes the white component for anti-aliasing line images, and WhiteStamp which pastes the white below.
(Sorry, no description video for WhiteOnOff yet.)
If your request is not "ColorKeyer", please modify the following program of WhiteKeyNoAA.
You are a very kind person. I am grateful for your help. But I can’t understand anything. The inscriptions in the buttons I can not understand and translate into English. I experienced a panic. Because nothing is clear. I thought you would help me. Make one button. But you shared the whole tool. But in English there is not a word inside. You are a very good person.
www.youtube.com/c/animationriver
MAC OS Sierra 10.12.6 64 bits , MacBook Pro (Retina, 15-inch, Mid 2014)
2.8 GHz Intel Core i7, 16 GB Memory , TVPaint PRO 11.5.2 64bit
NVIDIA GeForce GT 750M 2048 Мb
Wacom Cintiq 27 QHD Touch - Wacom Intuos Pro 5 - driver version 6.3.37-2
Sorry for omitting the explanation.
I am not good at English.
Tell me again what you want to do.
・Import multiple images of different sizes
・Execute some FX stack (Is it a color keyer?)
・Arrange imported images on the same clip in some way
Is it the above request?
We provided an import folder panel and a white on-off panel because they provide the features you might want.
If you want to ask more questions to me, I think it's more than I can volunteer-reply.
(Because it takes time to translate and spend my cost.)
TVPaint 11.7.2(Nov 14 2023), Windows11 Pro, HP Spectre x360 Convertible 14-ea0xxx / TVPaint 11.7.1(Dec 22 2022) Mac OS 11.6, Apple MacBookPro M1 2020
Hironori Takagi wrote: ↑20 Jan 2020, 03:06
Sorry for omitting the explanation.
I am not good at English.
Tell me again what you want to do.
・Import multiple images of different sizes
・Execute some FX stack (Is it a color keyer?)
・Arrange imported images on the same clip in some way
Is it the above request?
We provided an import folder panel and a white on-off panel because they provide the features you might want.
If you want to ask more questions to me, I think it's more than I can volunteer-reply.
(Because it takes time to translate and spend my cost.)
1. I downloaded 100 pictures from the Internet.
2. I put them in one folder.
3. all 100 pictures have a different name
4. all 100 pictures are of different sizes
5. I want to import all pictures into a project size of 1920 - 1080 pixels.
6. I want the result --- 1 layer in 1 clip inside 100 pictures.
But i can not do it.
IN THIS VIDEO MY PROBLEM: https://cloud.mail.ru/public/36hq/5ByKjagTY
www.youtube.com/c/animationriver
MAC OS Sierra 10.12.6 64 bits , MacBook Pro (Retina, 15-inch, Mid 2014)
2.8 GHz Intel Core i7, 16 GB Memory , TVPaint PRO 11.5.2 64bit
NVIDIA GeForce GT 750M 2048 Мb
Wacom Cintiq 27 QHD Touch - Wacom Intuos Pro 5 - driver version 6.3.37-2
I understand.
The ImportFolder panel I created can load 100 photos in one folder at a time by selecting "current" folder, but a warning will appear every time if the size is different.
And it keeps the original size and is arranged at the upper left, does not stretch.
In Japanese animation production, if the size and aspect ratio are different, it will be a problem.
I guess you can rewrite what you want with a few changes,
Do you want to maintain the original aspect ratio? Fit to 1920 × 1080?
TVPaint 11.7.2(Nov 14 2023), Windows11 Pro, HP Spectre x360 Convertible 14-ea0xxx / TVPaint 11.7.1(Dec 22 2022) Mac OS 11.6, Apple MacBookPro M1 2020
Hironori Takagi wrote: ↑21 Jan 2020, 04:17
I understand.
The ImportFolder panel I created can load 100 photos in one folder at a time by selecting "current" folder, but a warning will appear every time if the size is different.
And it keeps the original size and is arranged at the upper left, does not stretch.
In Japanese animation production, if the size and aspect ratio are different, it will be a problem.
I guess you can rewrite what you want with a few changes,
Do you want to maintain the original aspect ratio? Fit to 1920 × 1080?
Hello!
Thank you for supporting our communication.
...And it keeps the original size and is arranged at the upper left, does not stretch.
___I need different pictures to fully use the frame space, and be in the center of the frame.
...Do you want to maintain the original aspect ratio? Fit to 1920 × 1080?
___Yes...it is problem. I want like this: Created a project of any size.
And its size did not change. And the pictures were inserted without distortion.
But were maximized in frame size. all from folder In to 1 layer.
...I guess you can rewrite what you want with a few changes.
___
Last edited by Animationriver on 21 Jan 2020, 14:48, edited 1 time in total.
www.youtube.com/c/animationriver
MAC OS Sierra 10.12.6 64 bits , MacBook Pro (Retina, 15-inch, Mid 2014)
2.8 GHz Intel Core i7, 16 GB Memory , TVPaint PRO 11.5.2 64bit
NVIDIA GeForce GT 750M 2048 Мb
Wacom Cintiq 27 QHD Touch - Wacom Intuos Pro 5 - driver version 6.3.37-2
I think you see what I want to do. but the script puts pictures on the top left.
And I'm looking for a way to put in the center. And rest against the edges of the frame.