Skip to content
Snippets Groups Projects
Commit 04a61fbc authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Add better sourcing of file and write matlab->csv tutorials

parent ca44fec2
No related branches found
No related tags found
No related merge requests found
File added
File added
......@@ -76,6 +76,10 @@ def run(trajfile):
scn.objects.link(curveOB)
scn.objects.active = curveOB
curveOB.select = True
# bpy.ops.curve.primitive_nurbs_circle_add(
# radius=1, view_align=False, enter_editmode=False, location=(0, 0, 0))
#bpy.context.object.data.resolution_u = 3
#bpy.context.object.data.bevel_object = bpy.data.objects["NurbsCircle"]
def main():
......
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment