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-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-08un-initialized flag used with commit r34695.Campbell Barton
2011-02-07Todo/feature requestTon Roosendaal
2011-02-01disable assert [#25877] Driven shapekeys: incorrect assertions in depsgraph.cCampbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07bugfix [#25457] Lack of update on undoing a lattice rigCampbell Barton
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2011-01-03rna/apiCampbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-12Unlinking material crashed, missing NULL check.Ton Roosendaal
2010-12-06bpath iterator updatesCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-07Fix for [#24560] Cloth pinning breaks (when parenting?)Janne Karhu
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-14Fix #22816: crash in depsgraph loading some 2.49 files, tagging objects forBrecht Van Lommel
2010-07-07Fix #21540: depsgraph problem on load, meshes on non-visible layersBrecht Van Lommel
2010-07-05Fix #22666: linked data lights lag during transform in GLSL mode.Brecht Van Lommel
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-22[#22262] Sculpting shape keys using the Smooth brush switches the shape to th...Sergey Sharybin
2010-05-30Fix #22446: "Delayed" modifier preview with linked curvesSergey Sharybin
2010-05-24Fix [#21521] Displacement modifier does not update when modifing textureMatt Ebb
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-08Depsgraph: more tweaks to last commit to get it actually workingBrecht Van Lommel
2010-03-08Depsgraph: always execute scene camera as if it was on a visible layer,Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-07group objects were used uninitialized. (copy paste error?)Campbell Barton
2010-02-07Depsgraph: fix for old problem where dependencies would not get executedBrecht Van Lommel
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2009-12-28Mesh Animation + Depsgraph Tweaks:Joshua Leung
2009-12-28Curve/Nurbs/Font Animation Bugfixes:Joshua Leung