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
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-04Temporary fix for "freezing when pointcache is baked":Janne Karhu
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-29Fix for[#24422] Crash when switching to Point Select Mode - particle hairJanne Karhu
2010-10-29Fix for [#24430] Hair Dynamics ProblemJanne Karhu
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-14"flip -> pen_flip" missing rename on particle edit modeDalai Felinto
2010-09-08Hair disconnect/connect wasn't working properly.Janne Karhu
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-02"Fix" for [#23621] lattice modifier on particle hair when applied doesn't app...Janne Karhu
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-06Fix a duplicate memory free in fluid export code, as part of bug #22734.Brecht Van Lommel
2010-08-04Fix crash in point cache baking due to my recent changes.Brecht Van Lommel
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-29Fix for error while weight painting:Campbell Barton
2010-07-23Fix for [#22644] hair particles bug 2, patch by Lukas ToenneJanne Karhu
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-06-22Timeline addition: Display cached framesMatt Ebb
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-07Fix [#22504] Fluid is completely broken in latest 2.5 build (04.06.2010)Matt Ebb
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-06-03Small memory management tweaksMatt Ebb
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-05-18fix for crash baking in background mode.Campbell Barton
2010-05-18context.PointCache --> context.point_cache (not to confuse type with property...Campbell Barton
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish
2010-04-30Fix [#22207] Selecting Roots also selects hiddenMatt Ebb
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-27fix for error in decleration orderCampbell Barton
2010-04-27factor for setting particle weightsCampbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-13Fix for [#21983] Entering Particle Edit mode crashJanne Karhu
2010-03-30Baking for dupligroup & linked library objectsBrecht Van Lommel
2010-03-25Restored Fluid Sim bakingMatt Ebb
2010-03-23more lint includesCampbell Barton