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 […]
January 1, 2020
There is no excerpt because this is a protected post.
January 1, 2020
There is no excerpt because this is a protected post.
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 […]
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 […]
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: […]
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 > […]
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; // […]