일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- C++
- C언어 포인터
- c# 추상 클래스
- Flutter
- Unity
- c# 윈폼
- 포인터
- Python
- dart 언어
- 구조체
- Data Structure
- c언어
- vim
- git
- HTML
- 깃
- gitlab
- C# delegate
- 도커
- 유니티
- jupyter lab
- docker
- c#
- jupyter
- Algorithm
- github
- 다트 언어
- c# winform
- 플러터
- Houdini
Archives
- Today
- Total
목록Houdini (2)
nomad-programmer
[CG/Houdini] License 서버 관련
후디니 라이선스 관련 문서 www.sidefx.com/docs/houdini/ref/utils/sesinetd.html sesinetd This is a great tool to monitor your peak license usage by product type which can be used for license planning. In a given interval (minute, hour, or day) the peak usage and optionally the user data can be monitored to a log file that can be exported to di www.sidefx.com www.sidefx.com/faq/question/the-license-administra..
CG/Houdini
2020. 11. 5. 22:48

비쥬얼 스튜디오 코드 편집기를 후디니 기본 외부 편집기로 지정한 후 VSCode의 vex extension을 설치하면 매우 편리하다. 그래서 이것을 소개하고자 한다. 먼저, houdini.env 파일을 열어 외부 편집기 변수를 설정한다. // Windows C:\Users\\Documents\houdini18.0\houdini.env // Linux /home//houdini18.0/houdini.env 이렇게하면, 외부 편집기로 Visual Studio Code 를 쓰면서 VEX의 함수 및 상수들을 자동완성 기능으로 편집할 수 있다.
CG/Houdini
2020. 6. 21. 20:33