johnroper100 / CrowdMaster

Crowd Simulation for the Masses
http://crowdmaster.org
GNU General Public License v3.0
133 stars 24 forks source link

Positioning Not working #5

Closed johnroper100 closed 8 years ago

johnroper100 commented 8 years ago

Even without random rotation the agents objects do not move into their random locations as they should.

The generation code can be found in https://github.com/johnroper100/CrowdMaster/blob/master/cm_agent_generation/generation.py

Peter-Noble commented 8 years ago

See latest commit. The wrong function was returning {'FINISHED'}.

johnroper100 commented 8 years ago

Positioning still does not work.

Here is the test crowd scene: test-crowd-scene.zip

Here is a gif of the problem. You can follow the steps in your own file. 2016-07-30_15-26-50

johnroper100 commented 8 years ago

Fixed it! Now moving on to issue https://github.com/johnroper100/CrowdMaster/issues/4.