Tamito Kajiyama
e423e085f8
Merged changes in the trunk up to revision 30551.
2010-07-20 19:39:07 +00:00
Tamito Kajiyama
2df7f76e78
Merged changes in the trunk up to revision 30397.
2010-07-15 21:05:11 +00:00
Andrea Weikert
05fb497f75
== installation paths ==
...
remove deprecated python BLI_gethome_folder calls
Patch by Brecht, thanks a lot
2010-07-15 20:02:53 +00:00
Tamito Kajiyama
b8de9bc5fb
Merged changes in the trunk up to revision 29994.
2010-07-05 18:37:29 +00:00
Andrea Weikert
ca81aa704e
Patch [ #22339 ] File/installation paths changes
...
Patch Tracker: http://projects.blender.org/tracker/?func=detail&aid=22339&group_id=9&atid=127
This patch implements the proposal outlined here:
http://wiki.blender.org/index.php/Dev:2.5/Source/Installation/Proposal
Original patch by Matt Ebb.
Contributions by Nathan Letwory, Damien Plisson and Andrea Weikert
NOTE:
This is a work in progress commit, some work still needs to be done on the SCons and CMake files for this to work properly, but at least should compile and the files should be created in the right directory.
Commit discussed on IRC with Ton and Campbell.
2010-07-04 15:35:23 +00:00
Tamito Kajiyama
4d141cf808
Merged changes in the trunk up to revision 29550.
2010-06-18 22:53:49 +00:00
Luca Bonavita
8d3a5a8b0a
== python api docs ==
...
* source/blender/python/doc/sphinx_doc_gen.py:
changed the "undocumented" message so that it still links to
http://wiki.blender.org/index.php/Dev:2.5/Py/API/Documentation/Contribute
but uses flags in the url to help documenting.
Example: http://www.blender.org/documentation/250PythonDoc/bpy.ops.node.html#bpy.ops.node.link
click on "contribute", the new section has title "bpy.ops.node.link" and a howto message is shown
* source/blender/python/intern/bpy.c:
fixed a typo
2010-06-15 02:06:01 +00:00
Tamito Kajiyama
df0b629e24
Merged changes in the trunk up to revision 29409.
2010-06-11 17:17:02 +00:00
Campbell Barton
dd72ffe3ff
py/rna api:
...
- bpy.context wasnt being created from the python bpy.types.Context type defined in bpy_types.py (bpy.context.copy() failed for eg.)
- bpy.context.copy() was returning C defined methods like FloatProperty(), which are not useful in this case, removed.
2010-06-09 19:31:10 +00:00
Tamito Kajiyama
cfc351afee
Merged changes in the trunk up to revision 28772.
2010-05-14 21:50:15 +00:00
Campbell Barton
e8408697de
bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)
2010-05-11 07:08:32 +00:00
Tamito Kajiyama
a1d0913afe
Merged changes in the trunk up to revision 28536.
2010-05-02 23:10:22 +00:00
Campbell Barton
4fde9823fd
possible fix for [ #22057 ] Autoname L/R in bones names center bones as .R
...
Bone would get a '.' added even when there was no extension.
(center limit would still be useful)
- name flipping function used sizeof() incorrectly.
- ED_lorem should be extern.
2010-04-18 14:47:45 +00:00
Tamito Kajiyama
dfe2f8dc03
Merged changes in the trunk up to revision 28247.
2010-04-18 02:03:19 +00:00
Campbell Barton
fe9a22a018
py api file rename
...
- prefix mathutils api.
- 2 blf.c files (annoying for debugging)
- py api docs ignore keying sets as with operators.
2010-04-11 12:05:27 +00:00
Tamito Kajiyama
048f357f41
Merged changes in the trunk up to revision 27752.
2010-03-25 21:40:08 +00:00
Campbell Barton
1e9bf0cfdb
spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)
2010-03-22 09:30:00 +00:00
Tamito Kajiyama
29adfa7d64
Merged changes in the trunk up to revision 27647.
2010-03-21 19:55:51 +00:00
Guillermo S. Romero
42ac4a3e7d
Fix syntax for ID keyword.
2010-03-21 01:14:04 +00:00
Campbell Barton
431db9d478
remove unused includes
2010-03-14 16:06:43 +00:00
Tamito Kajiyama
8521442257
Merged changes in the trunk up to revision 27420.
2010-03-11 20:04:25 +00:00
Campbell Barton
f09efddcda
fix for minor errors/warnings
2010-03-03 13:59:57 +00:00
Campbell Barton
560de5e6e5
set the context on importing bpy module.
2010-03-03 08:56:48 +00:00
Tamito Kajiyama
6f4ff64570
Merged changes in the trunk up to revision 27226 (Blender 2.5 alpha 2 release point).
2010-03-02 21:57:16 +00:00
Campbell Barton
ed7f4f2e3c
make BGL and BLF modile names lowercase
2010-02-28 14:57:26 +00:00
Campbell Barton
3bbf1917c5
python BLF module for drawing text, updated template to draw text in the 3D view.
2010-02-28 11:18:54 +00:00
Tamito Kajiyama
709678ca87
Merged changes in the trunk up to revision 26976.
2010-02-16 22:34:43 +00:00
Campbell Barton
768f20d537
update for missing docs & dont include operator classes in sphinx docs.
2010-02-16 15:01:34 +00:00
Tamito Kajiyama
135a944c66
Merged changes in the trunk up to revision 26856.
2010-02-13 01:13:16 +00:00
Campbell Barton
081c1205a3
correct fsf address
2010-02-12 13:34:04 +00:00
Campbell Barton
8f4c340915
bpy.utils.home_paths, use this to get script paths for the user/local/system blender paths.
2010-02-11 14:08:22 +00:00