August 17, 2019
Thanks to XRG81 for providing detailed low poly texture painting and UV unwrap tutorials in Blender. The following tutorial can be completed in Blender 2.8 for the most part. To ensure your colors match the Youtube video, make sure to select [Solid] viewport shading only. Make sure [Texture] is selected. When texture painting in the […]
August 17, 2019
Many thanks to Grant Abbitt for a most excellent series of Blender 2.8 low-poly tutorials ! Say thanks: http://paypal.me/grantabbitt Part 1 Download source file: creek_bridge_01.blend
August 12, 2019
Many thanks to Grant Abbitt for a most excellent series of Blender 2.8 low-poly tutorials ! Say thanks: http://paypal.me/grantabbitt Part 1 Download source file: seashack01.blend Part 2 Download source file: seashack02.blend Part 3 Viewport clipping Main scene [N] View tab [Clipping Start] [Clipping End] HDRI Shading workspace. Change [Object] > [World] Drag […]
August 11, 2019
Many thanks to Grant Abbitt for a most excellent series of Blender 2.8 low-poly tutorials ! Say thanks: http://paypal.me/grantabbitt Part 1 Download source file: well01.blend Part 2 Download source file: well02.blend Part 3 Download source file: well03.blend Download HDRI image: 2209461984_d0d834b0b0.jpg Download HDRI image: old-city-centre.jpg (The above images are high resolution JPG textures, […]
August 10, 2019
The easiest and most fun way to start learning to play I find is to play along using chords. Chords Practice playing Major and Minor Chords using your thumb, middle finger and little finger. I used to bend my index finger and ring finger into the palm of my hand so they are out of […]
July 21, 2019
Beautiful minimalistic slow paced atmospheric game. Stunning artwork. Click on pictures to enlarge.
July 19, 2019
MPCNC Marlin config This is where I keep my current MPCNC config in case I have to reflash it: Single endstops software enabled (G53 Xpos Ypos only) – Marlin_software_endstops_enabled+G54fix.zip Single endstops software disabled – Marlin_software_endstops_disabled.zip It is now time to plot the obligatory MPCNC crown test pattern with a pen holder and pen. MPCNC Sharpie […]
July 2, 2019
The dining table chairs came with ‘fake leather’, which is actually quite common. Fake leather comes in one of two flavours: PU leather (polyurethane leather) and vinyl bonded leather. Vinyl bonded leather has leather fibers glued to the back of the vinyl to allow vendors to legally claim ‘10% genuine leather’. If you inspect the […]
June 25, 2019
Syptoms When I change the spool of PLA or PLA+ filament on my 3D printer or use the 3D printer after not having used it for a while, I am often having problems where the printer seems to be under extruding, where there is poor bed adhesion and where tuning the printer does not seem […]
June 7, 2019
GCODE maiden flight Some important Gcode instructions: G20 = everything is in inches G21 = everything is in mm G90 = everything is in absolute coordinates (go to coordinate position) G0 X30 = move to absolute X coordinate position ’30’ on the X axis. G91 = relative coordinates (move relative from current position) G0 Z30 = […]