Trickshots

by ktdfly in Addons


Installation

In Blender go to Edit -> Preferences -> Add-ons tab, press Install and select trickshots.zip.

Tutorial

Please read the full manual. And here's just a small example of scenario, written in Python:

def scenario():
    set_vel('ball', var3(-10, 10))
    yield hit('ball', 'box1')
    yield hit('ball', 'box2')
    yield hit('ball', 'box3')

solve(scenario)

  • $10
  • There's no additional files or content.

    $30
$10

Have questions before purchasing?
Login to message

Details
Dev Fund Contributor
Published over 1 year ago
Software Version 3.3, 3.4, 3.5
License GPL
Discover more products like this

Scenario perfect velocity trickshots simulation Python physics dude