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-24== addons ==Luca Bonavita
2010-10-24Remove the unsigned, since totbits is signed too.Nathan Letwory
2010-10-24Make sure separation between modifier keys is communicated from GHOST upwards...Nathan Letwory
2010-10-24rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is no...Campbell Barton
2010-10-24Collada : header files order dependency was making osx compile failDamien Plisson
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-24bugfix [#21097] Rotating multiple bones with non-local location behaves incor...Campbell Barton
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...Campbell Barton
2010-10-24Fixed bug #24364, "subsurf modifier causes wire-only meshes to disappear in o...Nicholas Bishop
2010-10-24Fully disable AUD's FFTW3 usage.Guillermo S. Romero
2010-10-23warning fixes.Campbell Barton
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
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