Skip to content

Automation.py: unuse setBuffer [fix]

Jonathan Wiedemann requested to merge github/fork/hoijui/patch-1 into master

Created by: hoijui

With this line I get:

Exception while processing file: Automation.py [setBuffer() takes exactly 3 arguments (2 given)]

removing it made the script work (crystal.png gets generated, and it looks good).

Using FreeCAD 0.16

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • [NA] Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR is merged.


Merge request reports