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-02-16MSVC: add errors for BLI_strict_flags.hCampbell Barton
2014-02-15Compile fix for 004decc1d940...Thomas Dinges
2014-02-15Code cleanup: warningsCampbell Barton
2014-02-15Fix T38638: modifiers on curves kept warningsCampbell Barton
2014-02-15Mesh Inset: following existing edges is now optionalCampbell Barton
2014-02-15UI: fix for glitch where active button became inactive on undoCampbell Barton
2014-02-15IDProp API: change IDP_NewString so `sizeof()` can be passed in.Campbell Barton
2014-02-15Fix reading one byte past the buffer when writing string propertiesCampbell Barton
2014-02-15Fix T38640: password values showed in tooltipsCampbell Barton
2014-02-15Code cleanup: remove more string encoded menu functionsCampbell Barton
2014-02-15NDOF: rename 'zoom updown' to 'pan xy swap axis'Campbell Barton
2014-02-14Fix T38606: C curve in the curve mapping compositing node not extrapolating c...Brecht Van Lommel
2014-02-14Fix T38633: glsl not working well with mixed cycles/blender material nodes.Brecht Van Lommel
2014-02-14Fix T38504: cycles missing object in viewport with shape keys and shared mesh.Brecht Van Lommel
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-14Code clearnup: warningsCampbell Barton
2014-02-14Py API: refactor py text compiling into its own functionCampbell Barton
2014-02-14Fix T38562: Wrong curve tilt after Switch DirectionSergey Sharybin
2014-02-14NDOF: view3d improve dolly/zoom behaviorCampbell Barton
2014-02-14NDOF: fix orbit-all remaining on a view axisCampbell Barton
2014-02-14NDOF: add roll to keymapCampbell Barton
2014-02-14workaround for building with mingw32Campbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-14Blender Internal: Fix regression that sometimes shadows are not rendered, cau...IRIE Shinsuke
2014-02-14Fix scons compiling after carve changesJens Verwiebe
2014-02-13fix scons / cmake desynchronization issue with including carve headersMartijn Berger
2014-02-13Fix race condition between tracking thread and tracks map syncSergey Sharybin
2014-02-13Rework carve integration into boolean modifierSergey Sharybin
2014-02-13Fix T38529, Blur node size 0 doesn't work.Lukas Tönne
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-02-13Scanfill: add user-flags for edges and verts, useful elsewhere.Campbell Barton
2014-02-13Scanfill: name flags better and comment unused SF_EDGE_BOUNDARY flag.Campbell Barton
2014-02-13ListBase: add attributes to api functionsCampbell Barton
2014-02-13ListBase: add BLI_sortlist_r api function, remove check for NULL callbackCampbell Barton
2014-02-13Freestyle: Follow-up fix for the chaining operation bug in the previous commit.Tamito Kajiyama
2014-02-13Mask: option not to treat overlapping curves as holesCampbell Barton
2014-02-13error in recent commitCampbell Barton
2014-02-13correct error in recent menu update for render slots, missing callbackCampbell Barton
2014-02-13UI: remove unused freestrCampbell Barton
2014-02-13UI: split ui_popup_menu_memory into get/set functions and store as uintCampbell Barton
2014-02-13Code cleanup: remove unused button aspectCampbell Barton
2014-02-13Fix own error in recent commit with red-alert flag becoming staleCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-02-12Fix T38541: sys.exit fails when blender is built as a py-moduleCampbell Barton
2014-02-12Fix Editderivedmeshes vertices normals computation.Bastien Montagne
2014-02-12defaults: disable twoside for startup.blendCampbell Barton
2014-02-12Grr, another UI messages fix, forgot this one!Bastien Montagne
2014-02-12Add header info for the Fly Navigation operatorDalai Felinto
2014-02-12Fix T38525: missing update when running bpy.ops.transform.* from the console.Brecht Van Lommel
2014-02-12Usual UI messages fixes...Bastien Montagne