1. 01.07.2022 1 коммит
  2. 26.06.2022 4 коммита
  3. 25.06.2022 3 коммита
  4. 24.06.2022 1 коммит
    • Dealga McArdle's avatar
      Snlite newnode operator (#4543)
      · e7a3ab3a
      Dealga McArdle создал
      * add operator.. but it has bugs
      
      * almost adds to correct location
      
      * fix nodelocation from center view
      
      * correctly places a new snlite in the middle of an open nodetree
      e7a3ab3a
  5. 21.06.2022 2 коммита
  6. 19.06.2022 2 коммита
  7. 17.06.2022 1 коммит
    • Dealga McArdle's avatar
      Fcstd fcad dicts (#4534)
      · 87118e65
      Dealga McArdle создал
      * a few modifications and rst
      
      * walrus assignment
      
      * adds initial version of FreeCAD_utils module
      
      * add corrected name
      
      * append instead of add
      
      * rename
      
      * why wont the name change
      
      * Rename FreeCad_utils.py to FreeCAD_utils.py
      
      simple
      
      * drop triangulation code for now
      
      * change fcutil
      
      * correct set add
      
      * restore to working order
      
      * explain why get_node isn't used
      
      * drop some indent
      
      * use python idioms
      
      * add spaces
      
      * more context managers
      
      * rm whitespace
      
      * modernize
      
      * small change
      
      * dict version?
      
      * 6 fold speed increase using lame dict (without rounding)
      
      * list comprehension version
      
      * some comments
      
      * forgot to pass faceedges, but wasn't using them
      
      * apply some aliasing
      
      * remove commented out code
      
      * shuffle whitespace
      
      * rewrite.. but keep old in the comment
      
      * revert code of untested part
      
      * add lenient mode to solid_to_mesh does ngons nicely
      
      * rm whitespace
      
      * typo
      
      * typo
      
      * register differently
      
      * update docs
      
      * update docs
      
      * update solid to mesh doc
      
      * correct rst syntax
      
      * testing this lame registration cycle
      
      * title change
      
      * back to old registration tactic
      
      * wtf
      
      * place in correct location
      
      * fstring in doctests
      
      * revert to F.closeDocument(doc.Name)
      87118e65
  8. 16.06.2022 1 коммит
  9. 15.06.2022 1 коммит
  10. 14.06.2022 1 коммит
  11. 13.06.2022 2 коммита
  12. 12.06.2022 2 коммита
    • Dealga McArdle's avatar
      Give FCStd_read a method to automatically remove redundant faces for basic and...
      · 6af8ca30
      Dealga McArdle создал
      Give FCStd_read a method to automatically remove redundant faces for basic and standard modes (#4525)
      
      * add numpy version of non_redundant_faces_indices_np
      
      * add trianglecheck+redundancy remover for basic and standard
      
      * test
      
      * remove debug code
      
      * move method into else statement
      6af8ca30
    • Sergey's avatar
      Stop looping execution (#4516)
      · 98889716
      Sergey создал
      * fix the problem when new scene events come during execution of a tree and execution start looping
      * make scene handler close to impossible to cancel to prevent events which are impossible to handle
      98889716
  13. 11.06.2022 3 коммита
  14. 10.06.2022 2 коммита
  15. 09.06.2022 3 коммита
    • Dealga McArdle's avatar
      add function name to duration decorator
      · cf50974b
      Dealga McArdle создал
      cf50974b
    • Dealga McArdle's avatar
      adds sverchok.utils.decorator.duration
      · 3176dc53
      Dealga McArdle создал
      3176dc53
    • Dealga McArdle's avatar
      Stethoscope console (#4511)
      · 6da3a6e0
      Dealga McArdle создал
      * add steps to include consoledrawing code in stethoscope
      
      * experimental only
      
      * bgl drawing works
      
      * add everything needed to display lexed text
      
      * remove commented code
      
      * adds index element
      
      * adds threshold and summary limit
      
      * adds configurations to drawbuttons
      
      * option to suppress the <list> ident in mixed lists
      
      * remove list entirely, non greedy form
      
      * streamline advanced_parser_socket
      
      * parts can be cached when the console doesn't change size between updates
      
      * specify location of dict
      
      * restructure sv++ func
      
      * correct order
      
      * revert
      
      * fix data index to be always valid
      
      * updates before mixing
      
      * small comment
      
      * cleanup imports
      
      * cleanup imports
      
      * cleanup imports
      
      * cleanups to imports
      
      * simplify code
      
      * faster uv_indices generation using itertools
      
      * remove double code
      
      * revert whitespace
      
      * remove further whitespace
      
      * rename consolemixin
      
      * add file
      
      * small ui formatting
      
      * numba speeds up uv creation
      
      * add multiline to cprint
      
      * add njit to get_console_grid
      
      * two functions njitted
      
      * remove njit
      
      * wtf. cached buffer
      
      * remove prints
      
      * remove profile
      
      * fstring stringrounding
      
      * revert fstr rounding for now..
      
      * revert fstring rounding
      
      * streamline passthru
      
      * remove console_print from snlite
      
      * missing import
      
      * name clash
      
      * rounding if pretty
      
      * add preps for threshold
      
      * changed order of console_print params
      
      * snlite alias, arg order fix
      
      * add console_print to reloadables
      
      * add chopup function, and move around some UI
      
      * add basic chopping
      
      * fixes tokenizer changes
      6da3a6e0
  16. 08.06.2022 1 коммит
  17. 07.06.2022 4 коммита
    • Sergey's avatar
      Merge pull request #4514 from nortikin/loop_updating
      · 7b5548c8
      Sergey создал
      Fix looping of scene handler
      7b5548c8
    • Dealga McArdle's avatar
      Cubic numba proper compilation (#4488)
      · 7aef47b5
      Dealga McArdle создал
      * is it overhead..
      
      * cast to nparray
      
      * alternative to newaxis
      
      * that's faster..
      
      * try this
      
      * fully njit
      
      * remove commented out code, and typo
      
      * rm whitespace
      
      * comment
      
      * adds cyclic mode
      
      * does this introduce slight overhead?
      
      * gofaster works!
      
      * make decorators_warpspeed
      
      * add file
      
      * use cleaner names
      
      * rename file
      
      * rm whitespace
      
      * had nothing to do with x or y, so renamed var
      
      * slightly faster
      
      * adds cyclic version to numba modification
      
      * add decorator parameters
      
      * literal signature evaluation fails
      
      * it's not going to work this way
      
      * is fastest
      
      * clearup comment, print statements
      
      * show autogenerated signature
      
      * fast fast fast
      
      * compiled node name
      
      * remove unusable code
      
      * this is the fastest impl
      
      * makes more sense
      
      * newline
      7aef47b5
    • Sergey's avatar
      Improving handling wifi and reroute nodes (#4513)
      · a8f299ae
      Sergey создал
      * improving handling of reroute and wifi nodes
      add test of cleaning a node tree from reroute and wifi nodes
      a8f299ae
    • Durman's avatar
      fix inheritance order
      · 8a830679
      Durman создал
      8a830679
  18. 06.06.2022 3 коммита
  19. 03.06.2022 3 коммита