Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-25Merged changes in the trunk up to revision 40520.Tamito Kajiyama
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-17Merged changes in the trunk up to revision 40299.Tamito Kajiyama
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-14Merged changes in the trunk up to revision 40189.Tamito Kajiyama
2011-09-11partial fix for blenderplayer linking problems (decast retour)Dalai Felinto
2011-09-10Merged changes in the trunk up to revision 40096.Tamito Kajiyama
2011-09-06Fix for blender player linker bug, missing a stub function used in RNA.Lukas Toenne
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29Fix player build error after envmap commit.Brecht Van Lommel
2011-08-24Merged changes in the trunk up to revision 39661.Tamito Kajiyama
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22fix for buildinfo changes with blenderplayerCampbell Barton
2011-08-17Adding ANIM_validate_keyingset to stubs.c so the Blenderplayer builds again.Mitchell Stokes
2011-08-14Merged changes in the trunk up to revision 39368.Tamito Kajiyama
2011-08-11svn merge -r39286:39298 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-07Merged changes in the trunk up to revision 39117.Tamito Kajiyama
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-02Merged changes in the trunk up to revision 38893.Tamito Kajiyama
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-26py api:Campbell Barton
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-21Merged changes in the trunk up to revision 38543.Tamito Kajiyama
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-08Add ED_object_pose_armature to stubs.c. This should fix compilationSergey Sharybin
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-07-04Fix #27785: blenderplayer + eltopo linking error.Brecht Van Lommel
2011-07-02Fix for linker errors with regard to blenderplayer.Tamito Kajiyama
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-06-19cmake: added FindOpenJPEG module.Campbell Barton
2011-06-11fix for using system includes, the include macro wasn't un-setting the previo...Campbell Barton
2011-06-04edits to make these cmake files compatible with my own basic cmake parser whi...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-14stubs.c update: ED_view3d_from_m4()Mitchell Stokes
2011-05-12== Radial control ==Nicholas Bishop
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-06Patch #27225: blenderplayer resource compilation error fix for cmake + mingw,Brecht Van Lommel
2011-05-03bplayer stub update + remove some tabsDalai Felinto
2011-05-02Fix for revision 36403, using BLI_findstring. This loop looks for the lastBrecht Van Lommel
2011-04-26- fix for player linkingCampbell Barton
2011-04-18cmakeCampbell Barton
2011-04-12revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)Campbell Barton
2011-04-12enable blenderplayer library sorting on windows, (was already enabled for ble...Campbell Barton
2011-04-10=cloth collisions=Joseph Eagar