Revision 46ad9b6 by Thomas Dinges July 28, 2013, 22:12 (GMT) |
UI / Code: Cody style changes for r58692. * First of all, UI code is really simple, especially in such small panels, no need to comment obvious things like left/right column. * "if 1" nested structs for code clarity? That's a really bad thing, especially if you have 3 lines which belong together, but only 2 of them are indented... sub = row.row() sub.active = obj.show_bounds sub.prop(obj, "draw_bounds_type", text="") * Empty line after layout = self.layout declarations, we still follow these Rules. http://wiki.blender.org/index.php/Dev:2.5/Py/Scripts/Guidelines/Layouts Thanks! |
Revision 4f02555 by Campbell Barton July 28, 2013, 19:53 (GMT) |
new mesh tool for cleaning up meshes, splits up non-planar faces while they exceed a given angle threshold (access from the 'Mesh -> Clean' menu). |
Revision c754eaa by Campbell Barton July 28, 2013, 19:46 (GMT) |
add inline functions getting a single axis from mul_m3_v3() |
Revision fc4a777 by Campbell Barton July 28, 2013, 17:06 (GMT) |
use '_exec' suffix for operator execute callbacks, also picky change to sizeof() use in BLI_array.h |
Revision b8e0651 by Campbell Barton July 28, 2013, 12:17 (GMT) |
add BLI_alloca.h, missed in previous commit |
Revision 1448499 by Campbell Barton July 28, 2013, 12:03 (GMT) |
patch [#36233] Fix Halo and Billboard Normal and Behavior from Vitor Balbio (vitorbalbio) Fixes billboard flipping (flipped normals and textures too) |
Revision 46aea9c by Campbell Barton July 28, 2013, 11:43 (GMT) |
patch [#36296] object->display-properties subpanel layout cleanup from David Jeske (jeske), with minor edits of my own. |
Revision 6864f2c by Campbell Barton July 28, 2013, 11:15 (GMT) |
move suspicious break statement in drawDispListsolid() to prevent falling through. |
Revision 4982f20 by Campbell Barton July 28, 2013, 10:38 (GMT) |
move alloca define into its own header since its not related to BLI_array |
Revision 72f2917 by Campbell Barton July 28, 2013, 09:05 (GMT) |
bmesh: skip error checks when building in release mode (minor speedup), also more strict use of BLI_array_declare(), only allow after array is declared. |
Revision b5890b3 by Campbell Barton July 28, 2013, 07:11 (GMT) |
fix for freed memory access clearing tracks in the clip editor. |
Revision c4a50e9 by Campbell Barton July 28, 2013, 06:37 (GMT) |
remove unneeded NULL checks, add one for give_matarar() return value. |
Revision b01b2c4 by Thomas Dinges July 28, 2013, 06:17 (GMT) |
Merged revision(s) 58585-58681 from trunk/blender into soc-2013-dingto. |
Revision 0cb9a83 by Campbell Barton July 27, 2013, 18:17 (GMT) |
code cleanup: remove unused code |
Revision 684c4cc by Campbell Barton July 27, 2013, 18:16 (GMT) |
fix for BKE_deform_split_suffix() - out of bounds read when passing in empty string. - single character prefix didnt work. - with no suffix, the string body was truncated. |
Revision 52e54d3 by Campbell Barton July 27, 2013, 16:39 (GMT) |
remove unused code & some redundant NULL checks. |
Revision aaa284f by Campbell Barton July 27, 2013, 14:44 (GMT) |
cleanup ED_view3d_from_m4() ambiguity with NULL checks, now assert if dist is set up but ofs. also small optimization for matrix conversion. |
Revision d7ff7ad by Campbell Barton July 27, 2013, 14:17 (GMT) |
correct sloppy NULL checks, in interface code: - uiPupMenuBegin was checking for NULL title but would still crash if it were NULL. - now tag the function as 'nonnull' and remove NULL checks. make sure NULL isnt passed to it. |
Revision 6aa001f by Campbell Barton July 27, 2013, 14:05 (GMT) |
code cleanup: remove redundant NULL checks and avoid writing to the source string. also rename BLI_replacestr() -> BLI_replacestrN() since it returns an allocated buffer. |
Revision d403537 by Joshua Leung July 27, 2013, 11:55 (GMT) |
Code cleanup: Remove unused and unneeded code |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021