Tutorio.com

Search


You are currently browsing for 3ds Tutorials
«Prev | 1 | 2 | 3 | ...| 9 | 10 | 11 | 12 | Next»

Chrome Material Tutorial (3ds max)

Visit tutorial >>
This tutorial shows you how to create chrome material in 3dsmax environment.
Hits:
mySQL error with query SELECT i.inumber as itemid, i.ititle as title, i.ibody as body, m.mname as author, m.mrealname as authorname, UNIX_TIMESTAMP(i.itime) as timestamp, i.itime, i.imore as more, m.mnumber as authorid, c.cname as category, i.icat as catid, i.iclosed as closed FROM nucleus_item as i left join freetagged_objects as fto on i.inumber = fto.object_id inner join freetags as fts on fto.tag_id = fts.id, nucleus_member as m, nucleus_category as c WHERE i.iauthor=m.mnumber and i.icat=c.catid and i.iblog=6 and i.itime<="2009-11-24 15:08:38" and fts.tag = "3ds" and i.idraft=0 ORDER BY catid desc, i.itime DESC LIMIT 91,9: MySQL server has gone away

Categories
Syntax Error: SELECT t1.tag, COUNT( o1.object_id ) AS quantity FROM freetagged_objects o1 INNER JOIN freetags t1 ON ( t1.id = o1.tag_id ) INNER JOIN freetagged_objects o2 ON ( o1.object_id = o2.object_id ) INNER JOIN freetags t2 ON ( t2.id = o2.tag_id ) WHERE t2.tag = '3ds' AND t1.tag != '3ds' GROUP BY o1.tag_id ORDER BY quantity DESC LIMIT 0, 20