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-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 T39847: Followup to rB6babb4d12b8b.Bastien Montagne
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
2014-04-21Fix stupid typo that broke split normal shading in edit mode, when there was ...Bastien Montagne
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-20Fix error making datablock with fake user local, the user count would be wron...Brecht Van Lommel
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-18Freestyle: New options for sorting to arrange the stacking order of lines.Tamito Kajiyama
2014-04-17Make sure we invalidate the node ID layer each time the PBVH is reset.Antony Riakiotakis
2014-04-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-17Fix error in last commitCampbell Barton
2014-04-17Fix T39758: Blender Crash when removing pinned Scene.Bastien Montagne
2014-04-17Fix T39766: bone calculation from edit mode goes wrongBastien Montagne
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-16Fix T39750: Bones disappearing with strange transforms.Bastien Montagne
2014-04-16Fix related to new split normals draw code.Bastien Montagne
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2014-04-16Dyntopo:Antony Riakiotakis
2014-04-16Dyntopo: slightly change node invalidation, only vertices can change BBAntony Riakiotakis
2014-04-15Fix T39607: Audio not in synch when the blend file loads.Jörg Müller
2014-04-15Move binary-search threshold used for FCurves to BKE_fcurve.h headerJoshua Leung
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-04-15Various fixes/improvements regarding BMesh's elem_index_dirty and BM_LOOP han...Bastien Montagne
2014-04-15Fix T39607: Audio not in synch when the blend file loads.Bastien Montagne
2014-04-15Some style cleanup in sound area.Bastien Montagne
2014-04-15GHash: add typed hash functions (were all (void *))Campbell Barton
2014-04-14Fix video FFmpeg nt being able to produce video files due to usage of depreca...Sergey Sharybin