Blender Git Commits

Blender Git "master" branch commits.

Page: 3129 / 5574

July 19, 2013, 10:40 (GMT)
code cleanup: inconsistent 'break' placement in BKE_object_minmax

July 19, 2013, 10:40 (GMT)
code cleanup: replace inline loop with BLI_findstring

July 19, 2013, 10:40 (GMT)
code cleanup: remove redundant multiplying when jittering widget drawing.

July 19, 2013, 10:39 (GMT)
code cleanup: replace wm_macro_modal inline search for BLI_findptr.

July 19, 2013, 10:39 (GMT)
code cleanup: simplify BLI_parent_dir using BLI_join_dirfile

July 19, 2013, 10:39 (GMT)
code cleanup: use bool for widget struct, also edit odd strncpy use.

July 19, 2013, 10:39 (GMT)
code cleanup: avoid sqrt in isect_seg_seg_v2_point

July 19, 2013, 10:39 (GMT)
code cleanup: remove array reallocation in bmesh duplicate function (use alloca)

July 19, 2013, 10:39 (GMT)
enable type limits warning when compiling with gcc.

July 19, 2013, 08:04 (GMT)
fix [#36218] Crash attempting to delete right side of hard cut in VSE on movie strip

deleting a strip would try free the anim membe twice.
July 18, 2013, 10:08 (GMT)
Tradtional release commit! 2.68 splash and the numbering.

- This should then follow the tagging
- And I would still prefer to have at least 24 hours full freeze, for proper test
and avoid last minute errors.

July 18, 2013, 09:29 (GMT)
Merging r58330 through r58361 from trunk into soc-2013-depsgraph_mt

Revision 1d4bd90 by Gaia Clary
July 18, 2013, 07:54 (GMT)
Avoid creating Morph Controllers when shape key export is disabled
July 18, 2013, 02:59 (GMT)
fix for action editor view-selected behaving strangely.
- when an fcurve had no selected keyframes, a default fallback value was used which caused view-selected to include frame 1, even when no selected frames were there.

- the vertical axis was always reset, ideally we would center vertically too but the way this operator currently works we only know about the frame range,
now don't change the vertical scroll when viewing selected since it would always jump to the top of the screen (view-all still acts this way).
July 17, 2013, 21:43 (GMT)
Merged revision(s) 58241-58355 from trunk/blender into soc-2013-dingto.
July 17, 2013, 21:25 (GMT)
* Fix a typo in code.
Revision 89f4445 by Gaia Clary
July 17, 2013, 21:06 (GMT)
Leaf bone length calculation used wrong bone tail
Revision f2db694 by Gaia Clary
July 17, 2013, 20:22 (GMT)
Fix: #36184 Collada import/export... leaf bone size was not set as needed.
July 17, 2013, 17:31 (GMT)
Hide unnecessary error print when showing tooltip over a property with no RNA
path, ideally this would work everywhere but it's a known limitation, no need
to print an error in the console each time it happens.
Revision 0b8d946 by Gaia Clary
July 17, 2013, 17:07 (GMT)
Added some documentation for the minimal progress bar in blender_python_api
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021