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-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-14Bone Colour Sets (theme ones) can now be edited from the UserJoshua Leung
2011-02-14Active spline number should also be stored/restored by undo stack.Sergey Sharybin
2011-02-14misc small changes:Campbell Barton
2011-02-14Forgot NLA Editor support for this...Joshua Leung
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-02-14DopeSheet: Add menu entries and hotkeys to select all keyframesJoshua Leung
2011-02-14fix for string copy error in own recent commitCampbell Barton
2011-02-13Fix #26072: ctrl+LMB on an empty curve make Blender crashSergey Sharybin
2011-02-13warning cleanup.Campbell Barton
2011-02-13Patch 26068Ton Roosendaal
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13Bugfix #26066Ton Roosendaal
2011-02-13Small addition to particle grid distribution:Janne Karhu
2011-02-13corrected error from commit r34810.Campbell Barton
2011-02-13fix for error building.Campbell Barton
2011-02-13Some more fixes for particle textures:Janne Karhu
2011-02-13Fix for [#26053] Blender Crash with Particules TexturesJanne Karhu
2011-02-13Added an operator warning for missing material & texture in response to [#260...Janne Karhu
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13Related to #26061: Camera does not appear selected in outliner when it isSergey Sharybin
2011-02-13Fix #26059: select_vertex_path fails when vertices aren't selected 1 by 1 in guiSergey Sharybin
2011-02-13Reverting part of 34810Joshua Leung
2011-02-13Fixing compiling on windowsJoshua Leung
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-13remove unused varCampbell Barton
2011-02-13wrong length used with strncmp when comparing RNA path.Campbell Barton
2011-02-13Small update for billboards:Janne Karhu
2011-02-13Fix for [#25857] create_dupli_list incorrect behaviour with particle systemsJanne Karhu
2011-02-12Small particle effectors update:Janne Karhu
2011-02-12Sculpting on deformed meshSergey Sharybin
2011-02-12Save one memory block allocation/disposing when propagating changes fromSergey Sharybin
2011-02-12fix for more warnings.Campbell Barton
2011-02-12Warning fix to my previous commit. Thanks to nazg-gul for noticing!Janne Karhu
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-12- fix leak on STL loading if realloc fails.Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-02-12fix for possible (but unlikely) problem with strncpy not adding \0 and then e...Campbell Barton
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton
2011-02-12fix for building with opencollada 833 on linux.Campbell Barton
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-12render stats_background() was giving clang warning about unused argument and ...Campbell Barton
2011-02-11Bugfix #26021Ton Roosendaal
2011-02-11Fix #26039: Relative Shapkeys have wrong coordinates after inserting verticesSergey Sharybin
2011-02-11Fix #26040: Crash converting curve to meshSergey Sharybin
2011-02-11Made some function from DerivedMesh.c be avaliable from other modules.Sergey Sharybin
2011-02-11Bug fix for problem 2 in [#25973] Bake End Frame Not ConfigurableJanne Karhu
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-11Made group label callback function static.Lukas Toenne