Blender Git Commits

Blender Git "master" branch commits.

Page: 3114 / 5574

August 4, 2013, 04:07 (GMT)
fix read outside buffer range KX_ObstacleSimulationTOI_rays::sampleRVO,
Was using 3d vectors for 2d operations, passing float[2] to args that use MT_Vector3 was reading the 3rd value of a 2d array
August 4, 2013, 03:47 (GMT)
KX_ObstacleSimulation: replace inline math functions with BLI_math functions
August 4, 2013, 03:45 (GMT)
code cleanup: replace strncpy -> BLI_strncpy, skip first 2 chars when making a hash from the object name.
August 4, 2013, 03:43 (GMT)
fix navmesh, error was introduced by r58420 looks like changes weren't tested.
August 4, 2013, 03:02 (GMT)
avoid freeing NULL pointer for navmesh BuildVertIndArrays and dont truncate memset arg.
August 4, 2013, 03:00 (GMT)
avoid using MEM_reallocN_id directly, add utility macro for freeing.
August 4, 2013, 00:01 (GMT)
avoid runtime overflow (1 << 31), for RNA and armature layer UI.
August 3, 2013, 23:58 (GMT)
code cleanup: remove unused define, correct header guard mismatch, add NULL check so DM_to_mesh() can have a NULL object passed (currently not used) and remove redundant NULL check.
August 3, 2013, 23:40 (GMT)
fix for strange error with BGE 2d filter code,
RAS_2DFilterManager::RenderFilters was casting an int to an unsigned int, then doing a subtraction which would give a negative number.
August 3, 2013, 22:04 (GMT)
minor changes to BLI_heap, save some CPU cycles.
added an assert for incorrect use of BLI_heap_remove
August 3, 2013, 22:03 (GMT)
add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints from the future dont crash.
also remove some redundant NULL checks.
August 3, 2013, 21:56 (GMT)
Cycles / SSS passes:
* Connecting the new passes in the compositor caused a crash, forgot to register the new passes in the compositor operations code.
August 3, 2013, 21:45 (GMT)
Cycles:
* Forgot to rename some SSS pass strings.
* Some typo fixes.
August 3, 2013, 21:01 (GMT)
bmesh: improve limited dissolve result

iteratively dissolve the best edge/vert, updating the heap as the dissolve runs.
August 3, 2013, 18:05 (GMT)
fix for over-allocation in BKE_pbvh_search_gather, BKE_pbvh_gather_proxies,
each element was having the size of PBVHNode allocated rather then the size of a pointer (8 vs 184 bytes here)
August 3, 2013, 17:53 (GMT)
add versions of MEM_reallocN, MEM_recallocN which take a string arg so new allocs have an ID, changing existing functions signatures would be too disruptive at the moment.
August 3, 2013, 17:29 (GMT)
correct edgeloop tagging assigning an uninitialized value, also remove redundant NULL check in edgenet fill
August 3, 2013, 17:27 (GMT)
correct invalid sizeof() use in bmesh (harmless in practice)
August 3, 2013, 17:10 (GMT)
fix error in pose bone selection - head/tail mixup
August 3, 2013, 16:55 (GMT)
code cleanup: remove duplicate checks
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021