Campbell Barton
9357f7b606
PyAPI: remove deprecated blf.size() dpi argument
...
Scripts can be updated by scaling the font size, e.g.
blf.size(id, size, dpi) -> blf.size(id, size * (dpi / 72.0))
2023-05-23 12:02:10 +10:00
Campbell Barton
db8b5a2316
PyDoc: remove deprecated dpi argument from BLF example
2023-02-07 15:12:05 +11:00
Campbell Barton
ad9addbf46
Cleanup: unused imports
2019-03-17 21:00:56 +11:00
Campbell Barton
532c8ac583
Cleanup: pep8 function indentation
2018-06-26 19:58:56 +02:00
Dalai Felinto
c558d8fa7c
bpy blf api example update
...
With changes from Campbell Barton as well.
2018-04-17 12:25:51 +02:00
Campbell Barton
2658949752
pep8 cleanup, also print message when attempting to run in animation player mode.
2011-07-29 01:24:03 +00:00
Dalai Felinto
936737b70f
example of Physics Constraints module :)
...
+ some small fixes in other docs.
A topic for later(soon?), I think we should name the modules according to the rest of Blender modules. So instead of:
Game Engine bge.logic Module
We would have it:
Game Logic (bge.logic)
...
2011-07-08 06:51:12 +00:00
Dalai Felinto
4260258bb3
an example for blf - a basic Hello World (for bge, not blender)
2011-07-06 08:29:20 +00:00