Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    DEVELOPMENT

    • Roadmap

      See which projects are currently being worked on and what's next.

    • Documentation

      Guidelines, release notes and development docs.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

Rated by Slowwkidd

Add-on Node Peek
  • Node Peek v0.5.2
  • 3 d

Great addon! I would love to have the possibility to set a unified size for the thumbnails, instead of it being solely dependant on the node width.

  • mlstr0m replied
  • 3 d

Done mate! In 0.5.5 we can individually resize thumbnails by node. :)

Add-on Dimensions in Edit Mode
  • Dimensions in Edit Mode v1.0.1
  • 1 mo

I wanted this for so long! Thank you so much, it should be part of Default Blender!!!!

Add-on Camera Shakify
  • Camera Shakify v0.5.1
  • 2 mo

Very useful addon, but I wish there was an option to make the shake automatically loop based on timeline duration, so that when when animation restarts the shake is one continuous loop.

Add-on Snap Line Tool
  • Snap Line Tool v6.8.1
  • 11 mo

Great addon but it's not working in 4.5 , all the overlays and snapping when hovering don't show up.

Add-on Procedural Tiles
  • Procedural Tiles v0.0.1
  • 1 y

Hey, great set of customizable textures!

The only thing that pains me a little bit is that you can't preview them immediately with ctrl+shift+click if they are not attached to a texture coordinate node (contrary to built-in texture nodes). This makes the process of previewing and finding the right one quite slow, especially since they are many. Also, this other extension shows you a little thumbnail of the texture inside the menu, which is quite useful: https://extensions.blender.org/add-ons/noise-nodes/

Besides this, lot of room to play with!

  • Aisun-Tang replied
  • 1 y

Hey, thanks for the feedback.

The Ctrl + Shift + Click preview thing, might not be possible, since there is no way to tell whether or not a socket connects to some other node (in this case the UV) from basic GroupNodes and thus, I can't configure a default value.

As for the actual problem, indeed it IS such a pain to search for each node, specially for my terrible naming conventions (sorry for that). So I fixed it! (there are icons now).

GO get the new version (0.0.2), that might be what you were looking for. 😎

Add-on HeadsUp Warnings
  • HeadsUp Warnings v1.0.4
  • 1 y

Extremely useful add-on! One thing I wished is having an option to have object scale warnings "globally", and not only for active object. Especially when dealing with large numbers of objects, it would immediately tell me that there are scaling issues somewhere, even before clicking on the object/s.

Thank you for this addon!

Add-on Overscan Render
  • Overscan Render v1.0.1
  • 1 y

Hey Blenderbob, great to see your addon here! Although, I wish this was updated to the Overscan+ version, where the options were in the output and, most importantly, Safe Areas were showing you the original cropping. Great and obligatory addon nonetheless!

Add-on Autokey Highlight
  • Autokey Highlight v1.0.3
  • 1 y

This is amazing, it finally makes auto-keying impossible to miss! I was wondering, since at the angles of the editor the red border is cut, maybe looking at the code of editor edge highlighting could help resolving it? https://projects.blender.org/blender/blender/pulls/116684

Thanks for this QoL improvement!

  • Lauloque replied
  • 1 y

Thanks for the feedback! My current implementation works by drawing an additional border on top of the viewport, hence the rounded edges aren't taken into account. For a next version, I could see to find a solution to that.

Add-on Auto Active Camera Switcher
  • Auto Active Camera Switcher v1.0.2
  • 1 y

Nice add-on! The only thing is that right after installing and enabling it doesn't work, you have to quit and restart Blender for it to work.

Add-on Bulk Asset Tools
  • Bulk Asset Tools v1.7.3
  • 2 y

Hi! Can I move an asset from the current file (or an asset library) to another asset library? When I try to do it, the list for picking it's empty.

Add-on Visibility handler
  • Visibility handler v1.1.3
  • 2 y

Hi! I think that in order for this add-on to be truly amazing, the matching of viewport and render visibility settings shouldn't be an operator inside the View menu of the 3D view (which btw is not documented in the add-on info, I had to search for it, and it's also a bit of a counterintuitive location), but should be an AUTOMATIC setting of the add-on preference, so that when I enable the add-on, the visibility settings match automatically, anytime. If the objective of this was to eliminate the hassle of remembering to turn on/off the visibility for rendering or vice-versa, this simply substitutes it with the hassle of remembering everytime to go in a menu and run the operator. Good idea for a long-standing issue, not really great implementation in my opinion.

  • DanielBystedt replied
  • 2 y

Thanks for the feedback. I have documented the operators menu location here

https://extensions.blender.org/add-ons/visibility-handler/?utm_source=blender-4.2.0-release-candidate

You can also find operators via the search menu (F3). The Addon is not intended to be an automatic feature that is run at all times when using blender. You need to run the operator. Having it working in this manner is more useful, since you might want different view/render settings per scene, object etc.

Add-on Browser Scroll Resize
  • Browser Scroll Resize v1.0.0
  • 2 y

Hey, great add-on, super useful! Wanted to give some feedback: If I change the keymap from alt-wheel to ctrl-wheel (to mimic how it works in windows), if by scrolling too much I change the display mode (thumbnails, list. etc.) then I cannot scroll back to change it. -I say this also because it would be super cool if this worked also with the same behavior of resizing the size of other editors, where by holding ctrl and scrool-wheel and then dragging to the left or to the right it smoothly resizes the window.

Thank!

  • Barrunterio replied
  • 2 y

Hey, thanks for reaching out! Sadly that's why Alt shortcut was choose instead common Ctrl. As you saw if applied there is a conflict between current shortcuts for file manager using Ctrl.

  • Easy workarround is remapping your keymaps to avoid Ctrl being called for two operators. "view2d.scroll_right"

I thought auto deactivate the shortcut or adding a bool option to deactivate the shortcut, but at the end I don't wan't the add-on to interfere and change your user settings without you realizing it, and modify user's workflow on other 2D areas.

Maybe adding a warning when trying to change for control, and then an option to remap the default conflicting keymapcan be a solution or just writing down the work-arrounds can be a good start to address this issue. Rigth now I don't see a cleaner way to implement this.

Definitely implementing support for "Ctrl + Mouse direction" is a nice addition. I will work on that.

12 reviews
  • About
  • Privacy Policy
  • Terms of Service
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
  • Code of Conduct
Organization
  • People
  • Jobs
Blender Network
Download
  • Latest Blender
  • Blender LTS
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Requirements
  • Benchmark
  • Flamenco
Extensions
  • Add-ons
  • Themes
Developers
  • Get Started
  • Roadmap
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Studio
  • Films
  • Training
  • Tools & Pipeline
Support
  • Manual
  • Community
  • FAQ
Get Involved
  • Documentation
  • Education
News
  • Press Releases
  • User Stories
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite