Blender Git Commits

Blender Git "master" branch commits.

Page: 2964 / 5574

February 3, 2014, 11:25 (GMT)
Fix T38455: Blenderplayer is not working

Was a regression since avg_frame_rate changes.

Didn't find reliable way to get stream duration which will
work with both FFmpeg and Libav so added some freaking black
magic to distinguish one from another.
February 3, 2014, 11:04 (GMT)
Add include for FreeBSD and clang
February 3, 2014, 10:55 (GMT)
Fix another player stub after type change
February 3, 2014, 10:41 (GMT)
BGE: correct for last commit
February 3, 2014, 08:37 (GMT)
Image/Animation loading, remove user-pref extension check.

don't use extension checking preference for low level loading functions,
otherwise a user preference may impact a script loading a file for example.

looked into making this an argument and passing it in, but theres no
real advantage and its simpler just to remove.
February 3, 2014, 08:35 (GMT)
Code cleanup: check -1 for error return explicitly
February 3, 2014, 08:35 (GMT)
Code cleanup: use bools where possible
February 3, 2014, 07:56 (GMT)
Fixed a possible access to null pointer reference.

Patch by tamerlan311 (Alex Babahin)

Reviewers: sergey

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D282
Revision 65b1ace by Joshua Leung
February 3, 2014, 06:23 (GMT)
Fix T38447: Deactivated hotkeys are still showing in menu
Revision b320139 by Joshua Leung
February 3, 2014, 06:23 (GMT)
Use bool where appropriate
February 3, 2014, 02:56 (GMT)
Code cleanup: white space and cmake was broken on all platforms
February 2, 2014, 22:35 (GMT)
Assure test works in all OSX buildenvironments/build-types
February 2, 2014, 19:35 (GMT)
Fix T38435: Crash when pressing MMB in walk mode

Snap code may be called with a NULL region, add check about this and assume ray_start is OK in this case!
February 2, 2014, 19:11 (GMT)
Code cleanup / Cycles: Remove unused "curverender" variable from Object class, was never used.
February 2, 2014, 18:53 (GMT)
Code cleanup / Cycles: Remove encasing_ratio variable, it was already hard coded, so define it in the kernel only.
February 2, 2014, 18:29 (GMT)
Added bevel regression test to tests.

Goes with companion files bevel_regression.blend
and mesh_ops_test.py just added to svn lib/tests/modeling.

Also changed the blender executable path for Apple case:
needed either 'Debug' or 'Release' in the path. I chose
'Debug', because not sure how to add otherwise. At any
rate, what was currently there didn't work at all.
February 2, 2014, 18:27 (GMT)
Add "Create" tab and panel for Metaball Edit Mode

This makes the Create tab consistent in metaball editmode with other object types.
February 2, 2014, 18:05 (GMT)
Reorder Curve "Create" tab and add "Create" tab for Surfaces

This ensures the Create tab doesn't move and that it's available for Surface object types.
February 2, 2014, 17:38 (GMT)
Remove Grease Pencil panels from toolbar, has own tab

The Grease Pencil has it's own dedicated tab. It's no longer necessary to draw in a panel for each object type.
February 2, 2014, 17:31 (GMT)
Update tabs for non-mesh object types

This adds appropriate tabs, panels, etc for curves, surfaces, metaballs, text, and armatures. This brings it in line with the changes in rB0972c422c3ac4ed725414baa47838f833b3f4c90
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021