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
path: root/source
AgeCommit message (Expand)Author
2011-10-15More solidify cleanup: comment updates and make shell_angle_to_dist a continu...Andrew Wiggin
2011-10-15OSX: add editable applescript to not have the script a blackboxJens Verwiebe
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-15OSX:recommit applescript, added errorhandlingJens Verwiebe
2011-10-15Delete applescript for recommitJens Verwiebe
2011-10-15keep particle system names uniqueCampbell Barton
2011-10-15ensure BoneGroup names are kept unique.Campbell Barton
2011-10-15make sure render layer names are unique when setting through rna.Campbell Barton
2011-10-15fix UI jump in normal buttons for buttons which didnt start out normalized.Campbell Barton
2011-10-15- add template for defining custom driver functions.Campbell Barton
2011-10-15misc editsCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-10-15Fix for [#28823] Boids use uninitialized memory.Janne Karhu
2011-10-15fix for weight paint vertex select, it broke vertex paint when left on.Campbell Barton
2011-10-15OSX:recommit applescript, fixed an issueJens Verwiebe
2011-10-15Delete applescript for recommitJens Verwiebe
2011-10-14OSX: commit the omp_set_simulation_threads applescript and copy-routinesJens Verwiebe
2011-10-14OSX: commit the needed steps for compiling with gcc 4.6.1 and OMP_NUM_THREADS...Jens Verwiebe
2011-10-14svn merge ^/trunk/blender -r40997:41005 (to integrate the MSVC build fixes ov...Andrew Wiggin
2011-10-14Remove final e from FrancaiseSergey Sharybin
2011-10-14Split language menu into two columns:Sergey Sharybin
2011-10-14Fix #28914: crash loading file saved with cycles builds in trunk.Brecht Van Lommel
2011-10-14Fix for first part of #28911: driver not working properly since 2.594Sergey Sharybin
2011-10-14Fix vertex paint face selectionAndrew Wiggin
2011-10-14Other part of the MSVC build fix (need definition for "finite" macro from BLI...Andrew Wiggin
2011-10-14Hopefully fixing windows build problems with this hack now. :-)Joerg Mueller
2011-10-14Reverting my windows build fix because it breaks the bug fix committed in r40995Andrew Wiggin
2011-10-14Fix MSVC build ( .0f/.0f fires a compiler error )Andrew Wiggin
2011-10-14fix [#28909] OpenCollada export / import sintel lite v2.1 crashes on import.Campbell Barton
2011-10-14Build bug fix, and bug fix for smooth shading on meshes added by python scriptsAndrew Wiggin
2011-10-14svn merge ^/trunk/blender -r40950:40997, bmesh is in sync with head againCampbell Barton
2011-10-14svn merge ^/trunk/blender -r40890:40950Campbell Barton
2011-10-14svn merge ^/trunk/blender -r40872:40890Campbell Barton
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-14rename confusing constants (no functional change)Campbell Barton
2011-10-13comment own recent memory leak fix since it broke edge slide.Campbell Barton
2011-10-13correct collada lib linking order (wasnt building for me), and sphinx doc syn...Campbell Barton
2011-10-13Temporary workaround (to unblock a BMesh user) for issue #28869 which is caus...Andrew Wiggin
2011-10-13Revert part of recent fix for movie resolution.Sergey Sharybin
2011-10-13Fix a memory leak in interpolationAndrew Wiggin
2011-10-13Add nodoubles arg to BM_Make_FaceAndrew Wiggin
2011-10-13fix for leak when switching between transform rotation modes.Campbell Barton
2011-10-13ensure grease pencil layer names are unique when set through rna.Campbell Barton
2011-10-13fix [#28898] Segmentation fault when Home key during GreasePencil dopesheet p...Campbell Barton
2011-10-13correct some invalid exception types.Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-13bpy/rna new property attribute 'data', this means its possible to get back th...Campbell Barton
2011-10-13quiet compiler warnings for string formatting in ffmpeg loggingCampbell Barton
2011-10-12Compile fix for some platforms (like linux release build environment)Sergey Sharybin
2011-10-12Fix typo.Guillermo S. Romero