The introduction to 3D modeling in Blender covers essential navigation, transformation tools, the distinction between object and edit modes, and advanced non-destructive workflows using modifiers.
- Fundamental Controls: Navigation involves using the middle mouse button to orbit, scrolling to zoom, and holding Shift + middle mouse to pan. Objects are selected with a left-click, and multiple objects can be selected by holding Shift.
- Transformations: Three primary tools for moving objects are G (Grab), R (Rotate), and S (Scale). These movements can be constrained to specific axes by pressing X, Y, or Z during the operation.
- Management: Users can add primitive mesh objects (like cubes or spheres) using Shift + A. Objects are deleted with X or the Delete key, and everything can be selected or deselected using A or double-tapping A, respectively.
- The Tab Key:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Single line comments start with a hash symbol. | |
| #################################################### | |
| ## 1. Setup and Configuration | |
| #################################################### | |
| # Before doing anything, tell Git who you are. | |
| # This information is used for commit authorship. | |
| # Set your name |
websocket tester
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| curl https://r.jina.ai/https://ziglang.org/documentation/0.16.0/ -o zig_016_docs.md |
tigercat.flc
trying to find tigercat.fil
ffmpeg -i tiger.flc -vf "palettegen=16,paletteuse=dither=sierra2_4a" -c:v flic tiger.fli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ========================================================= | |
| -- BARE MINIMUM NORTHWIND FOR TEACHING SQL | |
| -- ========================================================= | |
| -- 1. SCHEMA DEFINITION | |
| -- --------------------------------------------------------- | |
| DROP TABLE IF EXISTS OrderDetails; | |
| DROP TABLE IF EXISTS Orders; | |
| DROP TABLE IF EXISTS Products; |
NewerOlder