Blender Git Commits

Blender Git commits from all branches.

Page: 1952 / 2888

August 1, 2016, 22:42 (GMT)
Update/correct version patching
August 1, 2016, 22:39 (GMT)
Fixes for WITH_OPENHMD and WITH_INPUT_HMD options

And cleanup.
August 1, 2016, 22:28 (GMT)
Cleanup: Undo whitespace changes, comments, etc
August 1, 2016, 21:01 (GMT)
Merge branch 'master' into HMD_viewport
August 1, 2016, 20:30 (GMT)
Adjust opening position and size of HMD window
August 1, 2016, 20:06 (GMT)
Fix streched viewport in camera view
August 1, 2016, 19:58 (GMT)
Various cleanup
August 1, 2016, 19:29 (GMT)
Merge branch 'master' into soc-2016-layer_manager

Conflicts:
source/blender/blenkernel/intern/softbody.c
August 1, 2016, 18:45 (GMT)
Fix T48991: some particles emitted at a distance from object.

The cause seems to be that despite dt_frac being computed as
1/(subframes+1) with integer subframes value, it doesn't always
add up to exactly 1.0 due to precision limitations. If the sum
is similar to 1.00000???, the last subframe is skipped, and all
particles that were supposed to be emitted in that interval are
emitted next frame, with the code working incorrectly due to
skewed time range.

To fix, separate the code from the dynamic timestep feature that
adjusts the last subframe length into a separate function, and
use it even when dynamic timestep is disabled.
August 1, 2016, 12:10 (GMT)
Curves: Fillet operator

Forget the last one. This commit contains a formal mathematical fillet operator.
August 1, 2016, 11:59 (GMT)
Curves: Fillet operator

Implemented a fillet operator. This operator is everything but mathematically correct (to get a radius 1 fillet, you need to input radius 1.73; endpoints do not match), but it achieves a nice visual result.
August 1, 2016, 09:30 (GMT)
now using new behavior outflow flags instead of outflow type flags
August 1, 2016, 00:49 (GMT)
Cleanup: Use 4x4 matrices, naming, compiler hints, use API function
August 1, 2016, 00:23 (GMT)
Merge branch 'master' into HMD_viewport

Conflicts:
intern/ghost/intern/GHOST_System.h
source/blender/blenkernel/intern/camera.c
source/blender/blenkernel/intern/screen.c
source/blender/editors/space_view3d/drawobject.c
source/blender/editors/space_view3d/space_view3d.c
July 31, 2016, 23:49 (GMT)
Reset writefile.c to earlier state to avoid merge hell

Was caused by whitespace auto-cleaning.
July 31, 2016, 23:11 (GMT)
Fix linking with Blenderplayer enabled
July 31, 2016, 19:24 (GMT)
Implemented initial support for using HMD projection matrices in blender viewport.
Also did some general cleaning
July 31, 2016, 18:42 (GMT)
more outflow ui customizations
July 31, 2016, 16:45 (GMT)
Curves: Offset and Chamfer operator

Commented out the mouse functionality. Code for handling keyboard input needs to be added. Once it is added, the invoke and modal functions are ready to go.
July 31, 2016, 06:33 (GMT)
added smudge to wpaint. Fixed some strength issues with wpaint. Still need to add spray support.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021