mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 18:53:53 +05:00
Added all scripts
This commit is contained in:
Binary file not shown.
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user