Skip to content

Commit

Permalink
Fluid surface objects are now selected when created
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbasnett committed Aug 3, 2024
1 parent 39a4a6d commit dc0e915
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bdk_addon/fluid_surface/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def execute(self, context: Context):

context.collection.objects.link(fluid_surface_object)

fluid_surface_object.select_set(True)
context.view_layer.objects.active = fluid_surface_object

return {'FINISHED'}


Expand Down

0 comments on commit dc0e915

Please sign in to comment.