엌 win/pc 버전으로 해서봤더니 나오네? ㅋㅋㅋ
엌ㅋㅋㅋㅋ 멀리서 보면 그럴싸 한데?
'프로그램 사용 > VLC' 카테고리의 다른 글
| vlc 간편 녹화 (0) | 2022.08.01 |
|---|---|
| http vlc protocol (0) | 2018.11.30 |
| vlc 옵션 -vvv (0) | 2015.09.15 |
| dash with VLC (0) | 2015.09.11 |
| VLC dshow(캡쳐장비) 해상도 설정 (0) | 2015.05.23 |
엌 win/pc 버전으로 해서봤더니 나오네? ㅋㅋㅋ
엌ㅋㅋㅋㅋ 멀리서 보면 그럴싸 한데?
| vlc 간편 녹화 (0) | 2022.08.01 |
|---|---|
| http vlc protocol (0) | 2018.11.30 |
| vlc 옵션 -vvv (0) | 2015.09.15 |
| dash with VLC (0) | 2015.09.11 |
| VLC dshow(캡쳐장비) 해상도 설정 (0) | 2015.05.23 |
Master는 Slave를 관리하기만 하고 자기 스스로는 rendering을 하지 않는 관리용 노드
Slave는 Master의 명령을 받아 rendering하는 노드
Client는 Mater에게 렌더링을 요청하는 노드
The Master Node does no rendering, it just stores the .blend information and sources out the rendering to slaves and keeps track of what 'Chunks' are going where. The Slave Node (or nodes) are the work horses, doing all the rendering under the control of the master. The Client Node is the node from which render jobs are sent to the master for distributed rendering by the slaves. This is where you have your project open and are working in Blender. |
[링크 : http://blendingwithforbes.blogspot.kr/2010/03/blender-25-network-render.html]
두대 가지고 하려면은
메인 PC에는
Mater / Slave / Client를 돌리고
보조 PC에다가는
Slave를 돌려야 하는데...
그러면 Blender를 세개나 돌려야 하나.. ㄷㄷㄷ
| blender netrender 잠시 된건가.. (0) | 2016.11.23 |
|---|---|
| blender netrender / incorrect master version (0) | 2016.11.22 |
| 블렌더 강좌 (0) | 2016.11.18 |
| ubuntu blender addons (0) | 2016.11.17 |
| blender 2.78 network render (0) | 2016.11.16 |
오랫만에 만져보려니 다 까먹었네ㅠㅠ
[링크 : https://www.youtube.com/user/nyaank/videos?sort=dd&shelf_id=1&view=0]
[링크 : http://minex2.tistory.com/18]
[링크 : http://sinyeobi.blog.me/10137607440] 컵만들기
[링크 : http://sinyeobi.blog.me/10134908514] 컵만들기 1
[링크 : http://sinyeobi.blog.me/10137157495] 기본단축키
[링크 : http://sinyeobi.blog.me/10175283243] 기본 UI 설명
| blender netrender / incorrect master version (0) | 2016.11.22 |
|---|---|
| blender netrender 구조 (0) | 2016.11.19 |
| ubuntu blender addons (0) | 2016.11.17 |
| blender 2.78 network render (0) | 2016.11.16 |
| Blender stereoscopic Add-on 설치 (2) | 2011.09.19 |
layout이 라는 프로그램이 그런 용도라니..
대충 실행해보니.. layout은 30일간 만 무료인 pro버전에 속한 패키지..
[링크 : http://allbim.kr/?bim-software-article=sketchup-layout]
주말에 sketchup<->blender 한번 시도 해봐야겠다
[링크 : http://www.katsbits.com/tutorials/blender/sketchup-import.php]
[링크 : http://s.elfism.com/entry/카타나-검-모델링하기2-손잡이-모델링]
[링크 : https://wiki.blender.org/index.php/Doc:KO/2.6/Manual/3D_interaction/Transform_Control/Snap] 블렌더 snap
| sketchup stl exporter (0) | 2017.02.28 |
|---|---|
| sketchup flip 하기 (0) | 2016.08.31 |
| sketchup 여러번 복사하기 (0) | 2016.08.31 |
| 스케치업 자격증 (0) | 2014.02.28 |
| 스케치업 / export to DWG (0) | 2014.02.04 |
음.. git에서 하위경로 받는법을 찾으면 좀더 간편해질듯?
$ sudo find / -name addons /usr/share/blender/scripts/addons $ cd /usr/share/blender/scripts/addons $ sudo git clone https://github.com/WARP-LAB/Blender-Network-Render-Additions.git $ sudo mv Blender-Network-Render-Additions/netrender ./ $ sudo rm -rf Blender-Network-Render-Additions |
| blender netrender 구조 (0) | 2016.11.19 |
|---|---|
| 블렌더 강좌 (0) | 2016.11.18 |
| blender 2.78 network render (0) | 2016.11.16 |
| Blender stereoscopic Add-on 설치 (2) | 2011.09.19 |
| blender 2.5용 Stereoscopic plugin (0) | 2011.09.07 |
| 3. Jumping to diffs *jumpto-diffs* Two commands can be used to jump to diffs: *[c* [c Jump backwards to the previous start of a change. When a count is used, do it that many times. *]c* ]c Jump forwards to the next start of a change. When a count is used, do it that many times. It is an error if there is no change for the cursor to move to. |
| 4. Diff copying *copy-diffs* *E99* *E100* *E101* *E102* *E103* *merge* There are two commands to copy text from one buffer to another. The result is that the buffers will be equal within the specified range. *:diffg* *:diffget* :[range]diffg[et] [bufspec] Modify the current buffer to undo difference with another buffer. If [bufspec] is given, that buffer is used. If [bufspec] refers to the current buffer then nothing happens. Otherwise this only works if there is one other buffer in diff mode. See below for [range]. *:diffpu* *:diffput* *E793* :[range]diffpu[t] [bufspec] Modify another buffer to undo difference with the current buffer. Just like ":diffget" but the other buffer is modified instead of the current one. When [bufspec] is omitted and there is more than one other buffer in diff mode where 'modifiable' is set this fails. See below for [range]. *do* do Same as ":diffget" without argument or range. The "o" stands for "obtain" ("dg" can't be used, it could be the start of "dgg"!). Note: this doesn't work in Visual mode. dp Same as ":diffput" without argument or range. Note: this doesn't work in Visual mode. |
zo / z+space 펼치기
zc / 접기
[링크 : http://seungigi.blogspot.com/2012/02/vimdiff.html]
+
2022.09.21
]c 앞쪽으로 이동하며 차이점 부분 찾기
[c 뒤쪽으로 이동하며 차이점 부분 찾기
do 커서가 있는 쪽의 내용을 반대쪽에 복사한다
dp 커서가 없는 쪽의 내용을 커서가 있는 쪽에 복사한다.
zo 숨긴부분 열기
zc 차이점 없는 부분 열기
:diffupdate 차이점 비교 update시 실행
| vi 단어 단위 이동 (0) | 2017.02.01 |
|---|---|
| vi syntax highlight 선택하기 (0) | 2017.01.03 |
| vi 스크롤 (0) | 2016.11.10 |
| vi ctrl-s / ctrl-q (0) | 2016.11.09 |
| vim 버전별 옵션 차이 (0) | 2016.11.08 |
filesize 라는 변수가 매번 바뀌나 궁금해서 검색
한마디로.. bootp나 dhcp tftp로 받은 마지막 파일 사이즈 라는 의미
filesize: Size (as hex number in bytes) of the file downloaded using the last bootp, dhcp, or tftp command.
[링크 : http://www.denx.de/wiki/DULG/UBootEnvVariables]
+
nand에 구울때
nand write.yaffs ${fileaddr} 0x400000 ${filesize};
이런식으로 하는게 안전할 듯(tftp로 받아와서 쓰는데 용량 크기가 안 맞아서.. ㅠㅠ
| uboot nand scrub (0) | 2016.12.14 |
|---|---|
| tftpd-hpa (0) | 2016.11.08 |
| ubuntu 12.04 xinetd/tftpd 느린 이유 (0) | 2016.11.08 |
| uboot bootargs 기본값 설정하기 (0) | 2015.02.09 |
| uboot 메모리 관련 명령어 (0) | 2015.01.08 |
-D 는 아는데..
-DFLAG=1 이런식으로 쓰는걸 몰라서 검색 ㅠㅠ
-D name Predefine name as a macro, with definition 1. -D name=definition The contents of definition are tokenized and processed as if they appeared during translation phase three in a ‘#define’ directive. In particular, the definition will be truncated by embedded newline characters. If you are invoking the preprocessor from a shell or shell-like program you may need to use the shell's quoting syntax to protect characters such as spaces that have a meaning in the shell syntax. If you wish to define a function-like macro on the command line, write its argument list with surrounding parentheses before the equals sign (if any). Parentheses are meaningful to most shells, so you will need to quote the option. With sh and csh, -D'name(args...)=definition' works. -D and -U options are processed in the order they are given on the command line. All -imacros file and -include file options are processed after all -D and -U options. |
[링크 : https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html]
[링크 : https://wiki.openssl.org/index.php/Manual:OPENSSL_VERSION_NUMBER(3)]
| gcc cpp type (유니코드 문자열) (0) | 2017.04.04 |
|---|---|
| gcc 매크로 확장 define stringfication (0) | 2017.01.02 |
| gcc -fPIC (0) | 2016.06.22 |
| gcc dependency .d 파일? (0) | 2016.03.28 |
| gcc -M -MM (0) | 2015.12.17 |
2.78 for windows 에는 기본 addon인데
리눅스용 2.76b 에는 addon에 포함이 되어 있지 않다.
2.78 for windows 기준
File - User Perference
Add-ons
Network로 검색을 해도 되고 아니면 Categories 에서 Render를 고르면
Render : Network Renderer에 체크를 켜준다.
blender 메인메뉴의 중앙에 Blender Render를 Network Render로 선택
우측 메뉴의 렌더가 Blender와 Network에 따라 내용이 바뀐다.
네트워크 셋팅에서는 Client / Master / Slave로 설정이 가능하다.
[링크 : https://cgcookie.com/tutorial/setting-up-a-renderfarm/]
+
없으면.. addon을 복사하면 되지 않나?
일단 python파일이니..
C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\netrender
녀석들을 복사하면 될 거 같기도 하네?
+
어라 2.6에도 지원을 했나 보네..
arm용으로만 빠지는건가?
[링크 : https://wiki.blender.org/index.php/Doc%3A2.6/Manual/Render/Performance/Netrender]
addon은 여기서 받는건가?
[링크 : https://github.com/WARP-LAB/Blender-Network-Render-Additions]
| 블렌더 강좌 (0) | 2016.11.18 |
|---|---|
| ubuntu blender addons (0) | 2016.11.17 |
| Blender stereoscopic Add-on 설치 (2) | 2011.09.19 |
| blender 2.5용 Stereoscopic plugin (0) | 2011.09.07 |
| Blender 2.5x 계열 UI 정리 (0) | 2011.09.06 |
ctrl - e (down) / ctrl - d(pgdn)
ctrl - y (up) / ctrl-u (pgup)
링크 : http://vimdoc.sourceforge.net/htmldoc/scroll.html]
ctrl - r / redo
[링크 : https://kldp.org/node/113993]
| vi syntax highlight 선택하기 (0) | 2017.01.03 |
|---|---|
| vimdiff 사용법 (0) | 2016.11.17 |
| vi ctrl-s / ctrl-q (0) | 2016.11.09 |
| vim 버전별 옵션 차이 (0) | 2016.11.08 |
| vim -X / X server 연결 하지 않기 (0) | 2016.11.04 |