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-10-23Remove msvc build files which are not needed anymore.Campbell Barton
2010-10-23fix for implicit declarationCampbell Barton
2010-10-23Fix #24363: trying to separate mesh with shape keys didn't display warningBrecht Van Lommel
2010-10-23rename rna property Bone.use_hinge to use_inherit_rotate because use_hinge wa...Campbell Barton
2010-10-23- CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves recursi...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-23Fix [#24337] Create vertex (and faces and edges) with "Control+LMB" doesn't w...Nathan Letwory
2010-10-23Fix for [#24361] Only first frame is working with glow in Render Animation us...Janne Karhu
2010-10-22Add release/scripts/modules/extensions_framework (formerly known as exporter_...Doug Hammond
2010-10-22Include BLI_storage.h where zlib.h is also included. Some systems need _LARGE...Nathan Letwory
2010-10-22bpy.props: replace common error checks with macros, ugly but better then dupl...Campbell Barton
2010-10-22change to Nathan's fix which also works with empty material slots.Campbell Barton
2010-10-22Export UV Layout to PNG would fail if original mesh didn't have materials ass...Nathan Letwory
2010-10-22Bugfix #20708: segmented bones don't work well with spline IKJoshua Leung
2010-10-22index for openmp loop needs to be signed int.Nathan Letwory
2010-10-22Add some missing const'sNathan Letwory
2010-10-22[#21331] Pose snap not working in some casesCampbell Barton
2010-10-22fix for BGE define in recent math changes.Campbell Barton
2010-10-22Fix for snapping pose bones with axis-angle rotation.Campbell Barton
2010-10-22eulO_to_quat wasn't functional for XZY, YXZ, ZYX rotation orders.Campbell Barton
2010-10-22fix for warnings & detecting opensource nouveau drivers.Campbell Barton
2010-10-22bugfix/workaround for ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: A...Campbell Barton
2010-10-22fix warningsCampbell Barton
2010-10-22limit adjustment from AlexKu, subdiv smooth soft limit of 1.Campbell Barton
2010-10-21Wrong check for platform accidently put /WX to non-msvc toolchains too.Nathan Letwory
2010-10-21Temporary fix for sequencer bugs #22925, #21429, #21783, #24165Janne Karhu
2010-10-21bugfix [#24331] EdgeSlide not as flawless as 2.49's Campbell Barton
2010-10-21bugfix [#24342] Wrong Bubble description when creation add-on without python ...Campbell Barton
2010-10-21Fix [#24348] Release confirm confusingNathan Letwory
2010-10-21Don't use CS_CLASSDC after all. Makes drawing multiple windows funky.Nathan Letwory
2010-10-21Changes to "evaluation time" for Curves:Joshua Leung
2010-10-21tweaks to external libs to get rid of warnings.Campbell Barton
2010-10-21bugfix [#24347] Fly mode: Immediately after pressing Shift+F, keys W and S wo...Campbell Barton
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-10-21Same warning suppression as with SConsNathan Letwory
2010-10-21Enable /WX in blenkernelNathan Letwory
2010-10-21fix [#24339] Auto Depth, makes viewport lag.Campbell Barton
2010-10-21Include BLI_math.h instead of math.h.Nathan Letwory
2010-10-21Silence warning about macro redefinitionNathan Letwory
2010-10-21Use one device context for our window class.Nathan Letwory
2010-10-21* Use HWND_DESKTOP as parent for Blender Windows.Nathan Letwory
2010-10-21Enable /WX on Windows.Nathan Letwory
2010-10-21fix for fix [#24344] crash on adding new image when composite is open and the...Campbell Barton
2010-10-21use custom data mask defines, no functional changes.Campbell Barton
2010-10-21remove unused args for some modifiers, no functional change.Campbell Barton
2010-10-21improved fix for [#24267] Hook fails after SolidifyCampbell Barton
2010-10-21Partial fix for bug #24341, "Problems running blender headless"Nicholas Bishop
2010-10-20fix for fix [#24336] evaluation time - curve has no effectCampbell Barton
2010-10-20Quiet compiler warnings.Campbell Barton
2010-10-20fix for -Wunused-valueCampbell Barton