Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3618 / 5574

Revision b68673f by Lukas Toenne
May 16, 2012, 10:10 (GMT)
Fix #31369 (discussed in bug report comments). Setting the path/layer name strings of the file/layer slots of the file output node would crash, due to missing id.data pointer in the PointerRNA. Solved by using the iter->parent.id.data pointer for the RNA collection iterator.
May 16, 2012, 09:26 (GMT)
style cleanup: imbuf
Revision a7e6d38 by Lukas Toenne
May 16, 2012, 09:22 (GMT)
Fix #31472: displace node wrong y derivative (simple typo). Credit to Ervin Weber (lusque) for the fix.
May 16, 2012, 09:12 (GMT)
svn merge ^/trunk/blender -r46632:46684
May 16, 2012, 08:42 (GMT)
fix [#31474] Crash when object has parent and dupli_type == 'FRAMES' and show_x_ray, show_transparent are set to True

dupli objects should never be added to after-draw, added an assert to ensure this (and make fixing such bugs easier).
May 16, 2012, 07:38 (GMT)
style cleanup: imbuf
May 16, 2012, 05:16 (GMT)
Bugfix
Revision e6ddad5 by Dan Eicher
May 16, 2012, 02:51 (GMT)
CPack rpm cleanup

-- package name and .spec->Version match
-- use find_lang macro for locales
-- Requires & Provides (mostly) match the fedora .spec
-- fix unpackaged file error for blender-thumbnailer.py

TODO: figure out how persuade CPack to make multiple rpms to also package blenderplayer
Revision ffd56fd by Joshua Leung
May 16, 2012, 02:40 (GMT)
Bugfix [#31469] 'cyclic offset' option is broken

Removing this option from the UI. Cyclic offset and/or other the myriad of other
half-working walk/stride cycle stuff has been removed pending further review at
a later date about what's really needed, and the best way to do so with regards
to different rig types (i.e. setup antagonistic).
May 16, 2012, 00:51 (GMT)
Code cleanup: simplify standard GHash creation.

Added four new functions as shortcuts to creating GHashes that use the
standard ptr/str/int/pair hash and compare functions.

GHash *BLI_ghash_ptr_new(const char *info);
GHash *BLI_ghash_str_new(const char *info);
GHash *BLI_ghash_int_new(const char *info);
GHash *BLI_ghash_pair_new(const char *info);

Replaced almost all occurrences of BLI_ghash_new() with one of the
above functions.
May 15, 2012, 18:50 (GMT)
style cleanup: pep8
May 15, 2012, 18:45 (GMT)
style cleanup: raytree code
May 15, 2012, 18:34 (GMT)
Python/CurveMapping: add Curve Mapping functions to add/remove curve points,
evaluate the curve and update after changes.
May 15, 2012, 16:32 (GMT)
Update create_vert_edge_map() to match create_vert_poly_map().
May 15, 2012, 16:11 (GMT)
Fix cosmetic typos

Patch provided by Matteo F. Vescovi, thanks!

May 15, 2012, 15:55 (GMT)
Remove "Use Root Coordinates" from the interface

Seems it was never ported since 2.49 and currently makes no sense.
May 15, 2012, 15:34 (GMT)
Fix for second part of #31445: Surface "Control Points" menu is empty

The only difference that it should be Select Linked All operator added to the menu
May 15, 2012, 15:28 (GMT)
Fix #31445: Surface "Control Points" menu is empty

It is possible to create hook for surfaces, so display this entry
in Control points menu.
May 15, 2012, 15:05 (GMT)
Tomato: fixes for marker sliding operator

- Fixed crash on slide undo. Was caused by some typos in slide
data initialization and not checking for slide action in
cancel callback
- Always create keyframe for frame when marker is stared sliding.
May 15, 2012, 15:02 (GMT)
Fix: mirror modifier only mirrors first UV map (IRC report).
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021