Blender Git Commits

Blender Git "master" branch commits.

Page: 3121 / 5574

Revision 59fabbb by Joshua Leung
July 27, 2013, 11:54 (GMT)
Style Cleanup for r.58659

Use proper RNA API function that was designed to be used in this case instead of
using ugly syntax
July 27, 2013, 10:32 (GMT)
fix for reading outside allocated memory when switching to the 3D view.
July 27, 2013, 09:38 (GMT)
fix for possible use of uninitialized variable in pastebuf_match_path_property()
wasn't checking if RNA_path_resolve() succeeded.
July 27, 2013, 09:26 (GMT)
code cleanup for thumbnails:
- use URI_MAX define
- replace strcat with BLI_snprintf.
July 27, 2013, 09:20 (GMT)
remove unused code from object convert and indent.
July 27, 2013, 09:19 (GMT)
fix for possible out of bounds read, printing a warning with pointcache header.
July 27, 2013, 08:21 (GMT)
fix for writing to freed memory enabling texture node tree
July 27, 2013, 08:06 (GMT)
internal api: args passed to ui_but_equals_old() were wrong order.
July 27, 2013, 07:02 (GMT)
code cleanup: typos
July 27, 2013, 06:45 (GMT)
simplify triangle joining and remove use of BLI_array.
July 27, 2013, 06:11 (GMT)
fix for joining face selection after recent api change, also bmo_join_triangles_exec() wasn't filling in its 'face' output slot.
July 27, 2013, 05:57 (GMT)
fix for bridge tool selection flushing (after recent api change), also exposed bug in bmesh edgering-subdiv operator.
Revision 91fc927 by Gaia Clary
July 26, 2013, 22:19 (GMT)
Import of single bones used infinite bone size
July 26, 2013, 16:19 (GMT)
fix [#36270] Crash with pinning
July 26, 2013, 15:35 (GMT)
fix [#36286] UV face display not working for concave ngons
July 26, 2013, 15:26 (GMT)
fix for error in BLI_buffer_declare_static(), the stack variable wasn't the right size, from original commit 53440.
Caused UV stretch display to fail.
July 26, 2013, 11:15 (GMT)
fix [#36282] Spin error with non uniform scale
add support for passing object matrix to bmesh transform operators.
July 26, 2013, 10:43 (GMT)
use math functions for copying matrix/vector types, also cast const pointers for freeing (clang error's out otherwise)
July 26, 2013, 10:11 (GMT)
fix for incorrect null check in RE_engine_update_stats
July 26, 2013, 06:12 (GMT)
optimization: call one bmesh operator for rotate (not 3).
added pivot_m4() utility function since rotating about an arbitrary point is handy.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021