Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 1
    $\begingroup$ can u paste a working example with a small text file you're loading? here read_list it's not defined. $\endgroup$ Commented Jul 25, 2022 at 9:06
  • $\begingroup$ Hello Harry, I made a small github compilation -> github.com/SaraHeitz/blenderpython $\endgroup$ Commented Jul 25, 2022 at 9:36
  • $\begingroup$ i'm not sure i understand the problem. can you draw a picture of the result you want? $\endgroup$ Commented Jul 25, 2022 at 9:54
  • $\begingroup$ I would like for this Dataviz to animate the countries as bars for each year, and set a keyframe (at eg. 5, 10, 20, 25) for the years [1850,1900,1950,2000] using the according x,y,z values, similar to this youtube animation, but start and end at the same time for every object: youtube.com/watch?v=QTyYj4ZKNBA So far I could only animate those values with offset, the problem is, that the next Object of the loop won't start at 0, but continue right after the first Object (if it ends at 25, it will start at 30) I also updated the initial Question with screenshots $\endgroup$ Commented Jul 25, 2022 at 10:28
  • $\begingroup$ in the end, I want it to work for 150 Countries and 100+ Years, that's why I am so eager about the keyframes (so I don't have to change them manually) Thanks for your Investigation already! $\endgroup$ Commented Jul 25, 2022 at 10:31