SVN maintenance.

This commit is contained in:
Guillermo S. Romero 2010-09-03 03:30:20 +00:00
parent de7f183f37
commit a8269c8946
27 changed files with 27 additions and 27 deletions

@ -32,4 +32,4 @@ license@blender.org for further information.
Ton Roosendaal
Chairman Blender Foundation.
June 2005
June 2005

@ -1390,4 +1390,4 @@ Radoslav Dejanovic
James H. Cloos, Jr.
Karl Erlandsen (LethalSideParting)
Kari Pulli
Dave Shemano
Dave Shemano

@ -60,4 +60,4 @@ if env['BF_GHOST_DEBUG']:
incs = '. ../string #extern/glew/include #source/blender/imbuf #source/blender/makesdna ' + env['BF_OPENGL_INC']
if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-vc'):
incs = env['BF_WINTAB_INC'] + ' ' + incs
env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15] )
env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15] )

@ -212,4 +212,4 @@ bool GHOST_WindowManager::getAnyModifiedState()
}
return isAnyModified;
}
}

@ -696,4 +696,4 @@ if __name__ == "__main__":
bpy.ops.anim.update_data_paths()
def register():
pass
pass

@ -573,4 +573,4 @@ def unregister():
pass
if __name__ == "__main__":
register()
register()

@ -4479,4 +4479,4 @@ void psys_apply_hair_lattice(Scene *scene, Object *ob, ParticleSystem *psys) {
/* protect the applied shape */
psys->flag |= PSYS_EDITED;
}
}
}

@ -273,4 +273,4 @@ Report *BKE_reports_last_displayable(ReportList *reports)
}
return NULL;
}
}

@ -65,4 +65,4 @@ IF(WITH_BUILDINFO)
ADD_DEFINITIONS(-DNAN_BUILDINFO)
ENDIF(WITH_BUILDINFO)
BLENDERLIB(bf_collada "${SRC}" "${INC}")
BLENDERLIB(bf_collada "${SRC}" "${INC}")

@ -73,4 +73,4 @@ endif
ifeq ($(WITH_HDR), true)
CPPFLAGS += -DWITH_HDR
endif
endif

@ -8,4 +8,4 @@ incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../render/extern/include'
incs += ' ../../gpu ../../makesrna'
env.BlenderLib ( 'bf_editors_transform', sources, Split(incs), [], libtype=['core'], priority=[40] )
env.BlenderLib ( 'bf_editors_transform', sources, Split(incs), [], libtype=['core'], priority=[40] )

@ -10,4 +10,4 @@ mv out_work_merged_work.txt rna_properties.txt # overwrite
mv out_work_lost_work.txt rna_properties_lost.txt
cat rna_properties.txt | grep -v "^#" > rna_properties_edits.txt
./rna_cleaner.py rna_properties.txt
echo "Updated: rna_properties.txt rna_properties_edits.txt rna_properties_lost.txt "
echo "Updated: rna_properties.txt rna_properties_edits.txt rna_properties_lost.txt "

@ -186,4 +186,4 @@ def BezierInterp(vec_knot_1, vec_handle_1, vec_handle_2, vec_knot_2, resolution)
@note: any vector size is supported, the largest dimension from the input will be used for all returned vectors/
@rtype: list
@return: a list of vectors the size of resolution including the start and end points (vec_knot_1 and vec_knot_2)
"""
"""

@ -129,4 +129,4 @@ class IDArray:
def __len__():
pass

@ -1,3 +1,3 @@
import mathutils
# todo
# todo

@ -1,3 +1,3 @@
import mathutils
# todo
# todo

@ -1,3 +1,3 @@
import mathutils
# todo
# todo

@ -15,4 +15,4 @@ quat2 = mat3.to_quat()
angle = quat1.difference(quat2)
print(angle)
print(angle)

@ -22,4 +22,4 @@
* ***** END GPL LICENSE BLOCK ***** */
void BPy_init_modules( void );

@ -72,4 +72,4 @@ ImBuf *qtime_fetchibuf (struct anim *anim, int position);
int imb_is_a_quicktime (char *name);
ImBuf *imb_quicktime_decode(unsigned char *mem, int size, int flags);
#endif // __QUICKTIME_IMP_H__
#endif // __QUICKTIME_IMP_H__

@ -1784,4 +1784,4 @@ void ibuf_sample(ImBuf *ibuf, float fx, float fy, float dx, float dy, float *res
result[1]= texres.tg;
result[2]= texres.tb;
result[3]= texres.ta;
}
}

@ -61,4 +61,4 @@ void SCA_ActuatorEventManager::UpdateFrame()
{
(*it)->Update();
}
}
}

@ -561,4 +561,4 @@ bool KX_ReInstanceBulletShapeFromMesh(KX_GameObject *gameobj, KX_GameObject *fro
spc->ReplaceControllerShape(bm);
return true;
}
#endif
#endif

@ -291,4 +291,4 @@ def setNumTimeSubSteps(numSubStep):
# Does something
#
# @rtype:
# """
# """

@ -215,4 +215,4 @@ def VideoFFmpeg():
Does something
@rtype:
"""
"""

@ -13,4 +13,4 @@ C:\Python26\python.exe C:\Python26\Scripts\epydoc.py --debug -v -o BPY_GE --url
4) run your created batch file. If everything goes well it creates a folder named BPY_GE with all the generated documentation.
Documentation valid in March of 2010 - Blender 2.5alpha2
Documentation valid in March of 2010 - Blender 2.5alpha2

@ -54,4 +54,4 @@ unsigned int GEN_Hash(void * inDWord)
return (unsigned int)(key ^ (key>>4));
#endif
}
#endif
#endif