Не подтверждена Коммит 85d3ce71 создал по автору Dealga McArdle's avatar Dealga McArdle Зафиксировано автором GitHub
Просмотр файлов

B28 source file relocations try2 (#2637)

* move sockets.py to core

* relocate sockets.py to core
владелец 2bc31c29
......@@ -6,11 +6,11 @@ reload_event = False
root_modules = [
"menu", "node_tree", "data_structure", "core",
"utils", "ui", "nodes", "old_nodes", "sockets",
"utils", "ui", "nodes", "old_nodes"
]
core_modules = [
"monad_properties", "sv_custom_exceptions",
"monad_properties", "sv_custom_exceptions", "sockets",
"handlers", "update_system", "upgrade_nodes", "upgrade_group",
"monad", "node_defaults"
]
......
......@@ -13,7 +13,7 @@ from bpy.props import BoolProperty, StringProperty, IntProperty, CollectionPrope
from sverchok.node_tree import SverchCustomTreeNode
from sverchok.data_structure import updateNode, enum_item_5
from sverchok.nodes.viz.vd_draw_experimental import SvVDExperimental
from sverchok.sockets import socket_colors
from sverchok.core.sockets import socket_colors
sock_str = {
'enum': "SvStringsSocket",
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать