- 27.06.2021 1 коммит
-
-
Victor Doval создал
-
- 26.06.2021 1 коммит
-
-
- 25.06.2021 1 коммит
-
-
Ilya Portnov создал
-
- 24.06.2021 1 коммит
-
-
- 23.06.2021 6 коммитов
-
-
Ilya Portnov создал
Should fix #3820. Also should increase precision for "nurbs birail", but there it may be not so noticeable.
-
Ilya Portnov создал
-
Ilya Portnov создал
-
Ilya Portnov создал
-
Ilya Portnov создал
-
Ilya Portnov создал
-
- 22.06.2021 2 коммита
-
-
Victor Doval создал
-
Victor Doval создал
* edges intersectect numpy alg_1 * docs images and table fixes * table fix 2 * mk3 version 3d algorithm and more
-
- 20.06.2021 4 коммита
-
-
-
Ilya Portnov создал
-
Ilya Portnov создал
-
-
- 19.06.2021 5 коммитов
-
-
Dealga McArdle создал
-
Dealga McArdle создал
-
-
Ilya Portnov создал
-
Ilya Portnov создал
-
- 18.06.2021 1 коммит
-
-
Ilya Portnov создал
-
- 16.06.2021 1 коммит
-
-
Ilya Portnov создал
-
- 13.06.2021 1 коммит
-
-
Dealga McArdle создал
-
- 12.06.2021 3 коммита
-
-
Dealga McArdle создал
-
Dealga McArdle создал
-
Dealga McArdle создал
* remove curvemapper from snlite * using self.info * remove a few prints * use fstrings * no need to hasattr * less info * use debug * memo * complete > comment * function is no longer called * remove unused imports * these functions are no longer needed in snlite * prepare for new directive * typo * info <- print * postpone error reporting.. or execution * reorder test for unregister * Revert registration order * try > * fix logic > * seems ok * seems ok * seems ok * forgot to pass from self * typo * remix logic * maybe * printing only if execution_ends_early * use default to get content from socket * remove some debug prints * confirm it works. but i might remove for now * use default * remove print
-
- 11.06.2021 1 коммит
-
-
- 10.06.2021 8 коммитов
-
-
durman создал
-
durman создал
fixing problem of registering old nodes which uses the decorator from handling_nodes.py. During initialization (second time) they was tried to be registered two times
-
durman создал
-
-
-
durman создал
add errors catching and remove calling of load file update. I consider this calls as really fragile solution to update nodes content after loading a file even if it looks like proper approach. It will let to keep our update system simpler and don't think how this should be handled during importing JSON files.
-
durman создал
-
durman создал
move update upon file loading to process method. It is not great place to do this but it will let to keep our update system simpler.
-
- 09.06.2021 4 коммита
-
-
durman создал
remove upgrade nodes module, most code was related with saved node trees before 2018. To keep the code does not have sense because in 2018 backward compatibility with old node trees was broken. Now nodes should have `load_file_update` method if they want to fix something upon loading a file.
-
durman создал
-
durman создал
refactoring dummy nodes module, the module was not reacting on reloading event (F8, script.reload), some functions had ridiculous logic, mistakes in function descriptions
-
durman создал
refactoring old nodes module, add logic of registering all old nodes, the module was not registering any old node classes during reload event
-