Object Scatter Addon

The Object Scatter addon for Blender 2.8 allows you to scatter a mesh on a surface. It doesn’t have to be a plane you want to scatter on, it can even be a sphere. The add-on is already build in Blender and it makes the scene in a stroke and few clicks way more interesting. So why we don’t use it a bit more?

How to use the Object Scatter Addon.

Object Scatter addon user interface
Object Scatter User Interface.
  • If not enabled already, go to Edit > Preferences > Addons and type in the search bar: scatter. Enable “Object: Scatter Objects”.
  • Back to the scene, you select first the object you want to scatter, then the object you want the object to be distributed. (First the stone then the ground.).
  • Then Press F3 and type: Scatter. Click on: Scatter Objects.
  • Drag with the mouse (LMB) on the ground (or surface) and so you are painting the trail or stones let’s say.
  • Then in the properties panel > TAB Active Tool, you can set the Density, Radius, Scale, Randomness, Rotation, Offset and Seed.
  • Once that is set, you press Enter.
  • Now, another interesting part is: those are all instances. Meaning if you edit the scatter object (Stone) in Edit in Edit-mode, al instance will be edited. And the fun part: It barely uses memory. So why the heck it seems that barely any-one is using? It’s so powerful.

Note: in case you see a triangle in every instance, you can edit the original object (stone lets say) and remove the triangle. Probably this is a bug at the moment. Als keep in mind you cannot apply modifiers to mutiple user-data. So in case you have that in mind, you need to do that before you scatter.

In case you want to place a comment, question or suggestion, don’t hesitate to place a comment.

New Media Supply

Graphic- and 3D design.

24 thoughts on “Object Scatter Addon

  • July 2, 2019 at 6:26 am
    Permalink

    f3 shows me all my open windows Mac

    Reply
  • July 2, 2019 at 6:31 am
    Permalink

    never mind.
    osx keyboard prefs

    Reply
    • July 3, 2019 at 10:13 pm
      Permalink

      Hi Walter, How did you solve it? Maybe it’s useful info for others to know.
      Robert

      Reply
      • July 31, 2019 at 3:28 pm
        Permalink

        Press fn+ F3 on the keyboard and everthings will fine

        Reply
  • August 5, 2019 at 7:29 am
    Permalink

    hi, do you know how to fix this, it leaves me original objects like it’s own origin right at center of distribute, I can not hide it due to scatter objects hides also
    image link https://imgur.com/a/gdfRvLM

    Reply
  • October 23, 2019 at 9:49 pm
    Permalink

    when I paint objects on target object and press enter nothing happens and cant get out of it . what an I doing wrong ???

    Reply
      • October 30, 2019 at 8:06 pm
        Permalink

        My apology, I didn’t reply, but glad you solved the issue. Dealing with some time-pressure most of the time as well.

        Reply
  • December 10, 2019 at 5:34 am
    Permalink

    I see weird white triangle faces when I use the scatter objects in small objects (like a small rock). I’ve seen other comments regarding this but no solutions. Have you seen this before?

    Reply
  • January 20, 2020 at 7:09 pm
    Permalink

    I would like to have scatter objects with scale only and not the rotation. How can i achieve this?

    Reply
  • January 23, 2020 at 12:20 am
    Permalink

    On both blender 2.8 and 2.81 I can only edit the properties before I start to scatter. After scattering objects can not change values even I can’t change the tabs of tools as soon as I press enter.

    Reply
  • February 26, 2020 at 3:04 am
    Permalink

    Dude, those triangles aren’t bugs! They’re the face part of dupli-faces, now called instancing, and why the memory requirements stay so low. Go to Object tab in Properties panel, find Instancing section and uncheck Display Instancer.

    Reply
  • March 18, 2020 at 11:18 am
    Permalink

    Hi, I’ve activated the add on, and is showing up in the tool window. But when I select and go to the Operator Search, Object Scatter doesn’t appear for some reason. Can anyone help with this?

    Reply
  • March 27, 2020 at 10:04 pm
    Permalink

    I am having the same issue as George. I have Blender on two separate computers and have this issue with both..

    Reply
    • April 11, 2020 at 3:29 pm
      Permalink

      I’m having the same issue.

      Reply
  • July 16, 2020 at 10:02 am
    Permalink

    I use 2.83 and try 2.81 and 2.8. I can’t change the scatter settings after drawing.

    Reply
  • December 10, 2020 at 3:48 pm
    Permalink

    You have to go to the Properties panel, for some reason the properties in the ‘N’ panel don’t update.

    Reply
  • June 2, 2021 at 12:01 pm
    Permalink

    Solved it! It´s a problem from the 2.90 version or something. go to edit > preferences > interface > and activate developer extras (in display). 😀

    Reply
  • October 20, 2021 at 7:03 pm
    Permalink

    note: I solved the triangle issue by scale the object first and voila !!

    Reply
  • September 9, 2022 at 2:05 pm
    Permalink

    Seems broken in Blender 3.4 Alpha: `Python: Traceback (most recent call last):
    File “/usr/share/blender/3.4/scripts/addons/object_scatter/operator.py”, line 67, in modal
    event_used = self.handle_non_exit_event(event)
    File “/usr/share/blender/3.4/scripts/addons/object_scatter/operator.py”, line 77, in handle_non_exit_event
    self.active_target.start_build(self.target_object)
    File “/usr/share/blender/3.4/scripts/addons/object_scatter/operator.py”, line 254, in start_build
    self.bvhtree = bvhtree_from_object(target_object)
    File “/usr/share/blender/3.4/scripts/addons/object_scatter/operator.py”, line 450, in bvhtree_from_object
    object_eval = object.evaluated_get(depsgraph)
    ReferenceError: StructRNA of type Object has been removed
    `

    Reply

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.