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-23Fix T39839: Applying the subsurf modifier deletes the freestyle edge marksCampbell Barton
2014-04-23Subsurf: minor optimization setting edge origindexCampbell Barton
2014-04-23Fix T39852: Crash (Blender internal) large objectsCampbell Barton
2014-04-23Quiet warningsCampbell Barton
2014-04-23Add asserts to raytrace get/set_cut functionsCampbell Barton
2014-04-23Fix T39847: Followup to rB6babb4d12b8b.Bastien Montagne
2014-04-23Fix T39848: Reroute nodes were not handled properly after compositorLukas Tönne
2014-04-23Fix T39828: Incorrect render layer visibility display for animated render lay...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-23Fix T39849: Adding links directly between node group input/outputLukas Tönne
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-23Added missing bpy.data.linestyles.is_updated property.Tamito Kajiyama
2014-04-23WhitespaceJoshua Leung
2014-04-23Applying same fix for snapping keyframes in Graph EditorJoshua Leung
2014-04-23Fix T39850: Graph Editor - 'Mirror Over First Selected Marker' mirrors over f...Joshua Leung
2014-04-23Fix T39458: Switching physics type from Character to Dynamic enables ghost fl...Mitchell Stokes
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-22Apparently msvc doesn't have #warningSergey Sharybin
2014-04-22Math Lib: move barycentric_weights_v2_persp to into math_geomCampbell Barton
2014-04-22BMesh: minor optimizations for shapekey lookups on conversionCampbell Barton
2014-04-22Add type checks for Python context overridesCampbell Barton
2014-04-22Code cleanup: use const for rnaCampbell Barton
2014-04-22View3d: api naming, for setting the view matrix.Campbell 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-21Follow up to previous commit: tweak RE_RAYTRACE_EPSILON (correction value usedBastien Montagne
2014-04-21Fix T39735: New auto smooth creates artifacts with flat shaded faces(BI)Bastien Montagne
2014-04-21OSX: always create a window in normal state, not fullscreen or iconized …Jens Verwiebe
2014-04-21Fix another shading issue with new split normals (deform modifier after a sub...Bastien Montagne
2014-04-21BMesh Inset: remove hack to store coords in normalsCampbell Barton
2014-04-21GHash, Edgehash: add lookup_default() funcs.Campbell Barton
2014-04-21PBVH: replace ghash with gset for storing unique facesCampbell Barton
2014-04-21Basic support for UNC paths on WindowsAndrea Weikert
2014-04-21Fix GLSL after 7765b73f6d20 (Transparent Depth).Thomas Dinges
2014-04-21Cycles: add Transparent Depth output to Light Path node.Carlo Andreacchio
2014-04-21Object drawing: test the flag, without comparing the valueCampbell Barton
2014-04-21Split Normals: more fix for EditMode shading and modifiers (subsurf special c...Bastien Montagne
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: check UI_view2d_view_to_region_clip succeeds before using the resultCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-21Fix T39818: Strips from file with long filename broke auto-naming - animation...Bastien Montagne
2014-04-21Fix for UI_view2d_to_region_float (was ignoring x,y args)Campbell Barton
2014-04-21Skin mark/clear: replace GHash with GSetCampbell Barton
2014-04-21Fix stupid typo that broke split normal shading in edit mode, when there was ...Bastien Montagne
2014-04-20Fix incorrect ghash freeCampbell Barton