Blender portal gate V1 (2.82)

January 1, 2020

Buy masterxeon1001 a beer! https://gumroad.com/masterxeon1001 (click on the Donate Box, enter an amount and pay using Paypal) Requirements Blender 2.82 Get it here: https://builder.blender.org/download (2.8) HOps 00984_Thulium_10 (2.8) BoxCutter 715_14 Get it here: https://blendermarket.com Source file blender_gate001.blend blender_gate002.blend blender_gate003.blend Render Click image to enlarge. HDR images courtesy HDRlabs http://www.hdrlabs.com/sibl/archive/ Newport_Loft_Env.hdr Newport_Loft_Ref.hdr Quick Tips When is […]

Protected: Brother from another mother

January 1, 2020

There is no excerpt because this is a protected post.

Protected: Animated GIF and short MP4s

January 1, 2020

There is no excerpt because this is a protected post.

Demo Reel 2019

December 31, 2019

        1920×1080

AoC 2019 Advent of Code (Python)

December 31, 2019

Advent of Code AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Go check it out: Advent of Code Input files: adventofcode2019inputs.zip [To be uploaded still…] INTCODE reference: https://esolangs.org/wiki/Intcode 2019 Day 25 Automated walkthrough.python -m pip […]

(Spin) stall

December 22, 2019

Disclaimer Information may be incomplete or inaccurate.  Use at own risk.  I accept no responsibility or liability in any case. Information courtesy of RECREATIONAL AVIATION AUSTRALIA / MAY 2018 VOL 81 [5]. http://www.sportpilot.net.au/magazine/ Why does a stall occur? Stalls depend only on angle of attack, not airspeed. However, the slower an airplane goes, the more […]

Blender 2.82 animated dissolve material

December 22, 2019

  Source file dissolve.blend Quick tips Add a cube or monkey. First, we’ll explain using colors only: Source file for this example: shader0007.blend How this works: Noise texture has gray colors from black (0.0) to white (1.0) MixRGB with “Factor = 0.495” puts transition between blue and green at 49.5% gray (seam 2). MixRGB with […]

Blender infinite loop animation (Organic)

December 18, 2019

Many thanks to Nathan Duck (Ducky 3D) for a great tutorial! https://www.nathanduck.com Source files organic loop 001.blend organic loop 002.blend organic loop 003.blend Render output   Quick tips Add a plane [S] 8 Apply scale Add cylinder [R X 90] [S Y 8] Apply scale Plane > Object context > Viewport Display > Display As: […]

Blender infinite loop animation (Sci-Fi)

December 16, 2019

Many thanks to Nathan Duck (Ducky 3D) for a great tutorial! https://www.nathanduck.com Source file infinite loop.blend Render   Quick tips Add a plane Scale 8x Apple scale [TAB] [RMB] Subdivide: 30 cuts [F3] Mesh: Edge Split Leave edit mode [TAB] Add modifier > Smooth Add modifier > Solidify Thickness: 0.3m Factor: 0.4 Add modifier > […]

Arduino Mouse Jiggler

December 14, 2019

This requires a genuine Arduino Pro Micro with ATmega 32U4 chip with dedicated onboard USB transceiver hardware.  This allows the micro controller core to act as a USB mouse. #include <Mouse.h> /* * NAME: Arduino Mouse Jiggler * DATE: 2020-04-20 * DESC: Arduino based mouse emulator * VERSION: 1.0 */ int move_interval = 100; // […]