Add example scripts for major functions
This commit is contained in:
+2
-2
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user