Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 4311 / 5574

June 28, 2010, 16:52 (GMT)
update from discussion with brecht.
June 28, 2010, 16:37 (GMT)
default to global space for point density cache space.
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.
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


June 28, 2010, 12:42 (GMT)
rna renaming: showonly/useonly to show_only/use_only
June 28, 2010, 12:41 (GMT)
rna renaming: some simple consistency tweaks

June 28, 2010, 12:25 (GMT)
rna suggested names:
position -> location
maximum/minimum -> max/min
June 28, 2010, 12:10 (GMT)
WIP draft for rna renaming, brecht will go over this next.
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.
Revision aae952b by Matt Ebb
June 28, 2010, 00:11 (GMT)
Fix [#22669] Packing a .wav used in a LB crashes Blender
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

Revision a526321 by Matt Ebb
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.
Revision 32f83b9 by Matt Ebb
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
June 27, 2010, 21:35 (GMT)
nicer alignment for preset UI
June 27, 2010, 21:03 (GMT)
remove some warnings
June 27, 2010, 19:10 (GMT)
align menu text to the left when displayed in a panel.
June 27, 2010, 19:04 (GMT)
use expanded enum for addons to give faster access (matches theme layout)
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
June 27, 2010, 12:45 (GMT)
Recalculate motherball when metaball is deleting
June 27, 2010, 08:35 (GMT)
Fix #22051: crash when scaling parent metaball

Keep the constant resolution for any motherball's scale
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021