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-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
2011-02-11cls.is_registered() class method for python subclasses of internal types.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-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
2011-02-10Small consistency fixupsJoshua Leung
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-10Bugfix [#25831] Sorting channels brokenJoshua Leung
2011-02-10fix [#26003] Twice applied modifier with Convert to mesh with several multi-u...Campbell Barton
2011-02-10small fix so older files are loaded with merge on in the mirror modifiersMichael Fox
2011-02-10Set default for merge mirror to ONDaniel Salazar
2011-02-10small feature request from zanqdo, merging in the mirror modifier is now opti...Michael Fox
2011-02-09Update mesh normals when undoing sculpt stroke to prevent shadingSergey Sharybin
2011-02-09fix [#25994] Meshes with no vertices gets NaN location on setting origin to g...Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09Restoring the old behavior of switching texture context based on active tab:Janne Karhu
2011-02-09use static functions rather then defines for internal matrix__apply_to_copy()...Campbell Barton
2011-02-09fix [#25968] Crash on changing merge distance in array modifier with edgespli...Campbell Barton