Blender Git Commits

Blender Git "master" branch commits.

Page: 3868 / 5574

October 12, 2011, 03:46 (GMT)
fix [#28882] grease pencil draw apperence seems to change wieght/thickness after a while
October 12, 2011, 01:36 (GMT)
fix [#28883] redraw problems for particle mode's brush menu

The enum items for getting the brush tool (which the UI draws), would change after the 3D view first draws on exiting editmode.

Since the panel draws before the 3D view does, the UI had a glitch.

Fix by using psys_get_current() for the enum, rather then PE_get_current() which depends on an updated particle system.
October 12, 2011, 00:47 (GMT)
python UI was doing a lot of attribute lookups on tool & sculpt tool (not especially efficient & annoying when adding breakpoints into why its not working right).
October 12, 2011, 00:21 (GMT)
fix [#28880] relative paths don't work with Change Path/Files
October 12, 2011, 00:15 (GMT)
changes to relative path option
- initialize the relative_path option in ED_fileselect_get_params(), saves initializing within every operators own init functions, some even trying to initialize a non existing property.
- don't set the operator default from the user preferece, operator property defaults should be static else python scripts for eg can get different defaults depending on user settings, this also wont get updated when user-defaults are edited so generally confusing & not good practice.
October 11, 2011, 23:52 (GMT)
fix [#28879] can't change names of some of the VSE strips

Multi-Cam, Sound, Movie and Image strips were not showing strip names.

also replace sprintf() with safer BLI_snprintf()
October 11, 2011, 23:27 (GMT)
fix [#28873] Blenders Python API Sphinx Build Script give exceptions
October 11, 2011, 23:08 (GMT)
fix for crash caused by invalid active material index while editing text.

also added some better error checking in object_remove_material_slot() so it will print an error rather then crashing if this case ever happens again.
October 11, 2011, 17:30 (GMT)
Commit testing notifier hack
October 11, 2011, 17:19 (GMT)
Cycles: add python render engine option to use new shading nodes or not, instead
of hardcoded check for cycles. Also some other minor code cleaning tweaks.

October 11, 2011, 14:53 (GMT)
Fix crash drawing waveform with zero length sound, found looking into sound reading bug.

October 11, 2011, 14:30 (GMT)
Cycles: svn merge -r40411:40934 ^/trunk/blender

October 11, 2011, 10:59 (GMT)
fix for drag-n-drop ID's for renaming (own fault when fixing #24016)
October 11, 2011, 06:24 (GMT)
rna source files are not needed in POTFILE.in, and small fix on readme
October 11, 2011, 05:52 (GMT)
Adding FA (Persian - Farsi) language to po + flipping Arabic name in the Language Enum
October 11, 2011, 05:45 (GMT)
fix for py/rna assigning an invalid index. also give better error message in this case.
October 11, 2011, 05:21 (GMT)
fix for crash in BLI_join_dirfile() when the dir is longer then the target string.

starting blender in a dir longer then 240 chars would crash.
October 11, 2011, 05:18 (GMT)
Fixes for solidify when the selection does not form a completely closed 2-manifold
October 11, 2011, 05:02 (GMT)
Handle "Open Recent..."
October 11, 2011, 04:36 (GMT)
py api: bpy_extras.io_utils.path_reference() - added library argument so exporters get the paths of linked images right.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021