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-10-13formatting edits & remove debug print.Campbell Barton
2011-10-08use newly added ID_BLEND_PATH() in more places.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27py apiCampbell Barton
2011-09-27fix for py/rna api bug:Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-22correct fix for armature selection, also remove international define from gen...Campbell Barton
2011-09-21remove blf.gettext, add blf.unload(font)Campbell Barton
2011-09-20have blf.gettext even when internationalization is disabled (just passes thro...Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20modify the python gettext function to pass through the original string when n...Campbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19remove Buffer.list, deprecated before 2.59 release.Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15New C/Py api utility function PyC_Err_Format_Prefix() which raises an error w...Campbell Barton
2011-09-08attempt to have a threadsafe version of PyC_ExceptionBuffer didnt work with U...Campbell Barton
2011-09-07use Py_ssize_t rather than int when dealing with list sizes (original patch f...Campbell Barton
2011-09-03PyC_ExceptionBuffer is now threadsafe, used for converting exceptions into re...Campbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-31fix for windows locale settingXiao Xiangquan
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-08-12code clear, insert blf_gettext.c to blf.cXiao Xiangquan
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-07-17'bgl' python module.Campbell Barton
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-14merge from trunk 38379Xiao Xiangquan
2011-07-14many mathutils exception types were wrong, went over all exceptions in mathut...Campbell Barton
2011-07-14Shuffle code so it compiles with MSVC too. (Array of unknown size otherwise).Nathan Letwory
2011-07-14formatting changes for python mathutils module.Campbell Barton
2011-07-14rename bgl.Buffer attribute list to a method, to_list() as used for IDProps, ...Campbell Barton
2011-07-14minor changes to bgl.Buffer py classCampbell Barton
2011-07-09fix [#27683] Blender hangs when baking a particle system when a driver is pre...Campbell Barton
2011-07-04fix for own error in intersect_line_sphere_2d(), using 3d function on 2d vectorsCampbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-26more compact code for recent sphere/line intersection functions.Campbell Barton
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-26math func to find the intersection(s) between a segment and a sphere for C/py...Campbell Barton
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-21fix for error in swizzle assignment leaving an unhandled exception.Campbell Barton
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-17fix for memory leak converting an idproperty group into a dictCampbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton