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-23fix for incorrect keying set names 'Scale' vs 'Scaling', where 'Scale' was ha...Campbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20Bugfix [#28976] crash when moving keys in dopesheet editorJoshua Leung
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-13comment own recent memory leak fix since it broke edge slide.Campbell Barton
2011-10-13fix for leak when switching between transform rotation modes.Campbell Barton
2011-10-05[#28801] Pet doesn't work on the whole meshMartin Poirier
2011-10-03fix for [#28788] wasn't complete, pose bones scale was ignoring "Individual o...Campbell Barton
2011-10-03fix [#28023] VSE: Transform Markers doesn't do anythingCampbell Barton
2011-10-02fix [#28788] Scale using "Individual origins" in bonesCampbell Barton
2011-10-02remove some redundant checks and compiler warnings.Campbell Barton
2011-09-29no-longer select handles when transforming in the dopesheet since now the dop...Campbell Barton
2011-09-29fix [#28765] keyframe handles do not move with curves in graph editor when hi...Campbell Barton
2011-09-28fix [#28158] Image crop keyframes/fcurves do not 'stick' to stripCampbell Barton
2011-09-28transform sequencer update was checking against the wrong transform mode.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27[#28681] Switching transform type doesn't register correct operator for 'repe...Martin Poirier
2011-09-26Fix #28747: Crash in Node EditorSergey Sharybin
2011-09-25whitespace cleanupCampbell Barton
2011-09-22Fix rest of #28693: Proportional edit hangs on mesh object with high scaleSergey Sharybin
2011-09-22Fix #28651: dopesheet crash when configuring keymap to use translate tool.Brecht Van Lommel
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20committed change to transforms THRESHOLD by accident, also update convenience...Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20i18n: replace some bit checks from U.transopts with utility functions UI_tran...Sergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20fix from Juha Mäki-Kanto (kanttori), was calculating connectivity data when ...Campbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-19i18n: do not translate obect mode enum and transform orientation enum if UI t...Sergey Sharybin
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-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13fix [#28635] Mirror Modifier - Clipping still active when modifier is disabledCampbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-12fix for ntreeGPUMaterialNodes(), using uninitialized exec pointer.Campbell Barton
2011-09-06Fix #28524: Push/Pull Assert when using Operator Panel to Alter Distance valueSergey Sharybin
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-18fix for bad array access in transform operator, was assigning an array to a s...Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan