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
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-05-01Fix first part of T39956Antony Riakiotakis
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-05-01Add PBVH debug display, where we can see the PBVH node bounding boxes.Antony Riakiotakis
2014-05-01Fix T39969: Make single user object looses custom-tx-boneCampbell Barton
2014-04-30Warning cleanup: signed/unsigned compareCampbell Barton
2014-04-30Fix for copy_object_pose incrementing custom user twiceCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Spelling fixesJoshua Leung
2014-04-29Fix T39947: Aligned handle behaviour problem in graph editorCampbell Barton
2014-04-29Fix for wrong behavior of 'darken' blend mode with factor.Kevin Dietrich
2014-04-29Fix T39942: Displacement of group instance objects when switching to textured...Sergey Sharybin
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-29Code cleanup: simplify reallocs using MEM_recallocCampbell Barton
2014-04-28f-curve easing: Adjustments to Robert Penner elastic easingCampbell Barton
2014-04-28"Auto" option for Keyframe.easingJoshua Leung
2014-04-28NLA Editor: Duplicate/Duplicate LinkedJoshua Leung
2014-04-28Followup to rB8714ae09f894: better not have several RNA properties affect a s...Bastien Montagne
2014-04-28Fix for typo in commentJoshua Leung
2014-04-28Fix T38594: Incorrect behaviour when editing aligned handles in curve editorJoshua Leung
2014-04-27Code cleanup: avoid warning about bit-shift outside int rangeCampbell Barton
2014-04-27Revert the testing sculpt openmp thread control and limit for OSX to physical...Jens Verwiebe
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-25Outliner: avoid using bitshift when hashing (which could use negative numbers)Campbell Barton
2014-04-25Always init pointcache frame step to 1.Bastien Montagne
2014-04-24Quiet warningsCampbell Barton
2014-04-24Fix T39867: Hotkey is not displayed in the node editor's menu.Bastien Montagne
2014-04-24Fix T39785: Video Sequencer, Aspect Ratio issueSergey Sharybin
2014-04-23Fix T39839: Applying the subsurf modifier deletes the freestyle edge marksCampbell Barton
2014-04-23Subsurf: minor optimization setting edge origindexCampbell Barton
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-23Cleanup in modifier stack evaluation: deduplicate final tessellation handling...Bastien Montagne
2014-04-23Code cleanup: style and use switch () for (un)packCampbell Barton
2014-04-23Fix T39847: uiPreview not being copied with areasCampbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-22Apparently msvc doesn't have #warningSergey Sharybin
2014-04-22Add type checks for Python context overridesCampbell Barton
2014-04-22Correction to O_NOFOLLOW commit to make it more portableSergey Sharybin
2014-04-22Don't follow symlinks when writing autosave or quit.blendCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-22Code cleanup: replace int with boolean.Tamito Kajiyama
2014-04-21Fix another shading issue with new split normals (deform modifier after a sub...Bastien Montagne
2014-04-21PBVH: replace ghash with gset for storing unique facesCampbell Barton
2014-04-21Split Normals: more fix for EditMode shading and modifiers (subsurf special c...Bastien Montagne
2014-04-21Fix T39818: Strips from file with long filename broke auto-naming - animation...Bastien Montagne