Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3120 / 5574

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!
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).
July 28, 2013, 19:46 (GMT)
add inline functions getting a single axis from mul_m3_v3()
July 28, 2013, 17:06 (GMT)
use '_exec' suffix for operator execute callbacks, also picky change to sizeof() use in BLI_array.h
July 28, 2013, 12:17 (GMT)
add BLI_alloca.h, missed in previous commit
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)
July 28, 2013, 11:43 (GMT)
patch [#36296] object->display-properties subpanel layout cleanup
from David Jeske (jeske), with minor edits of my own.
July 28, 2013, 11:15 (GMT)
move suspicious break statement in drawDispListsolid() to prevent falling through.
July 28, 2013, 10:38 (GMT)
move alloca define into its own header since its not related to BLI_array
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.
July 28, 2013, 07:11 (GMT)
fix for freed memory access clearing tracks in the clip editor.
July 28, 2013, 06:37 (GMT)
remove unneeded NULL checks, add one for give_matarar() return value.
July 28, 2013, 06:17 (GMT)
Merged revision(s) 58585-58681 from trunk/blender into soc-2013-dingto.
July 27, 2013, 18:17 (GMT)
code cleanup: remove unused code
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.
July 27, 2013, 16:39 (GMT)
remove unused code & some redundant NULL checks.
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.
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.
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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021