Merge branch 'master' into blender2.8
This commit is contained in:
commit
6af997710b
@ -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>`
|
||||||
|
|
||||||
|
@ -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))
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user