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
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2017-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2016-03-08Fix Py API array assignment not clamping valuesCampbell Barton
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-11Code cleanup: use boolCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-08edit on own commit r57801, don't check the size of dynamic arraysCampbell Barton
2013-06-27fix for python api bug: assigning the wrong size array to an RNA property was...Campbell Barton
2013-06-27remove redundant castsCampbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-10-26* Windows compile fix for __func__ (r51642)Thomas Dinges
2012-10-26style cleanupCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-22fix for matrix assignment with recent changes which broke for eg:Campbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-09-27py apiCampbell Barton
2011-08-10fix [#28196] Unwrap tris in lightmap packCampbell Barton
2011-06-17ulti line formatting for PyErr_Format calls (no functional change)Campbell Barton
2011-06-17fix [#27681] Python: crash assigning a 'set' to an arrayCampbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-05fix [#26323] Crash when adding to a vertex group with a raw inCampbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26fix [#26227] "Sequence must have 2 items total, not -2"Campbell Barton
2011-02-24found moving verts in pythons 2.5 api is approx 10x slower because the multi-...Campbell Barton
2011-02-24remove 2 unnecessary checks for array type before assignment. Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-01-14misc python api improvementsCampbell Barton
2011-01-13bugfix [#25578] assigning to multi-dimensional arrays failsCampbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-02- correct typos in comments.Campbell Barton
2010-11-17- move cmake file for python.Campbell Barton