Skip to content

Commit

Permalink
remove blendercam references for compliance with blender usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pppalain committed Oct 2, 2024
1 parent 2739bee commit f307c06
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/addons/cam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlenderCAM '__init__.py' © 2012 Vilem Novak
"""CNC CAM '__init__.py' © 2012 Vilem Novak
Import Modules, Register and Unregister Classes
"""
Expand Down
2 changes: 1 addition & 1 deletion scripts/addons/cam/basrelief.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlenderCAM 'basrelief.py'
"""CNC CAM 'basrelief.py'
Module to allow the creation of reliefs from Images or View Layers.
(https://en.wikipedia.org/wiki/Relief#Bas-relief_or_low_relief)
Expand Down
4 changes: 2 additions & 2 deletions scripts/addons/cam/gcodepath.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlenderCAM 'gcodepath.py' © 2012 Vilem Novak
"""CNC CAM 'gcodepath.py' © 2012 Vilem Novak
Generate and Export G-Code based on scene, machine, chain, operation and path settings.
"""
Expand Down Expand Up @@ -624,7 +624,7 @@ async def getPath(context, operation):
pr.enable()
await getPath3axis(context, operation)
pr.disable()
pr.dump_stats(time.strftime("BlenderCAM_%Y%m%d_%H%M.prof"))
pr.dump_stats(time.strftime("CNCCAM_%Y%m%d_%H%M.prof"))
else:
await getPath3axis(context, operation)

Expand Down
2 changes: 1 addition & 1 deletion scripts/addons/cam/image_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlenderCAM 'image_utils.py' © 2012 Vilem Novak
"""CNC CAM 'image_utils.py' © 2012 Vilem Novak
Functions to render, save, convert and analyze image data.
"""
Expand Down
2 changes: 1 addition & 1 deletion scripts/addons/cam/ui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlenderCAM 'ui.py' © 2012 Vilem Novak
"""CNC CAM 'ui.py' © 2012 Vilem Novak
Panels displayed in the 3D Viewport - Curve Tools, Creators and Import G-code
"""
Expand Down

0 comments on commit f307c06

Please sign in to comment.