Revision 3166136 by Campbell Barton June 28, 2010, 16:52 (GMT) |
update from discussion with brecht. |
Revision a726793 by Campbell Barton June 28, 2010, 16:37 (GMT) |
default to global space for point density cache space. |
Revision d404974 by Campbell Barton June 28, 2010, 16:07 (GMT) |
flip button for color ramps (durian request), these should be done as operators in a menu with copy/paste. added own todo. |
Revision b082401 by Luca Bonavita June 28, 2010, 15:29 (GMT) |
== rna cleanup script == - new folder rna_cleanup/ - moved na_api_cleanup.txt in rna_cleanup/ - rna_cleaner.py is a script to help cleaning rna names, pasting the help below for those interested Basically after you run this on a original file, the script produces 2 file .txt and .py that you can edit. You can skip to edit things liek "changed" or "same" or check if the "to" field is correct or not. When you re-run this script it will check these thigns and will produce a consistent output file again. Also, you can sort lines at will. $ ./rna_cleaner.py -h HELP: Run this script to re-format the edits you make in the input file. Do quick modification to important fields like 'to' and don't care about fields like 'changed' or 'description' and save. The script outputs 3 files: 1) *_clean.txt: is formatted same as the .txt input, can be edited by user. 2) *_clean.py: is formatted same as the .py input, can be edited by user. 3) rna_api.py is not formatted for readability and go under complete check. Can be used for rna cleanup. USAGE: ./rna_cleaner.py input-file (.txt|.py) order-priority (note|changed|class|from|to|kw). ./rna_cleaner.py -h for help |
Revision abf095e by Brecht Van Lommel June 28, 2010, 12:42 (GMT) |
rna renaming: showonly/useonly to show_only/use_only |
Revision 5fce637 by Brecht Van Lommel June 28, 2010, 12:41 (GMT) |
rna renaming: some simple consistency tweaks |
Revision 4b0ab39 by Campbell Barton June 28, 2010, 12:25 (GMT) |
rna suggested names: position -> location maximum/minimum -> max/min |
Revision 2d377a9 by Campbell Barton June 28, 2010, 12:10 (GMT) |
WIP draft for rna renaming, brecht will go over this next. |
Revision 8517a7a by Sergey Sharybin June 28, 2010, 11:07 (GMT) |
Fix #20965: metaballs partticles and volume material crash rendering Fix #21187: 2.5svn26947 - particles + meta sphere = crash in rendering Use separated displists for mballs in view3d and render stuff. Do not recalculate displist for view3d while rendering - mball.c uses several global variables which shouldn't be accepted from parallel threads. |
June 28, 2010, 00:11 (GMT) |
Fix [#22669] Packing a .wav used in a LB crashes Blender |
Revision 1a6b9ea by Luca Bonavita June 28, 2010, 00:06 (GMT) |
== python api docs == - properties are now listed on alphabetical order - readonly properties use "data" directive, so that we see them in green in the web docs example (after Campbell will rebuild the docs): http://www.blender.org/documentation/250PythonDoc/bpy.types.RenderLayer.html (note that green attributes still need final CSS-ing, but smerch is a bit busy atm) - fixed indentation in http://www.blender.org/documentation/250PythonDoc/bpy.data.html |
June 27, 2010, 23:57 (GMT) |
[#22682] some missing keymaps Added proportional influence up/down to transform modal keymap. Also fixed a crash in restoring to previous key map item after edits. |
June 27, 2010, 23:18 (GMT) |
Partial fix for [#22666] TWO BUGS of LIGHT fixed: number 1- can't link light data by using control+l "object data" cleaned up code a bit here too |
Revision 5cc2e13 by Campbell Barton June 27, 2010, 21:35 (GMT) |
nicer alignment for preset UI |
Revision d9bcd24 by Campbell Barton June 27, 2010, 21:03 (GMT) |
remove some warnings |
Revision 1a59eb2 by Campbell Barton June 27, 2010, 19:10 (GMT) |
align menu text to the left when displayed in a panel. |
Revision 003d69f by Campbell Barton June 27, 2010, 19:04 (GMT) |
use expanded enum for addons to give faster access (matches theme layout) |
Revision 768ecb1 by Campbell Barton June 27, 2010, 18:34 (GMT) |
api reference docs: include bpy.data in the main page since its used everywhere. since this isnt a module its self its a little odd to do this but toctree cant make arbitrary cross-references. Also added some usage examples: http://www.blender.org/documentation/250PythonDoc/bpy.data.html |
Revision 650de24 by Sergey Sharybin June 27, 2010, 12:45 (GMT) |
Recalculate motherball when metaball is deleting |
Revision 3262dfd by Sergey Sharybin June 27, 2010, 08:35 (GMT) |
Fix #22051: crash when scaling parent metaball Keep the constant resolution for any motherball's scale |
|
|
|


Master Commits
MiikaHweb | 2003-2021