Category (388) 썸네일형 리스트형 Russ Cox research.swtch.com/interfaces research!rsc: Go Data Structures: Interfaces Go Data Structures: Interfaces Posted on Tuesday, December 1, 2009. Go's interfaces—static, checked at compile time, dynamic when asked for—are, for me, the most exciting part of Go from a language design point of view. If I could export one feature of research.swtch.com 언젠간 보겠지.. [c4dpython] How to use excel in c4d python C:\Program Files\MAXON\Cinema 4D R19\resource\modules\python\Python.win64.framework\Lib\site-packages unzip xlrd and xlsxwriter [3dsMax python] Start up C:\Program Files\Autodesk\3ds Max 2018\scripts\Startup [vscode] Use clipboard in VSCodeVim ctrl + p setting.json Add following line: "vim.useSystemClipboard": true p.s) My settings.json { "extensions.ignoreRecommendations": true, "workbench.colorTheme": "Community Material Theme High Contrast", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.formatOnSave": true, "git.enableSmartCommit": true, "terminal.integrated.scrollback": 3000, "vim.hlsearch": true.. [jetbrains] Use clipboard in IdeaVim Click Open ~/.ideavimrc Add following line set clipboard+=unnamed :) [c4dpython] Tag Tag 태그 가져오는 코드 tags = object.GetTags() 특정 태그만 가져오는 건 아래처럼 하면 됩니다. doc = c4d.documents.GetActiveDocument() op = doc.GetActiveObject() wt = op.GetTag(c4d.Tvertexmap) [3dsMax python] Menu & Macroscript with pymxs Menu 맥스에 맨위에 메뉴바가 있는데 여기를 코드로 수정, 추가하는 법을 알아보려고 합니다. 기존메뉴에 추가/삭제 3ds Max 2021 버전에서는 런타임 글로벌 변수를 쉽게 만들수 있지만(rt.a = 'hi'), 그 하위 버전에는 아래 코드 처럼 만들어야 합니다.ㅜㅜ (한참 찾음) 그리고 매크로 스크립트를 생성해주고, 메뉴아이템을 만들어 줍니다. from pymxs import runtime as rt import re def myfunc(): print 'Hello' rt.execute('global abcd') rt.globalVars.set('abcd', myfunc) # category, macroName, tooltip, text, function t = rt.macros.new('test'.. [vscode] vscode vim copy and paste using Clipboard The default of copy repository is x11 that different with clipboard. Add the following line at setting.json file "vim.useSystemClipboard": true 이전 1 ··· 39 40 41 42 43 44 45 ··· 49 다음