Search found 789 matches

by NathanOtano
15 Mar 2016, 08:51
Forum: George scripting
Topic: Libraries and sharing panels
Replies: 0
Views: 448

Libraries and sharing panels

Yop A simple question, what happens to the scripts when exporting panels if they include a library? What I experienced for now is that if the library is in the TVPaint script folder, it exports well. But it the library is where the originally set script is, for the option when you specify a path for...
by NathanOtano
15 Mar 2016, 08:28
Forum: Off Topic Discussions
Topic: Blender’s 2.5D toolset
Replies: 17
Views: 46934

Re: Blender’s 2.5D toolset

CartoonMonkey wrote:I would miss CTG Layer...
:-D
Was thinking the same haha
by NathanOtano
14 Mar 2016, 13:52
Forum: George scripting
Topic: Select A layer with george
Replies: 10
Views: 1210

Re: Select A layer with george

Here's a way to use scripting and color groups to SELECT multiple layers After which the script restores the original color groups from a temporary array. The script needs to know which layers to SELECT... so you store 1 and 0 flags in the SelectFlag array. TotalLayers = 4 // Your script must set v...
by NathanOtano
14 Mar 2016, 08:45
Forum: George scripting
Topic: Select A layer with george
Replies: 10
Views: 1210

Re: Select A layer with george

That's part of a solution, in fact I've already seen the command, but obviously It's not versatile enough :)

Thanks anyway!
by NathanOtano
14 Mar 2016, 00:21
Forum: George scripting
Topic: Select A layer with george
Replies: 10
Views: 1210

Re: Select A layer with george

Perhaps you should request a GEORGE command (or the addition of a Select/Unselect parameter to an existing George command) in some form that would permit you to modify the select/unselect state of the current layer, via scripting. This would permit a number of different scripted solutions to manage...
by NathanOtano
13 Mar 2016, 18:38
Forum: George scripting
Topic: Select A layer with george
Replies: 10
Views: 1210

Re: Select A layer with george

Yes here specifically i want to be able to use the "selected layers" option of the transform tool on the current layer if nothing is selected. :) But i would also need it for managing layer selection with george (for exemple selecting all the layers of the same group, or all layers with on...
by NathanOtano
13 Mar 2016, 16:56
Forum: Remove features
Topic: Select All Layers by double clicking between layer names
Replies: 6
Views: 263862

Select All Layers by double clicking between layer names

Hey I often missclick and selects all my layers by cliking between two layers. And then change something, and then it's applied to all my layers, and it's sometimes not undoable. Could it be possible to imagine it somewhere else? We already have the dropdown menu with RMB to select all layers (we do...
by NathanOtano
13 Mar 2016, 16:36
Forum: George scripting
Topic: Select A layer with george
Replies: 10
Views: 1210

Select A layer with george

Hey!

Seems stupid but I can't find a command to select a layer with george. Is it possible?

Nathan
by NathanOtano
13 Mar 2016, 13:10
Forum: Feature & Improvement requests
Topic: Opacity slider in group panel
Replies: 5
Views: 14331

Re: Opacity slider in group panel

Just wanted to up thread again. I'm encountering everyday the need for this functionality, if for exemple I have a group for OL/UL/Anim/BG and I want to set the opacity of one of the groups to work on another. It's different from the layer attenuation functionality cause I often need to work on mult...
by NathanOtano
08 Mar 2016, 18:44
Forum: Contents Sharing
Topic: Clip Editor : Editing Clips without changing global Timing
Replies: 2
Views: 14075

Re: Clip Editor : Editing Clips without changing global Timi

Hey Joined below an updated version of the clip editor. Now it's only driven by george scripts, no shortcuts. It works in every case, even if your markin/markout isn't activated. Also now you have in the dialog box directly the current real editing length of you clip, and you have to type the exact ...
by NathanOtano
08 Mar 2016, 10:32
Forum: George scripting
Topic: Finding Current Clip Position
Replies: 0
Views: 451

Finding Current Clip Position

Hey! I can't make the "or" logical operator to work. For example if I want to use "do ... until" and for the until I want to set two possibilities : a specific number or "none" If I try to find the clip position of my current clip for exemple : tv_clipcurrentid ClipID =...
by NathanOtano
04 Mar 2016, 11:20
Forum: Feature & Improvement requests
Topic: Rename Paper Name + Import Export
Replies: 2
Views: 9220

Re: Rename Paper Name + Import Export

So maybe there is a way to save a cutbrush at the right place to create your paper... Interesting thanks :)
by NathanOtano
04 Mar 2016, 09:09
Forum: Feature & Improvement requests
Topic: Rename Paper Name + Import Export
Replies: 2
Views: 9220

Rename Paper Name + Import Export

Hey! I need to be able to rename a paper (no option in the RMB menu), we can onnly choose a name while creating it. Also no way to import or export papers, for exemple if I have a brush that works with my own paper, I would like to either be able to embed it in my brush button or to be able ton impo...
by NathanOtano
02 Mar 2016, 19:43
Forum: Contents Sharing
Topic: Spherical perspective in TVP
Replies: 8
Views: 22994

Re: Spherical perspective in TVP

If I remember well, there is this kind of tool in Lemecs's RockNroll plugin, but I don't know if it still works : http://forum.tvpaint.com/viewtopic.php?f=26&t=2481" onclick="window.open(this.href);return false; You can also use the latest version of lazynezumi that includes curved per...
by NathanOtano
02 Mar 2016, 19:39
Forum: Technical Support
Topic: Adhering to Studio Template
Replies: 12
Views: 26879

Re: Adhering to Studio Template

Yup, your explanation helped me too, really usefull. So thanks a lot :)