From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

windows input method editor support for blender doc

Since blender havn’t the ability for some input method editor input the east-asain charector, And we 历史背景


如何启动

那些地方可以输入

注意事项

更多


for developer: Input method editor is used for typing complex characters, It has been widely used in East Asia.

support in uibutton, console, text editor

short explanation for each file:

   intern/ghost/GHOST_C-api.h enable/disable ime function used for wm,
   intern/ghost/GHOST_IWindow.h enable/disable ime ghost interface
   intern/ghost/GHOST_Types.h difine ghost event enum and data type
   intern/ghost/intern/GHOST_ImeWin32.h wrap Windows IME api, modify from Chromium.
   intern/ghost/intern/GHOST_SystemWin32.h create ime event
   source/blender/editors/interface/interface_handlers.c handle wm ime event,
   source/blender/windowmanager/intern/wm_event_system.c change ghost event to wm event
   source/blender/windowmanager/wm_event_system.h get wm ime event data




follow the mediawiki's namespace rule I'd better write the chinese manual use chinese charactor.If I'm wrong,please tell.thank:)

Manual.cn/手册

N-gon/half-edge or winged edge is still alive

though for one and half year studying of solid modeling, I think it's better to implement an application of n-gon for some reason.

collection information :

http://mediawiki.blender.org/index.php/User:Joeedh/Hemesh_SOC_Proposal
http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/model/euler.html 
http://www.cs.mtu.edu/~shene/COURSES/cs3621/NOTES/model/euler-op.html 
http://mediawiki.blender.org/index.php/BlenderDev/NMProposal 
http://mediawiki.blender.org/index.php/BlenderDev/HeMesh 
http://mediawiki.blender.org/index.php/BlenderDev/HeMesh/MeshAPI 
http://mediawiki.blender.org/index.php/BlenderDev/HeMeshUI 
http://geometry.poly.edu/HDSTL/doc/hdstl/table_of_contents.htm 
http://mediawiki.blender.org/index.php/User:Joeedh/Hemesh_SOC_Proposal 
http://mediawiki.blender.org/index.php/User:Joeedh
http://www.mpi-inf.mpg.de/~karni/MCGL/he.htm 
http://www.flipcode.com/articles/article_halfedge.shtml

the progress of this work is writen in blenderCN's wiki

http://wiki.blendercn.org/index.php/N-gon_modeler

now it's time to collection user requists and make a list to how to done all the things in next one and half years.


'npr line draw in blender'

invesment how to deal with the line draw with blender and do reasch with freestyle's code,and know the algrithm of the line draw