Add example scripts for major functions

This commit is contained in:
Stefan Cepko
2026-06-05 05:36:50 -04:00
parent 31e464f5cd
commit 8292682ac2
10 changed files with 763 additions and 2 deletions
+2 -2
View File
@@ -149,8 +149,8 @@ class KNOT_OT_BakePreview(bpy.types.Operator):
glob = context.scene.knot_globals
_make_torus_knot(
config,
resolution=glob.resolution,
bevel_resolution=glob.bevel_resolution,
resolution=glob.preview_resolution,
bevel_resolution=glob.preview_bevel_resolution,
knot_scale=glob.knot_scale,
scene=context.scene,
)