PDA

View Full Version : layer and painting pb



Fouad B.
10-11-02, 09:56 AM
I have a pb.
when I'm painting on layer with "simplebrush" just RGB (no ZAdd)
on first layer no pb.
second.. I can't see it!
but, I see what I draw, in preview box layer menu.
I tried to move this layer on Z axis but nothing.; it don't appear.

I do bad or what?

can we have some button wich up or down quickly layers ?

aurick
10-11-02, 10:14 AM
A pixol must have depth to appear on the canvas. As a result, if you paint in a blank area of the canvas with ZADD turned off, the color will fall behind the clipping plane and be lost. Basically, RGB only with ZADD turned off will only work if there is something already on the canvas to paint!

Try this: Choose a material and a color, and then Fill the layer (Layer>Fill). Now you will have depth, and you will be able to paint with just RGB.

Fouad B.
10-11-02, 10:56 AM
ok .. I tried to do that..
and that right.. and good news I can erase what I don't want, but... eraser is no perfect for what I want do..it misses relation with eraser and alpha brush.

So, thx a lot for you answer.