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; // […]
December 10, 2019
HardOps (HOps) https://blendermarket.com/products/hardopsofficial HardOps Documentation https://hardops-manual.readthedocs.io/en/latest/getstarted/ Thank you masterxeon1001 https://www.youtube.com/user/masterxeon1001/videos Cylinoid V2 cylinoidv2_001.blend cylinoidv2_002.blend cylinoidv2_003.blend cylinoidv2_004.blend cylinoidv2_005.blend cylinoidv2_006.blend HDR images courtesy HDRlabs http://www.hdrlabs.com/sibl/archive/ Newport_Loft_Env.hdr Newport_Loft_Ref.hdr 1920x1080p Hotkeys [CTRL-~] – HardOps helper [Q] – HardOps [ALT-W] – Boxcutter / HardOps toggle [CTRL-RMB] – Adjust HardOps boolean operation Hold [CTRL] to see light blue […]