# FAQs

* Q: Am I allowed to use the rig for my team/commissions?

  * A: Yes, as long as you credited me for the rig (following the [license](/endertainer-rig-wiki/extras/license.md)).

* Q: Am I allowed to make edits to the rig?
  * A: Yes, you are allowed to make edits to the rig.

* Q: Am I allowed to upload my edits of the rig to the public?

  * A: Yes, as long as you credit me for the original version of the rig and clearly indicate any changes you make. (following the [license](/endertainer-rig-wiki/extras/license.md)).

* Q: Can I use animation from Mixamo/ActorCore for the rig?

  * A: No. Because the rig is custom-made, it isn’t compatible with Mixamo or ActorCore animations.

* Q: Can the rig be used outside Blender (like in Unity or Unreal Engine)?

  * A: No. The rig was designed exclusively for Blender and relies on Blender-specific features, such as Bendy Bones.

* Q: Why does the rig break on Blender version (your Blender version number)?

  * A: This is likely due to the rig being incompatible with your version of Blender. Check the rig’s version compatibility in the Read Me file or the Changelog inside the .blend file. Also, it’s recommended to check for updates or notes regarding bugs and issues specific to your version of Blender.

* Q: The rig is pretty laggy on my computer. How can I fix it?
  * A: Enabling [Simplify](https://docs.blender.org/manual/en/latest/render/cycles/render_settings/simplify.html) with the `Viewport Max Subdivision` set to `0` might help improve performance. For advanced users, you can improve performance by removing unnecessary features from the rig, but this requires a good understanding of the rig’s internal structure.

* Q: How do I increase the viewport/render subdivision level of the rig?

  * A: Unfortunately, there’s no universal setting to adjust the subdivision level. You’ll need to change the level manually on each [SubSurf](https://docs.blender.org/manual/en/latest/modeling/modifiers/generate/subdivision_surface.html) modifier for every mesh.

* Q: The rig breaks when I make a certain pose. What happened?
  * A: The rig has limits on how far it can be transformed. To avoid issues, either steer clear of extreme poses or adjust the rig yourself.

For any other questions, you can ask them on my [Discord](https://discord.gg/vANwCrPPBu) server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endertainer007.gitbook.io/endertainer-rig-wiki/extras/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
