일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 터치디자이너 Instancing
- 터치디자이너 interface
- 파이썬 if
- 터치디자이너
- 터치디자이너 오퍼레이터
- 터치디자이너 튜토리얼
- 터치디자이너 replicator
- 터치디자이너 list
- 터치디자이너 클론
- touchdesigner displace
- 터치디자이너 함수
- 파이썬
- touchdesigner GPU
- 터치디자이너 python
- 터치디자이너 timeline
- 터치디자이너 파이썬
- 터치디자이너 에이블톤
- TouchDesigner
- 터치디자이너 if
- touchdesigner particle
- ableton live 10
- 터치디자이너 reference
- TDableton
- particleGPU
- 터치디자이너 강의
- touchdesinger
- 터치디자이너 인터페이스
- 터치디자이너 참조
- 파이썬reference
- displace
- Today
- Total
목록TouchDesigner/TouchDesigner 코드 (13)
caLAB
참고 https://m.blog.naver.com/anglerby/221807939436 윈도우10 컴퓨터 부팅시 프로그램 자동실행 설정 방법 윈도우10 컴퓨터 부팅시 프로그램 #자동실행 설정 방법 입니다. 많은분들이 윈도우7 지원 종료로 윈도우10... blog.naver.com https://brunch.co.kr/@openmobile/127 [윈도10] 정해진 시간에 PC 끄기 & 켜는 방법 윈도 10 작업 스케줄러 활용 꿀팁 | 사람도 장시간 쉬지 않고 일하면 사고(?)가 나듯이, PC도 오작동과 느려짐을 방지하기 위해서는 주기적인 재부팅이 필요합니다. 그러나 평소 사무용이나 서버 brunch.co.kr ]
error2_callbacks : error + warning 메시지 선별하는 코드 import time def onError(dat, rowIndex, message, absFrame, frame, severity, type, source): if severity == 2: s = str('warning') op('errorMsg').replaceCol(0, str(source)) op('errorMsg').replaceCol(1, str(message)) op('errorMsg').replaceCol(2, s) if severity == 3: s = str('error') op('errorMsg').replaceCol(0, str(source)) op('errorMsg').replaceCol(1, s..
https://docs.derivative.ca/UI_Class UI Class - Derivative Any of the procedural data operators. OPs do all the work in TouchDesigner. They "cook" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node. docs.derivative.ca chosseFile은 브라우저 열어서 파일은 선택할 수 있는 기능이다. 브라우저 열어서 파일 선택하는 기능.