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-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-12Fixing a recounting bug so KX_Scene.pre_draw.append() and KX_Scene.post_draw....Mitchell Stokes
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-12- move keyingsets_utils.py into modules.Campbell Barton
2011-02-12update templates for registration changesCampbell 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-11SVN maintenance.Guillermo S. Romero
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-11patch [#25978] mathutils fixes for bpy_types.py and vertexpaint_dirt.pyCampbell Barton
2011-02-11patch [#26030] Debian spec fix (Patch for #26028)Campbell Barton
2011-02-11Removed the internal_select parameter from ntreeCopyTree. This was used just ...Lukas Toenne
2011-02-11update pacman spec for newer python and match naming convention to debian spec.Campbell Barton
2011-02-11Made group label callback function static.Lukas Toenne
2011-02-11add torus script wasnt registering.Campbell Barton
2011-02-11cls.is_registered() class method for python subclasses of internal types.Campbell Barton
2011-02-11bpy.utils.register_module() generator could go into eternal loop.Campbell Barton
2011-02-11UI functions added to existing UI classes (operators adding their own menus f...Campbell Barton
2011-02-11use weak references for the internal metaclass typemap,Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-11BGE: frame start/end in action/fcurves/shapekey to support floatsDalai Felinto
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-10Different method for blur node aspect correction. Now the user can still set ...Lukas Toenne
2011-02-10More options for the blur node filter size. This can now be pixel based or re...Lukas Toenne
2011-02-10Bugfix #26013Ton Roosendaal
2011-02-10Bugfix #26001Ton Roosendaal
2011-02-10fix for crash with GLSL material when image couldn't be loaded.Campbell Barton
2011-02-10mesh validation remove duplicate faces didn't always work, now it _should_ al...Campbell Barton
2011-02-10mesh validation: bugfix for removing doubles, another fix coming...Campbell Barton
2011-02-10Bugfix [#26004] compositor: backdrop zoom factor too smallJoshua Leung
2011-02-10Bugfix [#26002] Outliner Visible layers + Single object & data = brokeJoshua Leung