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
39 min 31 sec ago
10 hours 54 min ago
11 hours 44 min ago
22 hours 42 min ago
2 days 14 hours ago
2 days 22 hours ago
3 days 1 hour ago
3 days 13 hours ago
3 days 14 hours ago
3 days 17 hours ago