9 lines
408 B
9 lines
408 B
10 years ago
|
@TemplateRegistrations({
|
||
|
@TemplateRegistration(folder = "Blender", content = "tpl_box.blend", displayName = "Box prepared for UV texturing"),
|
||
|
@TemplateRegistration(folder = "Blender", content = "tpl_anim.blend", displayName = "Basic animation example")
|
||
|
})
|
||
|
package com.jme3.gde.blender;
|
||
|
|
||
|
import org.netbeans.api.templates.TemplateRegistration;
|
||
|
import org.netbeans.api.templates.TemplateRegistrations;
|