Blender Git Commits

Blender Git "master" branch commits.

Page: 3128 / 5574

July 19, 2013, 19:19 (GMT)
Fix some definitions for MinGW64
July 19, 2013, 16:44 (GMT)
style cleanup: braces/indentation
July 19, 2013, 15:23 (GMT)
style cleanup: switch statements, include break statements within braces & indent.
also indent case's within the switch (we already did both of these almost everywhere)
July 19, 2013, 14:00 (GMT)
Fix for [#36216] Viewport render with CMJ sampler and unlimited passes freezes
* If Preview Samples are set to 0 (unlimited) it now assumes 65536 instead of INT_MAX.

This doesn't affect regular sampling, you can still enter fixed values of 100k or whatever.
July 19, 2013, 12:39 (GMT)
Nodes / UI:
* Change UI string for LayerWeight node to "Layer Weight" (with the gap in between), for consistency with other nodes.
July 19, 2013, 12:33 (GMT)
Blender 2.69 Release Cycle:
* BCon1: Alpha.
July 19, 2013, 11:45 (GMT)
code cleanup: remove BLI_array use when extruding individual faces. also use BM_face_copy utility function.
July 19, 2013, 11:19 (GMT)
add keybinding for dolly: shift +/-
July 19, 2013, 10:54 (GMT)
patch [#36000] View lock offset (allow panning when the view is locked)
own patch
July 19, 2013, 10:51 (GMT)
patch [#35789] Quick hack select more/less tool for armatures
by Pedro Riera (priera), Andrey Dubravin and parts rewritten by myself.
July 19, 2013, 10:49 (GMT)
patch [#35789] Quick hack more/less tool for lattices
by Pedro Riera (priera), Andrey Dubravin, I also made some changes.
July 19, 2013, 10:44 (GMT)
patch [#36032] Quick Hack lattice random selection
by Andrey Dubravin (daa)
July 19, 2013, 10:41 (GMT)
code cleanup: use MEM_mallocN rather then MEM_callocN when the array is
overwritten immediately after.

July 19, 2013, 10:41 (GMT)
add rna attribute 'frame_current_final', without this you had to
manually calcualte it with the subframe and time remapping vars.

July 19, 2013, 10:41 (GMT)
code cleanup: use __linux__ define over linux

July 19, 2013, 10:40 (GMT)
optimization: avoid extra loop in BLI_mempool_destroy(). free the list inline.

July 19, 2013, 10:40 (GMT)
code cleanup: use boolean for derived mesh face test function

July 19, 2013, 10:40 (GMT)
code cleanup: case & brace placement

July 19, 2013, 10:40 (GMT)
code cleanup: pass event by pointer to getClipboard_xcout

July 19, 2013, 10:40 (GMT)
optimization: avoid memcpy with shake key vertex array.

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021