You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
408 B
8 lines
408 B
@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;
|
|
|