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
path: root/source
AgeCommit message (Expand)Author
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-18Fix a few compiler warnings reported by clang.Brecht Van Lommel
2013-08-18improved BM_face_copy_shared to copy from more possible connected loops and a...Campbell Barton
2013-08-18correct own error in recent linked stack edits.Campbell Barton
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-18Code cleanup:Thomas Dinges
2013-08-18minor api cleanup for ghash/edgehashCampbell Barton
2013-08-18add assert for hashes if an existing element is ever inserted into a ghash/ed...Campbell Barton
2013-08-17bmesh api internal changesCampbell Barton
2013-08-17remove unused functionCampbell Barton
2013-08-17Fix [36486] Outliner doesn't allow to expand Hierarchies of armature if it's ...Sv. Lockal
2013-08-17remove unused args from edgenet fill (since rewrite, but they weren't used be...Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-17avoid double ghash lookupsCampbell Barton
2013-08-17fix for crash in compositor/opencl, the error value of -1001 would read past ...Campbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-08-17BGE: Adding partial support for LibLoaded lights with GLSL materials.Mitchell Stokes
2013-08-17BGE: Flipping vsync constants so VSYNC_ON is 0.Mitchell Stokes
2013-08-16rewrite edgenet fill bmesh operator.Campbell Barton
2013-08-16Remove ifdef-ed code, it's still in SVn anyway.Sergey Sharybin
2013-08-16Tweaks to MapUV and PlaneTrack nodes to make results less doggySergey Sharybin
2013-08-16Fix for #36468, "Buffer Groups" option changes compositing output.Lukas Toenne
2013-08-16replace calls to BLI_linklist_append with BLI_linklist_prepend where order us...Campbell Barton
2013-08-16new bmesh queries BM_face_exists_overlap, BM_face_exists_overlap_subsetCampbell Barton
2013-08-16Make byte-float conversion threaded in compositorSergey Sharybin
2013-08-16Remove unused and unfinished py bindingsSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-16add support for mempool/linklist functions.Campbell Barton
2013-08-15== filebrowser ==Andrea Weikert
2013-08-15Fix #36384: Inconsistent curve fill behaviourSergey Sharybin
2013-08-15BGE: The Action Actuator can now make use of additive blending.Mitchell Stokes
2013-08-15BGE: Finally adding support for additive layer blending.Mitchell Stokes
2013-08-15Adding a new state for sound handles in audaspace: stopped.Joerg Mueller
2013-08-14Fix #36467: ends of curves - 2D differs to 3DSergey Sharybin
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-14quiet compiler warnings.Campbell Barton
2013-08-14Fix double-free happening when having proxy with motion pathsSergey Sharybin
2013-08-14fix bug with editmesh rip, active edge could be left on the unselected side o...Campbell Barton
2013-08-14bmesh utility functions for storing an editselection after another in the list.Campbell Barton
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-08-14BGE Dome: bugfix - Warp Mesh not workingDalai Felinto
2013-08-14bmesh edge-net: refactor out face creation into its own function, replace arr...Campbell Barton
2013-08-14utility functions to reverse and wrap arrays.Campbell Barton
2013-08-14bmo_edgenet_fill_exec was building a vertex array when it didnt need to. also...Campbell Barton
2013-08-13Fix #36461: ends of curves - twist still not goodSergey Sharybin
2013-08-13Fix crash happening when clearing parent in outliner modes which doesn't supp...Sergey Sharybin
2013-08-13use __builtin_nanf with gcc and clang.Campbell Barton
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton