<div dir="ltr">Very interesting question...<div><br></div><div>You can certainly build an addon that saves a random string of some sort into the Blend file. Or even something that tracks the originating computer name and total time spent editing the file (to prevent copy+paste from blendswap/turbosquid) but the students can always 'forget' to use the correct blend version or the addon.<div><br></div><div>I think a more fool-proof approach might be to analyze the students' files based on a bunch of heuristics. This way, the blender file doesn't have to be special, but you can still catch copycats.  Here are some things you can look at:</div><div>- Datablock names. Especially mesh, material and image names, which is something many people don't bother changing.</div></div><div>- Node positions. Even if the material is identical, chances are the nodes are arranged differently. (unless they are using the material panel to generate all the nodes)</div><div>- Look at exact value of properties? (eg. If both students are using a particle system, unlikely they are both emitting exactly 2740 particles from frame 77-333)</div><div>- if an image texture has been packed and not "made relative" yet, it might contain the full path of the image, which is telling if it originated from another user/computer.</div><div><br></div><div>That's all i can think of for now. Hope that helps,</div><div><br></div><div>Mike</div><br><div class="gmail_quote"><div dir="ltr">On Wed, 24 May 2017 at 12:14 Piotr Arłukowicz <<a href="mailto:piotao@gmail.com" target="_blank">piotao@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">Hi all,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">is there any way for a teacher to tell whether or not some files in the class, which were collected from an assignment, are copied from the same person or were created on the same computer?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">I have classes and I have collected quite a few blend files to check. They are similar in few areas, so I'm unsure if they were created by different persons.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">To solve this problem Julian wrote a small patch few years ago which stored a random number inside blend file (so I could at least tell if somebody copied somebody's else work and modified it slightly), but unfortunately I've got a bunch of files made in just an ordinary, brand blender release 2.78.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">Files from students are suspiciously similar (for example a manipulator is often set to rotate, not translate).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">So, is there ANY way to tell?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">If not, it could be a good idea to introduce just a random number or microsecond stored when file is created and then never changed. This small thing could make life easier and could also detects nasty cheating, which, unfortunately happens too often in some countries :(</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">anybody?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">regards</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:#0c343d">pio</div><br clear="all"><div><div class="m_6857213270118875390m_-3719855621363590782gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">pz<br>piotr<br>--<br>Piotr Arlukowicz<br><tt>-----BEGIN GEEK CODE BLOCK-----<br>Version: 3.1<br>GCS/ED/IT/S d++(-)>--pu s(+):(+)> a C++(+++)$@>++++$  ULAVISC*()$>+++$ P++(+++)$>++++ L++(+++)$@>++++$ !E---(---)>++ W++(+++)$@>+++ N(+)>++ o--? !K-(-)>-$ w++(+)>-- !O-(-)>- !M-(-)>-- !V-(-)>- PS(+)>++ !PE()>+  Y PGP>+ t(-) !5? !X R()>* tv- b++ DI++ D+(++)>+++ G++@ e++++>+++++ h---()>++ r+++ y+++ <br>------END GEEK CODE BLOCK------ </tt></div></div></div>
</div>
_______________________________________________<br>
Bf-education mailing list<br>
<a href="mailto:Bf-education@blender.org" target="_blank">Bf-education@blender.org</a><br>
<a href="https://lists.blender.org/mailman/listinfo/bf-education" rel="noreferrer" target="_blank">https://lists.blender.org/mailman/listinfo/bf-education</a><br>
</blockquote></div></div>