Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisl committed Jun 13, 2023
1 parent ca910f3 commit 2bb2b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyshics_materials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def register():
scene = bpy.types.Scene
scene.use_physics_tag = bpy.props.BoolProperty(name="Filter", default=True)
scene.use_physics_tag = bpy.props.BoolProperty(name="Filter", default=False)
# scene.active_physics_material = bpy.props.StringProperty(name="Active Physics Material", default="")
materialType = bpy.types.Material

Expand Down

0 comments on commit 2bb2b62

Please sign in to comment.