From 5a6f8829e41ee9fa805b92e12c6212a766188cd7 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Wed, 22 Oct 2025 22:41:46 +0200 Subject: [PATCH] Initial commits --- .gitignore | 6 ++++ .../A Word About Blender Software Versions.md | 28 +++++++++++++++++++ Notes/3D Animation with Keyframes.md | 1 + Notes/Adding Deleting and the 3D Cursor.md | 1 + Notes/Basic 3D Navigation.md | 1 + Notes/Bevel and Loop Cut.md | 1 + Notes/Cameras and Rendering.md | 1 + Notes/Editors and Windows.md | 1 + Notes/Extrude, Inset, and Knife.md | 1 + Notes/Introduction to Blender.md | 2 ++ Notes/Introduction to Grease Pencil.md | 1 + Notes/Introduction to Sculpting.md | 1 + Notes/Lighting.md | 1 + Notes/Materials and Texture.md | 1 + Notes/Mesh Components and Objects Origin.md | 1 + Notes/Mesh Normals and Smoothing.md | 1 + Notes/Modifiers.md | 1 + Notes/Object Data and Duplicating.md | 2 ++ Notes/Orientation and Parenting.md | 1 + ...ots, Snapping, and Proportional Editing.md | 1 + Notes/Selecting Objects.md | 1 + Notes/Subdivide, Fill, and Merge.md | 1 + Notes/Transforming Objects.md | 1 + Notes/Visibility and Collections.md | 15 ++++++++++ Notes/Where to go from here.md | 1 + Notes/Working with Blender Files.md | 1 + Welcome to the Blender Vault..md | 28 +++++++++++++++++++ 27 files changed, 102 insertions(+) create mode 100644 .gitignore create mode 100644 Articles/A Word About Blender Software Versions.md create mode 100644 Notes/3D Animation with Keyframes.md create mode 100644 Notes/Adding Deleting and the 3D Cursor.md create mode 100644 Notes/Basic 3D Navigation.md create mode 100644 Notes/Bevel and Loop Cut.md create mode 100644 Notes/Cameras and Rendering.md create mode 100644 Notes/Editors and Windows.md create mode 100644 Notes/Extrude, Inset, and Knife.md create mode 100644 Notes/Introduction to Blender.md create mode 100644 Notes/Introduction to Grease Pencil.md create mode 100644 Notes/Introduction to Sculpting.md create mode 100644 Notes/Lighting.md create mode 100644 Notes/Materials and Texture.md create mode 100644 Notes/Mesh Components and Objects Origin.md create mode 100644 Notes/Mesh Normals and Smoothing.md create mode 100644 Notes/Modifiers.md create mode 100644 Notes/Object Data and Duplicating.md create mode 100644 Notes/Orientation and Parenting.md create mode 100644 Notes/Pivots, Snapping, and Proportional Editing.md create mode 100644 Notes/Selecting Objects.md create mode 100644 Notes/Subdivide, Fill, and Merge.md create mode 100644 Notes/Transforming Objects.md create mode 100644 Notes/Visibility and Collections.md create mode 100644 Notes/Where to go from here.md create mode 100644 Notes/Working with Blender Files.md create mode 100644 Welcome to the Blender Vault..md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..813e198 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore the default obsidian folder. +.obsidian +# Ignore the audios files. +*.mp3 +# Mac OS files +.DS_Store diff --git a/Articles/A Word About Blender Software Versions.md b/Articles/A Word About Blender Software Versions.md new file mode 100644 index 0000000..22f1acf --- /dev/null +++ b/Articles/A Word About Blender Software Versions.md @@ -0,0 +1,28 @@ + +The great thing about Blender is that it’s frequently updated; a challenge for learning Blender is that it's frequently updated. ;) + +It's understandable and quite common for a person just getting started with Blender, especially early in one's CG / Blender journey, to have the perspective that the software version they’re learning from must match the latest version. + +But if a student follows every course with the Blender version used in the course, that eliminates a lot of the need to ask questions. + +While Blender updates frequently, the core methodology of computer graphics has remained essentially the same for the 20 years we’ve been doing this. Moving vertices around into models, laying out UVs, material parameters, simulation concepts, rendering characteristics—all of this is still the same. + +We find many new users think Blender is drastically different from version to version, as if Blender 2.8 -> 4.5 is like SNES -> N64. Again, the difference between versions is far less significant than the release hype makes you think. + +I encourage you to look at Blender holistically. You're learning the underlying methodology of computer graphics, not merely how to use a certain version. + +A holistic understanding makes your skills transferrable between Blender versions and even 3D software entirely. Don't make the mistake of thinking previous Blender versions are obsolete. Treat each version like a chisel in a drawer of chisels. No carpenter has a single almighty chisel for every situation. They maintain a collection where each is useful in its own way. + +We don’t lose sight of the fact that eventually, the content's relevance will expire. We monitor this with each new Blender update. + +Consider this: As a student learning Blender holistically, you can learn from countless courses and tutorials throughout the years! If you limit yourself to only learning the latest version, you restrict yourself to a handful of courses and tutorials before the next version releases. + +Then your problem starts all over again: A new version of Blender with zero tutorials recorded for it. + +Happy Blending! + +### Related Articles: + +- [Learning Blender through the various updates](https://cgcookie.com/posts/learning-3d-through-various-blender-versions) +- [Community discussion on learning through different Blender versions](https://cgcookie.com/community/18260-different-versions) +- [Ask Blender questions with a dedicated team here for you](https://cgcookie.com/community/) \ No newline at end of file diff --git a/Notes/3D Animation with Keyframes.md b/Notes/3D Animation with Keyframes.md new file mode 100644 index 0000000..7f783ed --- /dev/null +++ b/Notes/3D Animation with Keyframes.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=xKv0mARhsMg) \ No newline at end of file diff --git a/Notes/Adding Deleting and the 3D Cursor.md b/Notes/Adding Deleting and the 3D Cursor.md new file mode 100644 index 0000000..276f196 --- /dev/null +++ b/Notes/Adding Deleting and the 3D Cursor.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=ACdtFVSbDZo) \ No newline at end of file diff --git a/Notes/Basic 3D Navigation.md b/Notes/Basic 3D Navigation.md new file mode 100644 index 0000000..b2e167a --- /dev/null +++ b/Notes/Basic 3D Navigation.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=i8wO5PEDO1c) \ No newline at end of file diff --git a/Notes/Bevel and Loop Cut.md b/Notes/Bevel and Loop Cut.md new file mode 100644 index 0000000..cee79c4 --- /dev/null +++ b/Notes/Bevel and Loop Cut.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=Iyk1rBNFMDg) \ No newline at end of file diff --git a/Notes/Cameras and Rendering.md b/Notes/Cameras and Rendering.md new file mode 100644 index 0000000..4acbdb5 --- /dev/null +++ b/Notes/Cameras and Rendering.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=iiXElj1DLBo) \ No newline at end of file diff --git a/Notes/Editors and Windows.md b/Notes/Editors and Windows.md new file mode 100644 index 0000000..330ed16 --- /dev/null +++ b/Notes/Editors and Windows.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=eVRiJYhE0Wk) \ No newline at end of file diff --git a/Notes/Extrude, Inset, and Knife.md b/Notes/Extrude, Inset, and Knife.md new file mode 100644 index 0000000..7ba1571 --- /dev/null +++ b/Notes/Extrude, Inset, and Knife.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=g5WCcHsgWf4) \ No newline at end of file diff --git a/Notes/Introduction to Blender.md b/Notes/Introduction to Blender.md new file mode 100644 index 0000000..9080b8a --- /dev/null +++ b/Notes/Introduction to Blender.md @@ -0,0 +1,2 @@ +![](https://www.youtube.com/watch?v=qZIOA7mFaRg) + diff --git a/Notes/Introduction to Grease Pencil.md b/Notes/Introduction to Grease Pencil.md new file mode 100644 index 0000000..d9f0b3b --- /dev/null +++ b/Notes/Introduction to Grease Pencil.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=fVIwDQJ6Quo) \ No newline at end of file diff --git a/Notes/Introduction to Sculpting.md b/Notes/Introduction to Sculpting.md new file mode 100644 index 0000000..ab51713 --- /dev/null +++ b/Notes/Introduction to Sculpting.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=9oZOO1Fwqb0) \ No newline at end of file diff --git a/Notes/Lighting.md b/Notes/Lighting.md new file mode 100644 index 0000000..21f4e30 --- /dev/null +++ b/Notes/Lighting.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=E3d7R7BNr_4) \ No newline at end of file diff --git a/Notes/Materials and Texture.md b/Notes/Materials and Texture.md new file mode 100644 index 0000000..736f12d --- /dev/null +++ b/Notes/Materials and Texture.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=4LySeRWSNiA) \ No newline at end of file diff --git a/Notes/Mesh Components and Objects Origin.md b/Notes/Mesh Components and Objects Origin.md new file mode 100644 index 0000000..5546ffd --- /dev/null +++ b/Notes/Mesh Components and Objects Origin.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=eJH0hxlhd5M) \ No newline at end of file diff --git a/Notes/Mesh Normals and Smoothing.md b/Notes/Mesh Normals and Smoothing.md new file mode 100644 index 0000000..8856029 --- /dev/null +++ b/Notes/Mesh Normals and Smoothing.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=2cQROA13T04) \ No newline at end of file diff --git a/Notes/Modifiers.md b/Notes/Modifiers.md new file mode 100644 index 0000000..9c33c66 --- /dev/null +++ b/Notes/Modifiers.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=JiQuGealRrs) \ No newline at end of file diff --git a/Notes/Object Data and Duplicating.md b/Notes/Object Data and Duplicating.md new file mode 100644 index 0000000..1438a76 --- /dev/null +++ b/Notes/Object Data and Duplicating.md @@ -0,0 +1,2 @@ +![](https://www.youtube.com/watch?v=HFstA5lM4BM) + diff --git a/Notes/Orientation and Parenting.md b/Notes/Orientation and Parenting.md new file mode 100644 index 0000000..10a72f3 --- /dev/null +++ b/Notes/Orientation and Parenting.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=vlR6qAbIlR0) \ No newline at end of file diff --git a/Notes/Pivots, Snapping, and Proportional Editing.md b/Notes/Pivots, Snapping, and Proportional Editing.md new file mode 100644 index 0000000..a8a08ef --- /dev/null +++ b/Notes/Pivots, Snapping, and Proportional Editing.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=PfBO0Gfla_Y) \ No newline at end of file diff --git a/Notes/Selecting Objects.md b/Notes/Selecting Objects.md new file mode 100644 index 0000000..3a2b5d6 --- /dev/null +++ b/Notes/Selecting Objects.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=zkupB5S3sUQ) \ No newline at end of file diff --git a/Notes/Subdivide, Fill, and Merge.md b/Notes/Subdivide, Fill, and Merge.md new file mode 100644 index 0000000..28bca75 --- /dev/null +++ b/Notes/Subdivide, Fill, and Merge.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=IjsugFxhB1w) \ No newline at end of file diff --git a/Notes/Transforming Objects.md b/Notes/Transforming Objects.md new file mode 100644 index 0000000..5735eb3 --- /dev/null +++ b/Notes/Transforming Objects.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=lYr25_YeuL8) \ No newline at end of file diff --git a/Notes/Visibility and Collections.md b/Notes/Visibility and Collections.md new file mode 100644 index 0000000..839b356 --- /dev/null +++ b/Notes/Visibility and Collections.md @@ -0,0 +1,15 @@ +--- +youtube: https://www.youtube.com/watch?v=fPXT6-6Z7pU +--- +`= this.youtube` + +| Source | `= this.youtube` | +| ------ | ---------------- | +| merde | putain | + + + +![](https://www.youtube.com/watch?v=fPXT6-6Z7pU) + + + \ No newline at end of file diff --git a/Notes/Where to go from here.md b/Notes/Where to go from here.md new file mode 100644 index 0000000..e0346d5 --- /dev/null +++ b/Notes/Where to go from here.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=cYKhTmNxaek) \ No newline at end of file diff --git a/Notes/Working with Blender Files.md b/Notes/Working with Blender Files.md new file mode 100644 index 0000000..b836d22 --- /dev/null +++ b/Notes/Working with Blender Files.md @@ -0,0 +1 @@ +![](https://www.youtube.com/watch?v=5dRvcq0rLzU) \ No newline at end of file diff --git a/Welcome to the Blender Vault..md b/Welcome to the Blender Vault..md new file mode 100644 index 0000000..70d061f --- /dev/null +++ b/Welcome to the Blender Vault..md @@ -0,0 +1,28 @@ +This vault is a test of learning by note taking based on the [CG Cookies](https://cgcookie.com/lessons/editors-and-windows-0d5d03d5acfd1586) tutorials. +# 1. Intro to 3D Space. +* [[Introduction to Blender]] +* [[Basic 3D Navigation]] +* [[Selecting Objects]] +* [[Transforming Objects]] +* [[Adding Deleting and the 3D Cursor]] +* [[Orientation and Parenting]] +* [[Mesh Components and Objects Origin]] +# 2. Editing Objects +* [[Object Data and Duplicating]] +* [[Pivots, Snapping, and Proportional Editing]] +* [[Visibility and Collections]] +* [[Mesh Normals and Smoothing]] +* [[Extrude, Inset, and Knife]] +* [[Bevel and Loop Cut]] +* [[Subdivide, Fill, and Merge]] +* [[Modifiers]] +# 3. The Blender Way + * [[Editors and Windows]] + * [[Working with Blender Files]] + * [[Cameras and Rendering]] + * [[Materials and Texture]] + * [[Lighting]] + * [[3D Animation with Keyframes]] + * [[Introduction to Grease Pencil]] + * [[Introduction to Sculpting]] + * [[Where to go from here]] \ No newline at end of file