프로젝트

일반

사용자정보

개정판 f9c90c9b

IDf9c90c9b586c3f4ca74315a6d9371d292412728e
상위 f01df859
하위 616f4b7f

함의성이(가) 일년 이상 전에 추가함

fix

Change-Id: I01cf9c38b1a335e51f233902d79400f8506f91b6

차이점 보기:

DTI_PID/DTI_PID/Commands/LoadCommand.py
96 96

  
97 97
            """update items"""
98 98
            if update:
99
                _items = [_item for _item in scene.items() if hasattr(_item, 'owner') or hasattr(_item, 'connectors')]
99
                _items = [_item for _item in scene.items() if (hasattr(_item, 'owner') and hasattr(_item, 'uid')) or hasattr(_item, 'connectors')]
100 100
                dic_items = {}
101 101
                for _item in _items:
102 102
                    dic_items[str(_item.uid)] = _item

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)