apockill / uArmCreatorStudio

uArm Creator Studio is a Visual Programming Language for robot arms, with a heavy emphasis on computer vision and usability for both low experience and high experience programmers. It's written entirely in Python, and supports python scripting within the application.
82 stars 39 forks source link

New Resource: Motion Recording #6

Closed PaHorton closed 8 years ago

PaHorton commented 8 years ago

Able to start new motion recording without an arm connected.

apockill commented 8 years ago

Fixed. Checking prerequisites for resource creation is now done on the window object for that particular resource, and not the objectManagerWindow object.