Search found 31 matches
- 07 Dec 2019, 23:00
- Forum: Technical Support
- Topic: TV Paint freezes/crashes after waking computer up from sleep
- Replies: 2
- Views: 10295
Re: TV Paint freezes/crashes after waking computer up from sleep
This also happens to me aswell. TVPaint also freezes when I turn off the monitor that had TVPaint. Any solutions?
- 09 Jul 2016, 03:10
- Forum: Contents Sharing
- Topic: KeepTheMarks
- Replies: 17
- Views: 55946
Re: KeepTheMarks
Nice creation, it's nice to know that the mark tools are getting some love.
- 06 Jul 2016, 20:44
- Forum: Contents Sharing
- Topic: Lightning/Static Generator
- Replies: 5
- Views: 22583
Re: Lightning/Static Generator
you should let the settings on another button, so you can have one button for all settings, and one button to draw. I did not exactly understand the point of the limb button :s 1.)Is there a function which allows you to edit multiple settings in one instance? If so, please show me! =) 2.)The Limb b...
- 22 Jun 2016, 17:54
- Forum: Contents Sharing
- Topic: Lightning/Static Generator
- Replies: 5
- Views: 22583
Lightning/Static Generator
BroughtNoise - a drawing tool used to generate spontaneous lines, as a way to create random effects. Ex: Electricity, Audio Signals, etc...
http://www.mediafire.com/download/45vrn ... Tools.tvpx
- 15 Jun 2016, 20:07
- Forum: George scripting
- Topic: using arrays in George
- Replies: 6
- Views: 2519
Re: using arrays in George
Thanks for your answers @ Broughtvulture: the problem of still having to assign the names 1 by 1 remains, but I solved it with js. I accepted the challenge =) //Automatic Name Creator //Type in Names, Insert Numerical Value //Arrays with Names created Automatically //-------------------------------...
- 08 Jun 2016, 19:41
- Forum: Contents Sharing
- Topic: Limb Creator
- Replies: 6
- Views: 26979
Re: Limb Creator
schwarzgrau wrote:If you create or edit a post there is Options and Upload attachment written under the Savedraft Preview and Submit buttons. Click on Upload attachment to go to this tab.
Oh my goodness, I've turned over a new leaf. Thanks man, feels like I just unlocked a new feature! =)
- 08 Jun 2016, 06:25
- Forum: Contents Sharing
- Topic: Limb Creator
- Replies: 6
- Views: 26979
Re: Limb Creator
My apologies, I'm not sure how to add attachments using this forum layout. I'll probably change it once I figure out how. Thanks for the heads upD.T. Nethery wrote:you can share a .tvpx file directly by uploading it here on the Contents Sharing forum
- 08 Jun 2016, 06:05
- Forum: George scripting
- Topic: using arrays in George
- Replies: 6
- Views: 2519
Re: using arrays in George
I'd recommend using the "FOR" statement as a more effective way of loading a series of names in an array: PARAM NONE Length = 3 Array[1] = "First" Array[2] = "Second" Array[3] = "Third" FOR i = 1 TO Length tv_warn "Array " i " = " Array[i] ...
- 04 Jun 2016, 07:34
- Forum: Contents Sharing
- Topic: Limb Creator
- Replies: 6
- Views: 26979
Limb Creator
Preview:
BroughtLimb - a reference tool for creating limbs/armatures/pivots. Ex: Upper Arm, Lower Arm, Upper Leg, Fingers, etc...
Download Link:
http://www.4shared.com/file/XQPE_tCCce/ ... imbv1.html
BroughtLimb - a reference tool for creating limbs/armatures/pivots. Ex: Upper Arm, Lower Arm, Upper Leg, Fingers, etc...
Download Link:
http://www.4shared.com/file/XQPE_tCCce/ ... imbv1.html
- 03 Jun 2016, 22:23
- Forum: George scripting
- Topic: Using ListRequest
- Replies: 1
- Views: 1284
Re: Using ListRequest
Never mind, I just realized you have to PARSE RESULT more than one variable. Learned something new today. =)
- 03 Jun 2016, 22:04
- Forum: George scripting
- Topic: Using ListRequest
- Replies: 1
- Views: 1284
Using ListRequest
Here is the code I'm using, If you'd like to try it out yourself: //---------------------------- PARAM none ShowList() //tv_ReqList list //Displays a list in which the user can choose an option. //There are two buttons, CANCEL(return -1) & OK (Returns non-negative value) //Use "|" to c...
- 18 May 2016, 15:33
- Forum: George scripting
- Topic: Create a Menubar
- Replies: 7
- Views: 2781
Re: Create a Menubar
George scripts are plain text lists of instructions that can be assigned to buttons. Clicking a button executes the script. Custom Panels contain custom buttons which offer one or more of the following options when you right click on a button: 1. execute an individual George command 2. set APen col...
- 16 May 2016, 17:15
- Forum: George scripting
- Topic: Create a Menubar
- Replies: 7
- Views: 2781
Re: Create a Menubar
I want to be able to edit tool parameters in real-time, like the default panels on TVPaint can. I heard about George Panels, in context of a word or two; but never got to see them in action or understand how to implement them. Hopefully the picture will reduce the confusion. I want to make a panel l...
- 16 May 2016, 08:58
- Forum: George scripting
- Topic: Create a Menubar
- Replies: 7
- Views: 2781
Create a Menubar
Is it possible to create a Menu Bar and then add your own content into that Menu Bar, using George Scripting? I want to create my own Custom Panel, using George Scripting. I've got some of the basics down and know how to do simple coding based off this reference: http://wiki.tvpaint.com/index.php?ti...
- 25 Apr 2016, 03:53
- Forum: Technical Support
- Topic: Crash, Sound Importing.
- Replies: 1
- Views: 8332
Crash, Sound Importing.
So I've got 24 .WAV sound files imported into my TVPaint project. The project file used to work when I had 22, now all the sudden it crashes during what I assume is the sound-loading process. Luckily I had the save multiple back up files enabled, but I have the feeling that they are going fail as we...