Blender Git Commits

Blender Git commits from all branches.

Page: 2730 / 2888

August 24, 2013, 22:06 (GMT)
Fix compilation with WITH_LIBMV=OFF

Once again, I forgot to update libmv-capi_stub.cc to match the header.
August 24, 2013, 01:53 (GMT)
I implement a simple method for capturing the silhouette based on an algorithm that works in the object space.
In the implemented method the user selects a region of interest. In this region the silhouette is detected, and the vertices in this silhouette will be the handlers. The vertices that are not in the region of interest are marked as static vertices.
August 23, 2013, 20:38 (GMT)
Fix ignored constraint flag

Incorrect flags were being checked for whether a focal lenght constraint should be applied, causing it to always be applied whenever the focal length was chosen for refinement.
August 23, 2013, 20:11 (GMT)
Fix invalid returned camera intrinsics

libmv provides a way to get the camera intrinsics from a reconstruction, which may be different to the intrinsics passed to the solver if refinement has taken place. My multicamera changes introduced a bug caused by a pointer cast between incompatible types causing the returned intrinsics to have screwed up values. This patch fixes that cast.
August 23, 2013, 19:13 (GMT)
Merged revision(s) 59247-59437 from trunk/blender into soc-2013-dingto.

August 23, 2013, 10:18 (GMT)
Merge trunk -r59408 into soc-2013-paint

Conflicts:
source/blender/editors/sculpt_paint/paint_stroke.c
August 23, 2013, 09:44 (GMT)
Merging r59402 through r59406 from trunk into soc-2013-depsgraph_mt

August 23, 2013, 08:39 (GMT)
Code cleanup
August 23, 2013, 08:33 (GMT)
Merging r59400 through r59401 from trunk into soc-2013-depsgraph_mt

August 23, 2013, 07:14 (GMT)
Merging r59379 through r59399 from trunk into soc-2013-depsgraph_mt

August 22, 2013, 12:12 (GMT)
Objects from Effector Weight group were missing in dependencies

This lead to situations when particle system modifier was using
other object's data, but because of missing dependency link that
object might have been not updated at the time it's needed.
August 22, 2013, 07:32 (GMT)
Merging r59367 through r59378 from trunk into soc-2013-depsgraph_mt

August 21, 2013, 14:53 (GMT)
Merging r59359 through r59366 from trunk into soc-2013-depsgraph_mt

August 21, 2013, 14:37 (GMT)
Positioning of the redo panel is better. There is still a draw loop, which needs to be solved.
August 21, 2013, 13:26 (GMT)
- removed unused functions;
August 21, 2013, 11:42 (GMT)
Merging r59356 through r59358 from trunk into soc-2013-depsgraph_mt

August 21, 2013, 10:49 (GMT)
Merging r59350 through r59355 from trunk into soc-2013-depsgraph_mt

August 21, 2013, 09:08 (GMT)
Experiment: get rid of static in_next_object in mballs traversal

This check was used to prevent recursion caused by object_dupilist
calling MBall display list creation.

Solved by using object_duplilist_ex with update flag set to false.

From quick own tests and .blend file form original report seems
everything is fine. But maybe some unforeseen case will break
blender again.
August 21, 2013, 08:32 (GMT)
Bad merge happened
August 21, 2013, 08:20 (GMT)
Merging r59317 through r59349 from trunk into soc-2013-depsgraph_mt

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