Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FCStd read and write nodes #3674

Merged
merged 52 commits into from Apr 12, 2022
Merged

add FCStd read and write nodes #3674

merged 52 commits into from Apr 12, 2022

Commits on Oct 26, 2020

  1. Add files via upload

    rastart committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6668cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9073411 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Update nodes/exchange/FCStd_read.py

    Co-authored-by: Durman <sv@soluyanov.ru>
    rastart and Durman committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4b26c12 View commit details
    Browse the repository at this point in the history
  2. Update nodes/exchange/FCStd_read.py

    Co-authored-by: Durman <sv@soluyanov.ru>
    rastart and Durman committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    825162c View commit details
    Browse the repository at this point in the history
  3. Update nodes/exchange/FCStd_write.py

    Co-authored-by: Durman <sv@soluyanov.ru>
    rastart and Durman committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    802492e View commit details
    Browse the repository at this point in the history
  4. Update FCStd_write.py

    rastart committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d11ca03 View commit details
    Browse the repository at this point in the history
  5. Update FCStd_read.py

    rastart committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    b6fef17 View commit details
    Browse the repository at this point in the history
  6. Update FCStd_read.py

    rastart committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8c7e302 View commit details
    Browse the repository at this point in the history
  7. Update FCStd_write.py

    rastart committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d9f5ef0 View commit details
    Browse the repository at this point in the history
  8. Update FCStd_read.py

    rastart committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    70024f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Update FCStd_read.py

    rastart committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    98b7d49 View commit details
    Browse the repository at this point in the history
  2. Update FCStd_read.py

    rastart committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c60442b View commit details
    Browse the repository at this point in the history
  3. Update FCStd_read.py

    rastart committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    3d2b71f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. added FCStd_sketch node

    exchange node to read freecad sketches
    rastart committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    0eae3ff View commit details
    Browse the repository at this point in the history
  2. added SvReadFCStdSketchNode

    rastart committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    259e321 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. added curve output ( line - circle - arc )

     line - circle - arc conversion from Fc sketch to sv curve
    still to add ellipse and conics
    rastart committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a7874d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    dcbceb8 View commit details
    Browse the repository at this point in the history
  2. parent body placement matrix

    to get a correct position of the sketch in blender, the sketch placement and parent body placement are applied on original sketch geometry
    rastart committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    f168fae View commit details
    Browse the repository at this point in the history
  3. FCStd_spreadsheet node

    node to read/write freecad spreadsheet data
    rastart committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    23730c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec7134b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Update FCStd_spreadsheet.py

    rastart committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    50a1959 View commit details
    Browse the repository at this point in the history
  2. added nurbs curve conversion

    except for the line and circle the other type of freecad curves  (splines, conics ecc...)  will be translated as freecad nurbs to sv_nurbs
    rastart committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    2773a47 View commit details
    Browse the repository at this point in the history
  3. added construction geometry filter

    added enum property to filter construction geometry 
    (geometry - construction - both )
    rastart committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    21cc34e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    ca94cf7 View commit details
    Browse the repository at this point in the history
  2. Update FCStd_write.py

    rastart committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    75a75c8 View commit details
    Browse the repository at this point in the history
  3. register issue fix

    added "if FreeCAD is not None " in register ( )
    rastart committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    45e43d4 View commit details
    Browse the repository at this point in the history
  4. Update FCStd_sketch.py

    rastart committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    88e7c57 View commit details
    Browse the repository at this point in the history
  5. Update FCStd_write.py

    throttled decorator removed
    rastart committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9f65386 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Update FCStd_write.py

    rastart committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    0f8eca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca18170 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    1cf0eb5 View commit details
    Browse the repository at this point in the history
  2. fix unregister error

    rastart committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    bee2af7 View commit details
    Browse the repository at this point in the history
  3. adding docs

    rastart committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    13ab57d View commit details
    Browse the repository at this point in the history
  4. Update exchange_index.rst

    rastart committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    bf90473 View commit details
    Browse the repository at this point in the history
  5. Update exchange_index.rst

    rastart committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6bfc66d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    296282c View commit details
    Browse the repository at this point in the history
  2. Update FCStd_spreadsheet.py

    output bracket fixed
    rastart committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    0de6e50 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    87c1af9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    8a0e2ac View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    5b640e4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. tree/node name & freecad 0.19 fix

    fixed tree/node name
    added SvGenericNodeLocator
    fixed freecad 0.19+ sketch costruction/geometry mode
    rastart committed May 9, 2021
    Configuration menu
    Copy the full SHA
    98a05c3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Configuration menu
    Copy the full SHA
    4e694cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6bbb3b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    7f337ca View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    0f56ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0095b68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ec4192 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b04bd64 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    2f6975f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    a9a2f6c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    1e842ae View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    9cd424a View commit details
    Browse the repository at this point in the history