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-04Fix for unix python bundling: config-* directories didn't deletedSergey Sharybin
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03fix for missing null check in own recent commit.Campbell Barton
2011-10-03revert r40738, flipepd enums give quick access to first items, even if it doe...Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-10-03fix [#27526] shared data but different data materials.Campbell Barton
2011-10-03fix for [#28788] wasn't complete, pose bones scale was ignoring "Individual o...Campbell Barton
2011-10-03Fix #27532: Undo test texture after painting gives black blocks.Sergey Sharybin
2011-10-03- use BLI_findstring rather then while loop for listbase lookupsCampbell Barton
2011-10-03Fix #28780: Undo while painting image sequences issueSergey Sharybin
2011-10-03Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03fix [#27578] Fileselector UI area does not scale with UI (partially hides but...Campbell Barton
2011-10-03fix for crash when loading the file selector on startup.Campbell Barton
2011-10-03BGE: removing old hack from Dome code. it's no longer needed and it was makin...Dalai Felinto
2011-10-03patch [#27887] LOSSLESS RENDERING: HuffYUV and FFV1 both fail to render lossl...Campbell Barton
2011-10-03fix for own recent commit made color strip use the wrong panel, now hide `Inp...Campbell Barton
2011-10-03fix [#28023] VSE: Transform Markers doesn't do anythingCampbell Barton
2011-10-03Change struct alignment for structs which are intended to be aligned but aren't.Campbell Barton
2011-10-03minor edit for UI code, pointless short/int mix.Campbell Barton
2011-10-03fix for mistake in api changelog script with function names.Campbell Barton
2011-10-03add '2.58 to 2.59' to changelog (should have done this for 2.59 release) and ...Campbell Barton
2011-10-03svn merge -rHEAD:40523 doc/python_api/rst/change_log.rstCampbell Barton
2011-10-03remove .Blanguages, its not used anymoreCampbell Barton
2011-10-03fix [#28784] CRASHER on load with load_post handlerCampbell Barton
2011-10-03use use_ prefix for boolean value.Campbell Barton
2011-10-02fix [#28788] Scale using "Individual origins" in bonesCampbell Barton
2011-10-02- fix for keymap test operatorCampbell Barton
2011-10-02Missed some stoff when removing libsamplerate.Joerg Mueller
2011-10-02Fix for [#28792] Invalid 'aud' documentation examples.Joerg Mueller
2011-10-02Typo fix. nexYon commit caused bit-loss in the word incs.Nathan Letwory
2011-10-02Make sure that default settings have OpenMP support by default (also good for...Nathan Letwory
2011-10-02remove find samplerate module, use -msse2 flag for intel c++ since its suppor...Campbell Barton
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
2011-10-02minor cmake edits:Campbell Barton
2011-10-02* 2.60 release cycle, moving on to bcon4, only bugfixes!Thomas Dinges
2011-10-02Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.Bastien Montagne
2011-10-02enable cmake building makesdna with ghashCampbell Barton
2011-10-02remove some redundant checks and compiler warnings.Campbell Barton
2011-10-02Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-10-01cmake:Campbell Barton
2011-10-01cmake: sse flags were being defined in 2 different placesCampbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01BKE material api function: assign_material_id, like assign_material but takes...Campbell Barton
2011-10-01fix for msvc, I thought this was only needed for mingw.Campbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-10-01fix for mingwCampbell Barton
2011-10-01reverting part of rev40594.Sergey Sharybin
2011-10-01* Updating readme.html and link to release logs for 2.60, now that we approac...Thomas Dinges
2011-10-01Bugfixes for: [#28525] [#28690] [#28774] [#28777]Joshua Leung