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
2014-07-22added debug messagesRoman Pogribnyi
2014-07-22unused files removedRoman Pogribnyi
2014-07-22division on manta_pp and manta_full to switch between full module and pp filesRoman Pogribnyi
2014-07-21cleaned cmakelists fileRoman Pogribnyi
2014-07-21unused plugin files removedRoman Pogribnyi
2014-07-17removing source duplicatesRoman Pogribnyi
2014-07-17compiling & linking; unused paths deleted; compile flags for manta removedRoman Pogribnyi
2014-07-17depends added, unused list commands removedRoman Pogribnyi
2014-07-17non-existing files generated and preprocessedRoman Pogribnyi
2014-07-17removing repository infoRoman Pogribnyi
2014-07-17fixed prep-not-found issue,files compilingRoman Pogribnyi
2014-07-16Fix generating temporary files with prep binary, also comment out include of ...Jens Verwiebe
2014-07-15correct prep binary location, debug messages instead of prep stepRoman Pogribnyi
2014-07-14library creation for Win systemsRoman Pogribnyi
2014-07-14removed pp files, preproessing during compiling stepRoman Pogribnyi
2014-07-12setting for debugging the linking issueRoman Pogribnyi
2014-07-11Compiling intermediate files for linking c++ code from bpy_interface.cRoman Pogribnyi
2014-07-08Big commit. Manta included in Blender Python. NOT ALL modules importedRoman Pogribnyi
2014-07-02*FAULTY* code, big commit: manta files, Cmake and Scons integration. Started ...Roman Pogribnyi
2014-05-11Code cleanup: comment typosCampbell Barton
2014-05-07Remove redundant NULL checkCampbell Barton
2014-05-02Update parse_syntax_error() to Python 3.4x versionCampbell Barton
2014-05-01Code cleanup: remove unused kludge for Py/Win encodingCampbell Barton
2014-05-01Fix T31555: Username with special chars in Windows 7Bastien Montagne
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T35176: Python fails with blend files from non-ASCII pathsCampbell Barton
2014-04-30Python: move to version 3.4x on all platformsCampbell Barton
2014-04-29Code cleanup: quiet warningsCampbell Barton
2014-04-29Error in last commitCampbell Barton
2014-04-29PyAPI: Matrix.invert(ed): accept an optional fallback argumentCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-29Ignore user-preferences when inserting keys from PythonCampbell Barton
2014-04-28PyC_RunQuicky: Print filename when its missingCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-04-18Change Vector.slerp to accept nonunit vectorsCampbell Barton
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-03Code cleanup: strict flags for bmesh_logCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functionsCampbell Barton
2014-03-31Fix for error in normalize_vn_vn(), add len_squared_vnCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-24Fix T39392: Python bindings for geometry.box_pack_2d() return invalid total h...Bastien Montagne
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-17Python API: add Vector.orthogonal() methodCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton