Wykres commitów

1895 Commity (master)

Autor SHA1 Wiadomość Data
Rob 5bbfec2094 Revert rst format change 2025-01-22 16:12:36 -05:00
Rob c34498f6ce RST formatting 2025-01-22 16:10:10 -05:00
Rob d2f3d3b6dd Moving User Docs to Dev Doc site 2025-01-22 16:03:08 -05:00
Rob 2be3fece34 Mergin User Docs 2025-01-22 15:51:16 -05:00
Rob d23b141b1a Update relative link syntax 2025-01-22 15:13:31 -05:00
Rob 7467aca2fe Converting API docs to combined User/Developer docs 2025-01-22 15:09:29 -05:00
Rob 849d8919b9 getting testy 2025-01-22 15:02:42 -05:00
Rob c1622fb500 testina 2025-01-22 14:58:47 -05:00
Rob 0e6ab77872 rstesttstststs 2025-01-22 14:55:24 -05:00
Rob 8be9138922 Testeroo 2025-01-22 14:48:47 -05:00
Rob b3b19781c3 Test Again 2025-01-22 14:44:06 -05:00
Rob 3f75d58cff keep on testin 2025-01-22 14:41:11 -05:00
Rob d1b21373e2 rstest 2025-01-22 14:38:21 -05:00
Rob 6e93232539 keep testing rst layouts 2025-01-22 14:36:00 -05:00
Rob 0ed0ba67b8 mo rst tests 2025-01-22 14:29:29 -05:00
Rob 81233d99cb Reverting rst test 3 2025-01-22 14:28:37 -05:00
Rob ccec8c3b71 rst tests pt 3 2025-01-22 14:26:12 -05:00
Rob 6d0f941aa3 rst Test pt 2 2025-01-22 14:20:43 -05:00
Rob 0960ab074d Subheading rst Test 2025-01-22 14:19:24 -05:00
Rob bba50caf3e Myst Markdown integration test 2025-01-22 13:54:16 -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
Release robot bdda2047bb Version number 2025-01-21 18:24:25 +00: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
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
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 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
SpectralVectors 48f25450ca
Merge pull request #19 from hmunktell/fix-imports
Fix various imports and references
2024-12-30 09:54:28 -05: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
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
Stationär\Henrik d29bee2d23 Fix missing references for A and B axis 2024-12-29 15:47:48 +01:00
Rob 1ba88f3697 G43, AB Axes UI reference fixes, numba removed 2024-12-29 08:49:59 -05:00
SpectralVectors 4c865e580b
Merge branch 'pppalain:master' into master 2024-12-29 08:37:13 -05:00
hmunktell ae51c62c30 🎨 Format Python code with psf/black 2024-12-29 11:25:35 +00:00
Stationär\Henrik eed11fe83b Merge branch 'master' into fix-zig_zag_ramp 2024-12-29 11:24:50 +01:00
Stationär\Henrik ab45241b68 Fixed Zigzag_ramp not found 2024-12-28 17:32:28 +01:00
SpectralVectors 1db51d422f
Merge branch 'pppalain:master' into master 2024-12-28 09:15:36 -05:00
Stationär\Henrik b477cea34a Remove comments 2024-12-27 23:11:54 +01:00
Stationär\Henrik 21938989e2 Merge branch 'master' into Skin-option 2024-12-27 23:10:19 +01:00
SpectralVectors 15dfa4dcb1 🎨 Format Python code with psf/black 2024-12-27 19:47:34 +00:00
Rob e233fab9ba added llvmlite wheel requirement for numba wheels 2024-12-27 14:44:31 -05:00
SpectralVectors 8de862d90b
Update blender_manifest.toml 2024-12-27 14:33:25 -05:00
SpectralVectors bcd7abab19
Update blender_manifest.toml 2024-12-27 14:26:54 -05:00
SpectralVectors 18ba3ed172
Add files via upload 2024-12-27 14:02:05 -05:00
Release robot d2076adc5b Version number 2024-12-27 18:19:46 +00:00
Release robot 83a48aabe3 Version number 2024-12-27 18:15:18 +00:00
SpectralVectors 5705df52e7
Merge branch 'pppalain:master' into master 2024-12-27 11:55:17 -05:00
Rob e403345853 Area, Movement UI Panel reference fixes 2024-12-27 09:43:14 -05:00
Stationär\Henrik 55390e9cf3 Merge branch 'master' into Skin-option and resolve conflicts 2024-12-27 11:19:45 +01:00
Stationär\Henrik 3ab282489a Add skin option to UI for pocket strategy 2024-12-26 23:17:52 +01:00
Release robot ba9caeff97 Version number 2024-12-26 19:32:36 +00:00
Release robot 71db01b514 Version number 2024-12-26 19:29:22 +00:00
pppalain 1357d5dff7 🎨 Format Python code with psf/black 2024-12-24 14:38:02 +00:00
Alain Pelletier 71d13afa35
Merge pull request #220 from dwrobel/Add-black-configuration
Add "black" configuration
2024-12-24 10:37:30 -04:00
Damian Wrobel a4a74a5513 Add "black" configuration
Try to achieve consistent formatting results between
different 'black' and 'python' versions.

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2024-12-23 23:56:56 +01:00
Damian Wrobel 5d6ac6d5b4 Improve "Operation Exceeded..." message
Improve "Operation Exceeds Your Machine Limits" message
with information on which axes the limit were exceeded plus
the value of range and working area.

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2024-12-23 23:20:55 +01:00
Release robot 0b81f111d7 Version number 2024-12-23 18:17:43 +00:00
Damian Wrobel 3bbe1d56e2 Fix name 'unit_value_to_string' is not defined error
Fixes the following error:

  utilities/operation_utils.py", line 328, in update_chipload
      o.info.chipload_per_tooth = unit_value_to_string(o.info.chipload, 4)
                                  ^^^^^^^^^^^^^^^^^^^^
  NameError: name 'unit_value_to_string' is not defined
  File "utilities/operation_utils.py", line 346, in update_offset_image

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2024-12-23 13:05:40 +01:00
Rob 7f9257f7cf Test push 2024-12-22 15:13:53 -05:00
SpectralVectors 49c42b2144 🎨 Format Python code with psf/black 2024-12-22 16:44:37 +00:00
Rob 1bf2ca73da Fixing Black Error 2024-12-22 11:44:01 -05:00
Rob 560d7deb44 rst code snippet fixes, list restored to hyphen 2024-12-22 11:25:33 -05:00
Rob 7d0c216bc1 rst lists ALSO NEED A BLANK LINE BEFORE, hooray 2024-12-22 11:08:50 -05:00
Rob 0ffbfff803 rst uses asterisk for list, not hyphen, doh 2024-12-22 11:01:48 -05:00
Rob c5b690561e forgot the _ in the rst link format 2024-12-22 10:55:50 -05:00
Rob bb5d8adb01 Link format fixed - md to rst syntax 2024-12-22 10:52:00 -05:00
Rob 60b0639fcd overview code indent fix 2024-12-22 10:40:33 -05:00
Rob 9e178d1d93 Updating Sphinx docs 2024-12-22 10:35:44 -05:00
Rob d4f4662f41 Engine change handler, regen test data for fails 2024-12-21 16:00:40 -05:00
Rob a87020fb97 Update utils, add Black Github Action 2024-12-21 14:04:32 -05:00
Rob e30130b12b Move functions and props from UI to operation 2024-12-21 10:28:54 -05:00
Rob 67571e164e Debug print cleanup, arccos bug fix 2024-12-20 23:32:09 -05:00
Rob 87aa1866bd fix for arccos bug - test 2024-12-20 22:39:51 -05:00
Rob 8b32f7c905 Removing one debug line 2024-12-20 16:53:59 -05:00
Rob decf79867a Move crosshatch function back into operator file 2024-12-20 16:21:43 -05:00
Rob 1bfe3c7f87 print debug text for dwithin and arccos errors 2024-12-20 16:16:31 -05:00
Rob 09fb455683 Test Output format almost finished! 2024-12-20 15:30:50 -05:00
Rob 8deb4ff94a Test String format continues 2024-12-20 13:24:33 -05:00
Rob 51b3398da9 More test string repair 2024-12-20 12:46:05 -05:00
Rob ada2b81a8c Test string cleanup and repair 2024-12-20 12:44:21 -05:00