Zeropainter - GFX


Showcase your Verve Art to all ages!
Image

Forum rules
Only post Jpeg images less that 256kb in size, or post a link instead! Keep it family friendly here, please!
User avatar

Site Admin

Posts: 7430

Joined: Sun Nov 10, 2013 1:38 pm

Post Thu May 05, 2016 8:52 pm

Re: Zeropainter - GFX

Yep...flesh machine is sick! :shock: c:!
Here to help! :D
System Info: Mac mini, Apple M1, 8 Gb, Sonoma 14.5 - secondary: AMD Radeon RX Vega 10, AMD Ryzen 7 (2.3 Ghz), Windows 11
Taron.de | Twitter | Pinterest | YouTube
User avatar

Posts: 1296

Joined: Sat May 31, 2014 12:35 pm

Post Tue May 10, 2016 7:28 pm

Re: Zeropainter - GFX

Daria
Image


Merlyn
Image

ps.
Couldnt use VRI-Brush / Stars as a Brush, so I did use Photoshop for Adding Stars ...
my system: intel7 - 2600k, gtx 970, dualboot windows 7 64 bit / ubuntu 14.04 lts
my deviantartpage: http://zeropainter.deviantart.com/gallery
my youtube channel: zeropainter - ok, there are only 2-3 very short videos
User avatar

Site Admin

Posts: 7430

Joined: Sun Nov 10, 2013 1:38 pm

Post Fri May 13, 2016 8:19 am

Re: Zeropainter - GFX

Really nice, but why you couldn't use brush images is beyond me. :shrug:
Don't forget that you can actually make them inside of Verve on the fly! That includes loading png images and turning them into brush images! :geek:
Here to help! :D
System Info: Mac mini, Apple M1, 8 Gb, Sonoma 14.5 - secondary: AMD Radeon RX Vega 10, AMD Ryzen 7 (2.3 Ghz), Windows 11
Taron.de | Twitter | Pinterest | YouTube
User avatar

Posts: 1296

Joined: Sat May 31, 2014 12:35 pm

Post Fri May 13, 2016 11:31 am

Re: Zeropainter - GFX

Oh, I could use PNG Brush (a day after that artwork) - like I wrote some days ago in this thread. c:!

http://www.taron.de/forum/viewtopic.php?f=6&t=2359&start=60


Hop that we will have one a day a better png supoort :beer: - because some png from photoshop/illustrator cs6 are just "black/dark nothing", I don't why, and sometimes there are okay or they cause some curious problems, like my brush image :shrug:
my system: intel7 - 2600k, gtx 970, dualboot windows 7 64 bit / ubuntu 14.04 lts
my deviantartpage: http://zeropainter.deviantart.com/gallery
my youtube channel: zeropainter - ok, there are only 2-3 very short videos
User avatar

Posts: 1296

Joined: Sat May 31, 2014 12:35 pm

Post Sun May 29, 2016 7:30 am

Re: Zeropainter - GFX

Image

I used there Rotation and this AUTHOTKEY SCRIPT

  Code:
NumpadMult::
  $stop := 0
  Loop,
  {
    Sendinput M
    Sleep 100
    if ($stop)
    {
      return
    }
  }

NumpadDiv:: $stop := 1


[Numpad-X] you did run this script, it presses autoamtic the [M] key - you cvan change that key also into [X] or whatever you like and you can change the time-amount 1 second = 1000, 1/10 second = 100 and so on.
With [Numpad-/] you did stop that scipt.

https://autohotkey.com/
my system: intel7 - 2600k, gtx 970, dualboot windows 7 64 bit / ubuntu 14.04 lts
my deviantartpage: http://zeropainter.deviantart.com/gallery
my youtube channel: zeropainter - ok, there are only 2-3 very short videos
User avatar

Posts: 440

Joined: Fri Jul 11, 2014 8:39 pm

Location: France

Post Sun May 29, 2016 12:00 pm

Re: Zeropainter - GFX

Daria is very impressive.
And thanks for sharing the autoHotKey details, interesting !
System info: Nvidia GeForce GTX 980 4GB, i7-5820K 8GB, Windows 10, Wacom Intuos Pro M
Visit my photostream: http://flickriver.com/photos/24151359@N ... teresting/
User avatar

Posts: 1296

Joined: Sat May 31, 2014 12:35 pm

Post Sun May 29, 2016 12:39 pm

Re: Zeropainter - GFX

I love AHK, es pecially with programs like Photoshop :ob , but there are some problems with Hotkeys ... so I use ACTIVE WINDOW INFO and e.g. for rasterize everything on your layer - my selfmade code*

  Code:
/*
Rasterize everything - LWIN+E
*/
<#E::
MouseGetPos, xpos, ypos
MouseMove, 220, 15, 5
Click
MouseMove, 220, 290, 5
Click
MouseMove, 595, 290, 5 ; Text
Click
MouseMove, 595, 308, 5 ; Form
Click
MouseMove, 595, 325, 5 ; Füllfläche
Click
MouseMove, 595, 342, 5 ; Vectormask
Click
MouseMove, 595, 359, 5 ; Smartobject rastern
Click
MouseMove, 595, 376, 5 ; layerstyles
Click
MouseMove, %Xpos%, %Ypos%, 5
return


*really selfmade, because mousegetpos is relative to your screen-resolution and too your language/system-font and works with cs6 :D

ok, this was now only offtopic, because its only an example how powerful AHK can be ... ... and I'm a very lousy scripter :D
my system: intel7 - 2600k, gtx 970, dualboot windows 7 64 bit / ubuntu 14.04 lts
my deviantartpage: http://zeropainter.deviantart.com/gallery
my youtube channel: zeropainter - ok, there are only 2-3 very short videos
User avatar

Posts: 1152

Joined: Mon Jul 07, 2014 9:51 pm

Post Sun Jun 05, 2016 7:10 pm

Re: Zeropainter - GFX

Very cool Zero and great info! :bounce: c:!
Motherboard -Asus Rampage IV Extreme
CPU - i7-3930k @ 3.2 GHZ (overclocked - 4.5)
Ram - 64 gigs Kingston Hyper Beast
GPU - 2 Nvidia 1080 GTX running in SLI

http://www.zbrushcentral.com/showthread ... -sketches-)
User avatar

Site Admin

Posts: 7430

Joined: Sun Nov 10, 2013 1:38 pm

Post Thu Jun 09, 2016 6:04 am

Re: Zeropainter - GFX

Yeah, Daria looks beautifully ancient! Great work! :)
Grrrrr...yes, yes, scripting. I'll figure out eventually, how best to hook that up internally! :geek:
Here to help! :D
System Info: Mac mini, Apple M1, 8 Gb, Sonoma 14.5 - secondary: AMD Radeon RX Vega 10, AMD Ryzen 7 (2.3 Ghz), Windows 11
Taron.de | Twitter | Pinterest | YouTube
User avatar

Posts: 1098

Joined: Fri Jul 25, 2014 11:12 am

Post Wed Jun 15, 2016 9:07 am

Re: Zeropainter - GFX

Yes, Daria is really great! Good work, Zero! :ob
PreviousNext

Return to Your Artworks

Who is online

Users browsing this forum: No registered users and 8 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software