Fix for rev. 24908 - committed the fix, but it was commented out. Forgot to uncomment it after doublecheck testing, hmm...

This commit is contained in:
Matt Ebb 2009-11-26 21:56:31 +00:00
parent b6ea979690
commit af244d0403

@ -4501,8 +4501,8 @@ static int allow_render_object(Render *re, Object *ob, int nolamps, int onlysele
return 0;
/* don't add non-basic meta objects, ends up having renderobjects with no geometry */
//if (ob!=find_basis_mball(re->scene, ob))
// return 0;
if (ob!=find_basis_mball(re->scene, ob))
return 0;
if(nolamps && (ob->type==OB_LAMP))
return 0;