* update for projectfiles vc7
- added python files - fixed a small C coding error in vpaint preventing windows builds
This commit is contained in:
@@ -281,6 +281,9 @@
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\python\api2_2x\matrix.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\python\api2_2x\meshPrimitive.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\python\api2_2x\MTex.c">
|
||||
</File>
|
||||
@@ -463,6 +466,9 @@
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\python\api2_2x\matrix.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\python\api2_2x\meshPrimitive.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\source\blender\python\api2_2x\modules.h">
|
||||
</File>
|
||||
|
||||
@@ -993,9 +993,10 @@ static void sample_wpaint(int mode)
|
||||
{
|
||||
Object *ob= OBACT;
|
||||
Mesh *me= get_mesh(ob);
|
||||
if (!me) return;
|
||||
int index;
|
||||
short mval[2], sco[2];
|
||||
|
||||
if (!me) return;
|
||||
|
||||
getmouseco_areawin(mval);
|
||||
index= sample_backbuf(mval[0], mval[1]);
|
||||
|
||||
Reference in New Issue
Block a user