- Forums
- :
- Creation Forum
- :
- Mesh
- :
- Feedback loop detected (Blender)
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Feedback loop detected (Blender)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-06-2012 01:34 AM
can somebody please point me the right direction?
While trying to bake an AO, I receive the error "feedback loop detected". Where do I have to search for the mistake I apparently made, I have no clue???
Re: Feedback loop detected (Blender)
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Mikki Miles - view message
10-06-2012 01:45 AM - edited 10-06-2012 02:00 AM
That means:
- you have at least one texture defined in your texture stack which uses an image.
- That image is also assigned as image texture (aka "face assigned image" or "face texture") to your model.
The baker always drops the final output of the bake to face textures. So when a feedback loop is detected, that means: the face texture is used as input for the bake as well as for final output, which can lead to desaster (feedback loop). Earlier versions of Blender ignored the fact that they overwrite their own input data and continued with the bake process. This has been changed in Blender 2.64.
In principle feedback loops could be accepted in a few scenarios, but these exceptions have not been implemented (yet) in Blender.
I explain feedback loops in this tutorial (however the tutoriual is not only about feedback loops)
Here : http://blog.machinimatrix.org/materials-and-textur
Or just watch the video:
Re: Feedback loop detected (Blender)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Reply to Gaia Clary - view message
10-06-2012 07:50 AM
thanks, I will turn in that direction! ![]()

