Added all scripts

This commit is contained in:
raccoon
2025-01-11 22:25:32 +05:00
parent 9bc6821b6d
commit c2e20e8aa7
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ class VIEW3D_OT_ResetGrid(bpy.types.Operator):
def execute(self, context): def execute(self, context):
context.space_data.grid_lines = 16 context.space_data.grid_lines = 16
context.space_data.grid_scale = 1.0 context.space_data.grid_scale = 1.0
context.space_data.grid_subdivisions = 8 context.space_data.grid_subdivisions = 10
return {'FINISHED'} return {'FINISHED'}
@@ -87,7 +87,7 @@ def register():
description="Hammer Units grid level", description="Hammer Units grid level",
min=0, min=0,
max=9, max=9,
default=4, default=6,
update=update_grid_hu, update=update_grid_hu,
) )
bpy.types.Scene.grid_po2 = IntProperty( bpy.types.Scene.grid_po2 = IntProperty(