You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I usually use the layer mask with a soft brush and low opacity to blend edges better, especially around hair or fuzzy stuff—it keeps things smooth without cutting too sharp.
Question
l2jkain
I would like to know if I would change anything by
>>
if (st.getInt("cond") < 6)
{
st.set("cond", "6");
}
being thus
if (st.getInt("cond") < 6)
st.set("cond", "6");
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.