Timeline for answer to 3D rigid body physics engine by Tim Laska
Current License: CC BY-SA 4.0
Post Revisions
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 22, 2021 at 4:03 | history | edited | Tim Laska | CC BY-SA 4.0 |
Updated Python scripts to be compatible with version 2.93 LTS of Blender
|
| Apr 27, 2019 at 4:15 | vote | accept | Ivan | ||
| Apr 23, 2019 at 16:30 | history | edited | Tim Laska | CC BY-SA 4.0 |
Added a section to import Blender simulations results from within the Mathematica document.
|
| Apr 21, 2019 at 13:08 | comment | added | Tim Laska | @Ivan I fixed the indentation problem. The "Code Sample" or ctrl-K in SE adds extra preceding spaces in the MMA code string, which causes a problem, because Python is sensitive to indentation. This is an artifact of trying to highlight a MMA code that produces a Python code in SE. | |
| Apr 21, 2019 at 12:59 | history | edited | Tim Laska | CC BY-SA 4.0 |
When using "Code Sample" or control-K, it adds extra spaces which causes a problem with python because it is indentation based. I removed those spaces.
|
| Apr 21, 2019 at 4:00 | comment | added | Tim Laska | I was having a little trouble getting the markdown to work here. You have SE, Mathematica, Python, and Windows all needing to escape their notion of special characters. I am glad you found it useful. I will take a look at the post tomorrow to see if I can repeat the error and try to rectify. | |
| Apr 21, 2019 at 2:48 | comment | added | Ivan | Thank you very much! this answer is great! One thing: At first, running a copy of the code you posted I got an error in cmd about some "Unexpected indent". I don't know if it's something to do with how text is formatted on stackexchange, but I did fix it! | |
| Apr 20, 2019 at 14:19 | history | answered | Tim Laska | CC BY-SA 4.0 |