Wykres commitów

2480 Commity (master)

Autor SHA1 Wiadomość Data
SpectralVectors 113e6122ab
Update README.md 2025-01-22 13:05:55 -05:00
SpectralVectors ea9af5c3cc
Update README.md 2025-01-22 13:01:16 -05:00
SpectralVectors ad9e92bc26
Update README.md 2025-01-22 12:59:05 -05:00
SpectralVectors 0234d07720
Update README.md 2025-01-22 12:57:40 -05:00
SpectralVectors d44dab36ad
Update README.md 2025-01-22 12:56:09 -05:00
SpectralVectors fefad43428
Update README.md 2025-01-22 12:55:27 -05:00
SpectralVectors ae1c9cbd33
Update README.md 2025-01-22 12:48:06 -05:00
SpectralVectors ad5d702414
Update README.md 2025-01-22 11:49:50 -05:00
SpectralVectors 6dd3723539
Update README.md 2025-01-22 11:39:44 -05:00
SpectralVectors d360b1ba33
Update README.md 2025-01-22 11:11:10 -05:00
SpectralVectors d4a436efae
Update README.md 2025-01-22 09:32:38 -05:00
Rob d4874ba633 Merge branch 'master' of https://github.com/SpectralVectors/blendercam 2025-01-21 20:36:27 -05:00
Rob 578932ccfc Custom Icon Support - currently Cutter Panel only 2025-01-21 20:36:24 -05:00
Stationär\Henrik 3241f84871 Merge branch 'master' of https://github.com/hmunktell/blendercam 2025-01-21 23:23:30 +01:00
Release robot bdda2047bb Version number 2025-01-21 18:24:25 +00:00
SpectralVectors 55162c56f3
Merge pull request #234 from SpectralVectors/master
Remaining Issue #230 Fixes, Docstring updates
2025-01-21 13:22:09 -05:00
Rob 83e9ad38f8 Remaining Issue #230 Fixes 2025-01-21 12:50:56 -05:00
Rob 7f2061a831 More Issue 230 Fixes 2025-01-21 12:19:57 -05:00
Rob bca4ec0594 Operator Descriptions, Min, Max Values 2025-01-21 12:08:53 -05:00
Rob 4f37fbd786 More docstring updates 2025-01-21 10:57:58 -05:00
Rob c82f18044c Docstring update - change 'camera' to 'CAM' where applicable 2025-01-21 10:57:02 -05:00
Rob 92b5c97f8d Copy Operation Fix, Comment cleanup 2025-01-21 10:28:44 -05:00
Release robot 06bf0f7ef4 Version number 2025-01-21 12:45:03 +00:00
SpectralVectors e59ca87e0e
Merge pull request #233 from SpectralVectors/master
Fixes - Chains, Relief, Pack, Cutter Angle, Index
2025-01-20 17:30:51 -05:00
Rob c9d4590615 Cutter Angle Fix, Strategy formatting 2025-01-20 16:07:45 -05:00
Rob c9b83afa79 Poll & Select Fixes 2025-01-20 15:52:10 -05:00
Rob 6093e906b5 Chain fix 2025-01-20 15:40:59 -05:00
Release robot d22413998b Version number 2025-01-12 13:19:20 +00:00
SpectralVectors 6c9d95df00
Merge pull request #231 from FredrikHson/fixes
add a few ui features and fix waterline skin thickness
2025-01-11 11:24:17 -05:00
Fredrik Hansson eb5244ed2a add skin to ui for project curve to surface
add limit curve the ui for waterline as it works there aswell
also fix waterline skin thickness in the z direction by moving the slice
line down by the skin thickness.
2025-01-09 19:45:32 +01:00
SpectralVectors 88ecd37d3e
Merge pull request #229 from SpectralVectors/master
Reference repair and Step Size increase
2024-12-31 08:30:54 -05:00
Stationär\Henrik 9e295f9645 Merge branch 'angle_step' 2024-12-31 00:20:42 +01:00
SpectralVectors 338fb46251
Merge pull request #18 from hmunktell/angle_step
Adding step value for angle items in UI
2024-12-30 10:54:52 -05:00
Stationär\Henrik 457b2555c9 Merge branch 'fix-imports' of https://github.com/hmunktell/blendercam 2024-12-30 16:32:41 +01:00
SpectralVectors 48f25450ca
Merge pull request #19 from hmunktell/fix-imports
Fix various imports and references
2024-12-30 09:54:28 -05:00
hmunktell 138a91d965
Merge pull request #5 from hmunktell/actions/black
Format Python code with psf/black push
2024-12-30 14:49:30 +01:00
hmunktell 506d29ef66 🎨 Format Python code with psf/black 2024-12-30 13:38:27 +00:00
Stationär\Henrik 26fb125a30 Fix missing import in thread_utils.py 2024-12-30 14:36:53 +01:00
Stationär\Henrik 300e7e8195 Fix missing import in index_utils.py 2024-12-30 14:28:59 +01:00
Alain Pelletier 92e2844ce1
Merge pull request #228 from dwrobel/Fix-cannot-access-local-variable-error-in-numpy_to_image
Fix 'cannot access local variable' error in numpy_to_image
2024-12-30 09:19:06 -04:00
Stationär\Henrik abd986b2ec Fix missing import in bounds_utils.py 2024-12-30 13:46:14 +01:00
Stationär\Henrik 8e856d39e5 Fix import and reference in optimisation_panel-py 2024-12-30 13:40:51 +01:00
Stationär\Henrik 9bccef0479 Fixing reference in testing.py 2024-12-30 12:05:40 +01:00
Damian Wrobel f348979fc0 Fix 'cannot access local variable' error in numpy_to_image
Fixes the following error:

 Numpy to Image freecad-test-for-blender-Body_Op_freecad-test-for-blender-Body_1_off.exr
 104 111
 FAIL cannot access local variable 'i' where it is not associated with a value
   File "/home/dw/.config/blender/4.3/extensions/user_default/fabex/operators/path_ops.py", line 218, in _calc_path
     await get_path(context, o)
   File "/home/dw/.config/blender/4.3/extensions/user_default/fabex/gcode_path.py", line 644, in get_path
     await get_path_3_axis(context, operation)
   File "/home/dw/.config/blender/4.3/extensions/user_default/fabex/gcode_path.py", line 882, in get_path_3_axis
     await prepare_area(o)
   File "/home/dw/.config/blender/4.3/extensions/user_default/fabex/utilities/image_utils.py", line 822, in prepare_area
     numpy_save(o.offset_image, iname)
   File "/home/dw/.config/blender/4.3/extensions/user_default/fabex/utilities/image_utils.py", line 61, in numpy_save
     i = numpy_to_image(a, inamebase)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/home/dw/.config/blender/4.3/extensions/user_default/fabex/utilities/image_utils.py", line 191, in numpy_to_image
     i.pixels[:] = a[:]  # this gives big speedup!
     ^
 CALCULATED PATH (success=FINISHED,retval=False)
 Error: cannot access local variable 'i' where it is not associated with a value

Make sure that the image is always created by limiting the length
of the 'name' argument in the bpy.ops.image.new().

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2024-12-30 12:01:21 +01:00
Stationär\Henrik 44e2c19f48 Fix reference in pack 2024-12-30 11:39:57 +01:00
Stationär\Henrik c654d3c83c Fix missing imports in cam_chunk 2024-12-30 11:31:07 +01:00
Stationär\Henrik bf9eb949fe Fix missing imports in puzzle_joinery 2024-12-30 11:17:12 +01:00
Stationär\Henrik b3b344bf86 More angle step fixes 2024-12-29 19:20:06 +01:00
Stationär\Henrik 40ea3ec00d Merge branch 'master' into angles 2024-12-29 18:59:48 +01:00
Stationär\Henrik 776661e134 Set step values for angle properties 2024-12-29 18:58:46 +01:00