This is a script to texture your sculpties..
Sorry i forgot to attach it, lol
well here it is, and it works, i use it every day....
(define (script-fu-exp-sculptie inImage inDrawable inFilename)
(define (putv x y z f)
(let* ((buf (string-append "v "
(number->string x) " "
(number->string y) " "
(number->string z) "\n")))
(puts buf f)
)
)
(define (v-num-str row col width) (number->string (+ (* row width) col 1)))
(define (decode x) (if (>= x 0) x (+ 256 x)))
(let*
(
(obj-file (fopen inFilename "w+"))
(iwidth (car (gimp-drawable-width inDrawable)))
(iheight (car (gi read more »
Recent comments
4 hours 9 min ago
4 hours 59 min ago
15 hours 57 min ago
2 days 8 hours ago
2 days 16 hours ago
2 days 18 hours ago
3 days 6 hours ago
3 days 7 hours ago
3 days 11 hours ago
3 days 18 hours ago