PhotoMaster's Rubik's Cube Tutorial
#21
Posted 29 September 2007 - 05:28 PM
#22
Posted 07 October 2007 - 05:09 AM
looks great but I can't do anything until I get that script.
#23
Posted 11 October 2007 - 06:57 PM
Greg
#24
Posted 13 October 2007 - 10:25 AM
Cheers WBOOL63
Added later, NO, I am wrong, there is no difference in time. I timed mapping with One face as compared to mapping with SIX faces and there is no difference. Perhaps some background task was running that skewed my figures last time.I timed it
Cheers
#25
Posted 12 November 2007 - 03:08 PM
\I learn a lot so far.
Actually I'm more of programmer / linux web server set up stuff.
Anyway. I could not get the Filters > Map > Map Object tool to work.
Once I hit the box tab things freeze up.
I'm running Gimp on a Dell Inspiron laptop (512 megs of RAM) p3 800
Fedora Core 7. I installed Gimp from using yum.
Thank,
cdub1885
This might be a double post.
#26
Posted 13 November 2007 - 11:59 PM
anyway here's my Cube...
#27
Posted 15 November 2007 - 07:14 PM
#28
Posted 26 December 2007 - 11:40 AM

"In The Making lolz..."
#29
Posted 26 December 2007 - 02:15 PM
that was the position in gimp 2.2
In the latest gimp (2.4) look in Filter/Light and shadow/Drop Shadow
@PhotoMaster
i updated that line in your tut, please fell free to edit again or correct as you like
#30
Posted 28 December 2007 - 07:11 AM
As always, you are on top of things! Thanks for the edit!
Greg
#31
Posted 28 December 2007 - 11:17 AM
can you do something similiar to this with a sphere??
#33
Posted 28 December 2007 - 09:01 PM
#34
Posted 28 December 2007 - 10:24 PM
sorry i see only now your question, well sure you can do something similar with sphere...
just try to map to a sphere instead then to a cube, is another of the option of that tool
#35
Posted 05 January 2008 - 03:51 AM
#36
Posted 14 January 2008 - 04:21 AM
#37
Posted 14 January 2008 - 09:18 AM
Greg
Quote
;== GIMP Add Guides for Rule of Thirds ==
;== Copyright © 2006 Gregory M. Ross ==
;===============================================================
(define (script-fu-Rule-of-Thirds-guides img drawable)
(let* ((ImageW (car (gimp-drawable-width drawable)))
(ImageH (car (gimp-drawable-height drawable)))
(Vert_Offset (car (gimp-drawable-offsets drawable)))
(Horz_Offset (cadr (gimp-drawable-offsets drawable)))
(Vert_1 (+ (/ ImageW 3)Vert_Offset))
(Horz_1 (+ (/ ImageH 3)Horz_Offset))
(Vert_2 (+ (* (/ ImageW 3) 2)Vert_Offset))
(Horz_2 (+ (* (/ ImageH 3) 2)Horz_Offset))
)
(gimp-image-undo-group-start img)
(gimp-image-add-vguide img Vert_1)
(gimp-image-add-hguide img Horz_1)
(gimp-image-add-vguide img Vert_2)
(gimp-image-add-hguide img Horz_2)
(gimp-image-undo-group-end img)
(gimp-displays-flush)))
(script-fu-register "script-fu-Rule-of-Thirds-guides"
"
"Add Guides following the Rule of Thirds"
"Gregory M. Ross"
"Gregory M. Ross"
"September 2006"
""
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0)
#38
Posted 20 January 2008 - 11:57 PM
Here is the result:
#40
Posted 14 February 2008 - 04:54 PM

Help









 );
</script>
<ul class='post_controls'>
<li class='top hide'><a href='#top' class='top' title='Back to top'>Back to top of the page up there ^</a></li>
<!-- Matt: Approve / unapprove post button -->
</ul>
<script type='text/javascript'>
// Show multiquote for JS browsers
if ( $('multiq_206427') )
{
$('multiq_206427').show();
}
if( $('toggle_post_206427') )
{
$('toggle_post_206427').show();
}
// Add perm data
ipb.topic.deletePerms[206427] = { 'canDelete' : 0, 'canSoftDelete' : 0 };
</script>
</div>
</div>
<hr />
<!--Begin Msg Number 206474-->
<div class='post_block hentry clear with_rep' id='post_id_206474'>
<a id='entry206474'></a>
<div class='post_wrap' >
<h3>
<span class='post_id'><a href='http://www.gimptalk.com/index.php?/topic/23988-photomasters-rubiks-cube-tutorial/page__view__findpost__p__206474' rel='bookmark' title='Link to post #32'>#32</a></span>
<img src='http://www.gimptalk.com/public/style_images/master/user_off.png' alt='User is offline' title='User is offline' />
<span class=)












