Blender Git Commits

Blender Git commits from all branches.

Page: 1983 / 2888

June 29, 2016, 07:28 (GMT)
Multiview reconstruction: Fix issue with reading .blend files

The issue was caused by attempt to iterate list which pointers were not
properly restored yet. Now the flow is following:

- List pointers gets restored on direct_link_movieclip since those
addresses are guaranteed to be from the current main.

- Self track and clip pointers are also restored on direct link
(i assume self_clip is actually clip itself, so do we really need
this pointer?)

- Other clip and track are restored on lib link since those pointers
might come from linked movie clip.
June 29, 2016, 07:21 (GMT)
Multiview reconstruction: Fix compilation error on Linux with strict compiler flags
June 28, 2016, 23:23 (GMT)
final cleanup for liquid inflow
June 28, 2016, 22:37 (GMT)
Fix NURBS having the wrong object type.
June 28, 2016, 22:03 (GMT)
Cleanup: nurbs data reading.
June 28, 2016, 19:40 (GMT)
Curves: Trim operator

Continued the implementation of the main function. Implemented two helper functions.
June 28, 2016, 17:21 (GMT)
added new liquid inflow function. this version uses 6 raycasts and not only considers distance to flow mesh surface from within mesh but also from outside.
June 28, 2016, 16:36 (GMT)
debugging in progress
June 28, 2016, 16:21 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenloader/intern/writefile.c
June 28, 2016, 16:03 (GMT)
Stub modifier for testing strand geometry generation.

Modifier is not ideal, but easiest way to test code due to lack of
infrastructure in Object for node-generated data.
June 28, 2016, 15:47 (GMT)
fix a bug in CameraPoseForFrame()
June 28, 2016, 11:52 (GMT)
Cleanup.
June 28, 2016, 11:05 (GMT)
Working intersection test

Wrote my own intersection function for line segments, includes taking care of float precision issues (especially important when checking for parallel lines)
June 28, 2016, 09:17 (GMT)
Merge branch 'master' into mesh_samples
June 28, 2016, 03:33 (GMT)
add (wrong) read/write correspondence
June 27, 2016, 23:57 (GMT)
Remove mesh cache implementation of Alembic.
June 27, 2016, 23:56 (GMT)
Cleanup.
June 27, 2016, 22:39 (GMT)
Curves: Trim operator

Concluded the implementation of the spline_X_shape function.
Advanced the implementation of the operator's main function.
June 27, 2016, 17:03 (GMT)
Merge branch 'master' into alembic_basic_io
June 27, 2016, 15:44 (GMT)
Merge branch 'master' into asset-experiments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021