[Soc-2011-dev] Weekly Progress Report 8 - Radish branch

Campbell Barton ideasman42 at gmail.com
Sat Jul 16 07:20:24 CEST 2011


On Sat, Jul 16, 2011 at 1:55 PM, Hays, Jason S.
<jason_hays22 at mymail.eku.edu> wrote:
> Hmm, forgot to change the subject line the last couple weeks.
> ________________________________________
> From: Hays, Jason S.
> Sent: Friday, July 15, 2011 1:53 PM
> To: soc-2011-dev at blender.org
> Subject: RE: [Soc-2011-dev] Weekly Progress Report 6 - Radish branch
>
> Jason Hays
> Radish Branch-Weighting Tools
> Week 8
>
> 1) what you did this week
>
> Fix a Locking bug (which was evident with the combined use of Multi-Paint).
>
> Added Circle, Lasso, and Box select to weight paint mode using object mode specific functions
> with the corresponding keymap commands involved
>
> It now includes (de)select all.
>
> I have a simple video on YouTube demoing the Locking feature at
> http://www.youtube.com/watch?v=I79Q6sOWnaE
>
> 2) what you will do next week
>
> I want to figure out how to properly activate the clipping check for the selection tools,
> but I'll have something to show for auto brushes next week.

Hi Jason, good to see you have selection more usable.

Could you pick some other tasks as well as support for clipping for next week?
The clipping shouldn't take more then a few hrs to add, recall adding
this for projection painting being fairly simple,
Just a call to: ED_view3d_test_clipping(ps->rv3d, wco, 1),
if theres some complications I'll available to help out.

Also, would be good if you could merge soon, there is a problem I'm
having building the branch (tested with clean build).
Merge info reads - ~220 commits behind current.
/trunk/blender:36835-37793,37865-38157

But I'm getting this error on build.
../../lib/libbf_python_ext.a(mathutils_geometry.c.o): In function
`M_Geometry_intersect_line_sphere':
/dsk/data/src/blender/blender_gsoc_jason/source/blender/python/generic/mathutils_geometry.c:612:
undefined reference to `line_point_factor_v3'
/dsk/data/src/blender/blender_gsoc_jason/source/blender/python/generic/mathutils_geometry.c:616:
undefined reference to `line_point_factor_v3'
/dsk/data/src/blender/blender_gsoc_jason/source/blender/python/generic/mathutils_geometry.c:617:
undefined reference to `line_point_factor_v3'

and when commented these...
../../lib/libbf_python_ext.a(mathutils_geometry.c.o): In function
`M_Geometry_intersect_line_sphere_2d':
/dsk/data/src/blender/blender_gsoc_jason/source/blender/python/generic/mathutils_geometry.c:685:
undefined reference to `line_point_factor_v2'
/dsk/data/src/blender/blender_gsoc_jason/source/blender/python/generic/mathutils_geometry.c:689:
undefined reference to `line_point_factor_v2'
/dsk/data/src/blender/blender_gsoc_jason/source/blender/python/generic/mathutils_geometry.c:690:
undefined reference to `line_point_factor_v2'

Double checked and this function isn't defined in the radish branch.
Rather then copy and paste from trunk It would be good to make sure
you've merged everything from trunk, so theres no uncertainty.

Again, I'm available to help with merging next week.

- Campbell


More information about the Soc-2011-dev mailing list