Merge branch 'master' into blender2.8

This commit is contained in:
Campbell Barton 2018-11-30 08:39:59 +11:00
commit 6af997710b
6 changed files with 14 additions and 18 deletions

View File

@ -298,4 +298,3 @@ then copied :kbd:`Control-C`, usually to paste in the text editor or python cons
zooming the view for example isn't so useful to repeat so its excluded from the output. zooming the view for example isn't so useful to repeat so its excluded from the output.
To display *every* operator that runs see :ref:`Show All Operators <info_show_all_operators>` To display *every* operator that runs see :ref:`Show All Operators <info_show_all_operators>`

View File

@ -392,4 +392,3 @@ While developing a script it is good to time it to be aware of any changes in pe
# do something... # do something...
print("My Script Finished: %.4f sec" % (time.time() - time_start)) print("My Script Finished: %.4f sec" % (time.time() - time_start))

View File

@ -477,4 +477,3 @@ Using Low-Level Functions:
fcu_z.keyframe_points.add(2) fcu_z.keyframe_points.add(2)
fcu_z.keyframe_points[0].co = 10.0, 0.0 fcu_z.keyframe_points[0].co = 10.0, 0.0
fcu_z.keyframe_points[1].co = 20.0, 1.0 fcu_z.keyframe_points[1].co = 20.0, 1.0

View File

@ -315,4 +315,3 @@ enable the CMake build option ``WITH_PYTHON_SAFETY``.
This enables data tracking which makes data access about 2x slower This enables data tracking which makes data access about 2x slower
which is why the option isn't enabled in release builds. which is why the option isn't enabled in release builds.