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-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-20Cycles: svn merge -r40358:40411 ^/trunk/blenderBrecht Van Lommel
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20SVN maintenance.Guillermo S. Romero
2011-09-20(no commit message)Campbell Barton
2011-09-20have blf.gettext even when internationalization is disabled (just passes thro...Campbell Barton
2011-09-20Improved Internationalization and LocalizationSergey Sharybin
2011-09-20fix [#28672] Blender segfault after exiting a game that was opened withCampbell 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-19edits to argument parsing for Euler.rotate_axis, also corrected some exceptio...Campbell Barton
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19add back mathutils Matrix() * Vector(), this is row_vector multiplication.Campbell Barton
2011-09-19Cycles: svn merge -r40266:40358 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-09-19Move function out of mathutils to: BLI_math_rotation --- single_axis_angle_to...Campbell Barton
2011-09-19remove Buffer.list, deprecated before 2.59 release.Campbell Barton
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-17Cycles: svn merge -r39870:r40266 https://svn.blender.org/svnroot/bf-blender/t...Brecht Van Lommel
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell 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-10recast and detour patch now builds again with GCCCampbell Barton
2011-09-09warning fixesCampbell Barton
2011-09-09GPU: add gpu python module with export_shader() function to export GLSL shader.Benoit Bolsee
2011-09-09- turn RNA_warning into a macro which includes the function name (was being 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-05Adding noise module by default in driver_namespaceDaniel Salazar
2011-09-03PyC_ExceptionBuffer is now threadsafe, used for converting exceptions into re...Campbell Barton
2011-09-03whitespace editsCampbell Barton
2011-09-02Cycles: svn merge -r39669:39870 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-09-01use a fixed 32byte buffer for getting an rna string from python. gives a slig...Campbell Barton
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-31patch [#28218] During-render callback functionalityCampbell Barton
2011-08-31fix for windows locale settingXiao Xiangquan
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-26fix for crash when running a python script in a non utf8 blend path, inspecti...Campbell Barton
2011-08-26file-selector: when converting operator arguments to the file selector, wasnt...Campbell Barton
2011-08-25executing operators that changed the context from the console wasnt returning...Campbell Barton
2011-08-25error when a python operator gave an incorrect return value was near useless,...Campbell Barton
2011-08-25bpy-rna - simplify enum string/set parsing.Campbell Barton
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
2011-08-24Cycles: svn merge -r39457:39669 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel