Blender Git Commits

Blender Git "master" branch commits.

Page: 4196 / 5574

November 10, 2010, 08:11 (GMT)
Fix #24632: Sculpt Mode Context Set hotkeys (1..0, Shift+1..0) don't work

- Totally get rid of old active_brush_index stuff
- Use operator to set n-th brush as active in specified paint mode
thans to Cambo for it's optimization :)
November 10, 2010, 08:10 (GMT)
fix [#24631] array modifier, relative offset, units
November 10, 2010, 07:44 (GMT)
[#24627] [minor] Object type is TEXT, but icon names are FONT
change object.type enum name TEXT for FONT to match icon and ID type names.
November 10, 2010, 07:10 (GMT)
bugfix [#23710] 'repeat last' button doesnt' work with extrude along axes other than Z
November 10, 2010, 05:46 (GMT)
fix for the crash reported in [#24625] Duplifaces not generated using spacebar to activate
November 10, 2010, 04:58 (GMT)
correct some comments and fix for allocating more memory then needed for animation paths.
November 10, 2010, 01:40 (GMT)
partial fix for [#24634] Passing custom context to join operator doesn't work
- report errors when join fails.
- toggle editmode with internal functions rather then ED_object_enter_editmode / ED_object_exit_editmode, which rely on context too much and didnt work properly when calling join from python.
November 10, 2010, 00:51 (GMT)
string lookup for scene.object_bases, also removed some unused DNA vars.
November 9, 2010, 14:54 (GMT)
Bugfix #20812 (and probably others)

Issue: in user preferences window, using file selecting caused the
the userpref window to be saved, and not closing.

Reason: design error (by me) in using screen->full tag for denoting
a temporarily screen (like file window). Fixed by using a new
screen->temp variable for it.

System remained unstable though, noticed another issue with freeing
temp screens in wrong places. Seems nice stable now! Will check on
the wiki for relarted issues now.


Revision 2b96175 by Janne Karhu
November 9, 2010, 11:26 (GMT)
Bug fix: cutting a sequencer movie strip with sound could crash in some cases.
Revision b874bdc by Janne Karhu
November 9, 2010, 11:17 (GMT)
Fix for [#24580] and [#24600]
* Particles didn't want to stay cached, even if there were no actual chages.
* Particle states weren't set properly for times before actual simulation start.
November 9, 2010, 10:40 (GMT)
remove unused scene members 'jumpframe' and 'ima'
November 9, 2010, 09:53 (GMT)
bugfix [#24403] Object.copy() duplicates armature action
now duplicating ID data wont duplicate actions by default and the user preference is used with duplicate operators.
November 9, 2010, 09:34 (GMT)
copying a camera would copy its animation data (and action datablocks) twice.
Revision 1b51383 by Elia Sarti
November 9, 2010, 07:49 (GMT)
Add a "Save user settings" operator entry in the File menu, avoids having to open User Preferences to save layout changes.
November 9, 2010, 05:58 (GMT)
RNA_property_as_string support for pointer properties, without this macro arguments were just called '<POINTER>'
November 9, 2010, 04:56 (GMT)
bugfix [#24623] VSE strip animation data out of sync after moving using shift-s
also fixes snap on metastrips which was snapping nested strips.
November 9, 2010, 03:52 (GMT)
bugfix [#24578] crash on browse directory w/ broken image file
Was trying to decode an image when quicktime wasn't initialized.

There are a few other reports on windows about thumbnails crashing which this probably fixes.

This also fixes a bug where DisposeHandle wasn't called if decode was called with a NULL pointer.
November 9, 2010, 03:37 (GMT)
[#24602] Netrender master node IP information is reset to [Default] no matter what

[#24601] Net rendering master node fails to send/retrieve files to/from slaves

Both Reported by Dan McGrath

The second might not actually be fixed with this, but now there is better error checking and reporting.

Misc: add poll method in Panel base class, to better support mixins with different inheritance order.
November 9, 2010, 01:37 (GMT)
bugfix [#22794] Inconsistent behaviour with Panorama, border rendering
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021