rigging (is this possible?)

正在查看此主题的用户

I assume you are using the module system , add itp_attach_armature or any other tags like disser

original
插入代码块:
 ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_type_head_armor,0,126, weight(2)|head_armor(16),imodbits_none],

added itp_attach_armature
插入代码块:
 ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_attach_armature|itp_type_head_armor,0,126, weight(2)|head_armor(16),imodbits_none],

same thing
插入代码块:
 ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_type_head_armor|itp_attach_armature,0,126, weight(2)|head_armor(16),imodbits_none],

all the itp tags should be scrunched together with a single | between em...really all you have to do it take a gander at the module files and take note of the format they use and everything will make sense.
 
后退
顶部 底部