Both sides previous revisionPrevious revisionNext revision | Previous revision |
start:knowledge:software:blender_knowledge [2025/01/23 07:45] – [Grease Pencil] florian | start:knowledge:software:blender_knowledge [2025/05/13 20:58] (current) – [Production] florian |
---|
| |
===== Add-on's ===== | ===== Add-on's ===== |
| |
| <note important> |
| MaterialQ can cause problems with commonly used Blender shortcuts, like the mode switching (1,2,3) and a MachineTools shortcut "Alt X" |
| </note> |
^ Name ^ Description ^ | ^ Name ^ Description ^ |
| [[https://extensions.blender.org/add-ons/looptools/|Loop tools]] | Mesh modelling toolkit. Several tools to aid modelling. | | | [[https://extensions.blender.org/add-ons/looptools/|Loop tools]] | Mesh modelling toolkit. Several tools to aid modelling. | |
| [[https://extensions.blender.org/add-ons/lfs-camera-plane/|Camera Plane]] | Import images and stick them to the camera | | | [[https://extensions.blender.org/add-ons/lfs-camera-plane/|Camera Plane]] | Import images and stick them to the camera | |
| [[https://rileyb3d.gumroad.com/l/ngsqwr|Timelapse orbit]] | Create rotating viewport to record | | | [[https://rileyb3d.gumroad.com/l/ngsqwr|Timelapse orbit]] | Create rotating viewport to record | |
| | [[https://ilyassel.gumroad.com/l/TargetIt|Target, Please!]] | The Ultimate Targeting Add-on for Blender | |
| | [[https://blendermarket.com/products/materialiq|Materialiq]] | | |
| | [[https://extensions.blender.org/add-ons/ikea-browser/|IKEA browser]] | Download IKEA furniture right inside Blender | |
| | [[https://github.com/bastianlstrube/Blender-Super-Duper-Batch-Exporter|Batch Exporter]] | | |
| | [[https://extensions.blender.org/add-ons/print3d-toolbox/?utm_source=blender-4.4.1|3D Print Toolbox]] | | |
[[https://github.com/agmmnn/awesome-blender|A curated list of Blender Add-on's]] | [[https://github.com/agmmnn/awesome-blender|A curated list of Blender Add-on's]] |
\\ | \\ |
===== Python scripts ===== | ===== Python scripts ===== |
Assign shaders to selected meshes with the same name as the shader\\ | Assign shaders to selected meshes with the same name as the shader\\ |
| <code python> |
import bpy | import bpy |
# Get selected objects | # Get selected objects |
print(f"No matching material found for object '{obj.name}'") | print(f"No matching material found for object '{obj.name}'") |
print("Material assignment complete for selected objects.") | print("Material assignment complete for selected objects.") |
| </code> |
Quickly Import KitBash3D Models into the Blender Asset Browser\\ | Quickly Import KitBash3D Models into the Blender Asset Browser\\ |
| |
<code> | <code python> |
# Open your KB3D Pack. Make sure the textures are loaded and everything works as intended. This script assumes the Scene is named KB3D_"TitleCasePackName"-Native. It should be that by default. | # Open your KB3D Pack. Make sure the textures are loaded and everything works as intended. This script assumes the Scene is named KB3D_"TitleCasePackName"-Native. It should be that by default. |
# Create a new folder in your Asset Library Folder for Blender. (Edit>Preferences>FilePaths>AssetLibraries). I recommend a setup like this | # Create a new folder in your Asset Library Folder for Blender. (Edit>Preferences>FilePaths>AssetLibraries). I recommend a setup like this |
| Abstract Loops | [[https://ko-fi.com/s/9131dc3af8|Abstract Loops]] | | | Abstract Loops | [[https://ko-fi.com/s/9131dc3af8|Abstract Loops]] | |
===== Links ===== | ===== Links ===== |
[[https://www.youtube.com/watch?v=jnj2BL4chaQ&t=4s|Beginners tutorial]] | |
[[https://hollisbrown.github.io/blendershortcuts/|Blender Shortcuts]] | |
[[https://docs.blender.org/manual/en/latest/|Manual]] | * [[https://www.youtube.com/watch?v=jnj2BL4chaQ&t=4s|Beginners tutorial]] |
[[https://bubblepins.com/membership/export-houdini-kinefx-rigs-amp-blendshapes-to-blender|Export Houdini KineFX Rigs & BlendShapes to Blender]] | * [[https://hollisbrown.github.io/blendershortcuts/|Blender Shortcuts]] |
| * [[https://docs.blender.org/manual/en/latest/|Manual]] |
| * [[https://bubblepins.com/membership/export-houdini-kinefx-rigs-amp-blendshapes-to-blender|Export Houdini KineFX Rigs & BlendShapes to Blender]] |
| * [[https://www.youtube.com/watch?v=p-TEYeXQqDU|Macro Photorealism in Blender]] |
| * [[https://www.youtube.com/watch?v=rrZiSwXoBVA&ab_channel=TomiViitanen|How to Turn HDRi to 3D ENVIRONMENT]] |
| * [[https://www.youtube.com/@GlebAlexandrov/videos|CreativeShrimp]] |
| |
==== Grease Pencil ==== | ==== Grease Pencil ==== |
[[https://cgcookie.mavenseed.com/courses/grease-pencil-basics-an-introduction-to-blender-s-grease-pencil|Grease Pencil]]\\ | |
[[https://www.youtube.com/watch?v=7PrgpIskR5s&ab_channel=CGCookie|Storyboarding in 3D Space]]\\ | * [[https://cgcookie.mavenseed.com/courses/grease-pencil-basics-an-introduction-to-blender-s-grease-pencil|Grease Pencil]]\\ |
[[https://www.youtube.com/watch?v=lpimPeoVeZ4|Storyboard with Blender's Grease Pencil: tips for your short film]]\\ | * [[https://www.youtube.com/watch?v=7PrgpIskR5s&ab_channel=CGCookie|Storyboarding in 3D Space]]\\ |
[[https://www.youtube.com/watch?v=yaOEsAOnq7s|Blender 2D Animation Basics for Beginners - Grease pencil guide]]\\ | * [[https://www.youtube.com/watch?v=lpimPeoVeZ4|Storyboard with Blender's Grease Pencil: tips for your short film]]\\ |
[[https://jjanneanthony.com/2024/02/23/31-day-grease-pencil-challenge-in-blender/|31-Day Grease Pencil Challenge in Blender]]\\ | * [[https://www.youtube.com/watch?v=yaOEsAOnq7s|Blender 2D Animation Basics for Beginners - Grease pencil guide]]\\ |
| * [[https://jjanneanthony.com/2024/02/23/31-day-grease-pencil-challenge-in-blender/|31-Day Grease Pencil Challenge in Blender]]\\ |
| |
=== Brushes === | === Brushes === |
[[https://www.youtube.com/watch?v=8XknRHz-yik|PENCIL TEXTURE pack]]\\ | |
[[https://cgcookie.com/downloads/paul-s-grease-pencil-3-0-brush-pack|Greace pencil brush pack]]\\ | * [[https://www.youtube.com/watch?v=8XknRHz-yik|PENCIL TEXTURE pack]]\\ |
[[https://www.youtube.com/watch?v=FHu6X_N3qjU|How to create and manage Grease Pencil 3.0 Brush Assets in Blender]]\\ | * [[https://cgcookie.com/downloads/paul-s-grease-pencil-3-0-brush-pack|Greace pencil brush pack]]\\ |
| * [[https://www.youtube.com/watch?v=FHu6X_N3qjU|How to create and manage Grease Pencil 3.0 Brush Assets in Blender]]\\ |
| |
| |
==== Production ==== | ==== Production ==== |
[[https://www.youtube.com/watch?v=w6YPbidAAzQ|How Ian Hubert Hacked VFX - Delighting]]\\ | |
[[https://www.artstation.com/blogs/ericcorreia/AgNXW|A Guide on Achieving Flawless Bakes]]\\ | * [[https://www.youtube.com/watch?v=w6YPbidAAzQ|How Ian Hubert Hacked VFX - Delighting]]\\ |
| * [[https://www.artstation.com/blogs/ericcorreia/AgNXW|A Guide on Achieving Flawless Bakes]]\\ |
| |