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-27Commit new splash and bump version. Ready for tagging!v2.55Nathan Letwory
2010-10-27fix for shift offset in own recent commit for drawing the camera border in ca...Campbell Barton
2010-10-27Revert /WX here until fix in Blender.py is done.Nathan Letwory
2010-10-27[#24414] Render hanging on small render border.Campbell Barton
2010-10-27recent fix r32626 for [#24339] wasnt correctly clamping the depth rectangle, ...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-27Fix [#23972] 2.54 beta crashes when rendering scene with many volume objectsMatt Ebb
2010-10-27Fix [#24053] 64-bit Windows installer installs keys to 32-bit registryNathan Letwory
2010-10-27Change /WX away for now, some odd thing going on between cloned environments....Nathan Letwory
2010-10-27bugfix #24334] Filename looses all parts after a dot when savingCampbell Barton
2010-10-27Don't reset view clipping to 0.1 on entering local view, if you're working on Matt Ebb
2010-10-27Some improvements to the uninstaller part:Nathan Letwory
2010-10-27Make sure plugins/ goes under shortversion/ dirNathan Letwory
2010-10-27Revert 32710 for now, otherwise can't test release building with scons.Nathan Letwory
2010-10-27keep the view centered with camera shift, camera view grease pencil intention...Campbell Barton
2010-10-27dont use const for matrix arg, since it needs to be cast in most cases.Campbell Barton
2010-10-26partial bugfix [#24002] Constraint "Limit rotation" doesn't work properlyCampbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-26Removed old rigify code, as it is starting to interfere with the newer Rigify...Nathan Vegdahl
2010-10-26blenderplayer building again in CMake+MSVCDalai Felinto
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-25curve widget bounds were not properly clipped causing drawing artifacts in ot...Campbell Barton
2010-10-25Fix for [#24383] Particles using "circle" as display, are disabled on opening...Janne Karhu
2010-10-25bugfix [#22277] Absolute Shapekeys crash (in BGE)Campbell Barton
2010-10-25bugfix [#24377] Bad frames drawnCampbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-10-25Compile fix after math API change from r32694Nathan Letwory
2010-10-25Add missing includes to remedy implicit declaration of functions.Nathan Letwory
2010-10-25SVN maintenance.Guillermo S. Romero
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-25missed adding the file when moving fly mode.Campbell Barton
2010-10-25first part of bugfix [#24376] Fly mode disturbs the rotation or scale of the ...Campbell Barton
2010-10-25Closing #24367 (Incorrect behaviour for Optimal Display option) and reopening...Nicholas Bishop
2010-10-25move fly mode operator into its own file.Campbell Barton
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