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
2013-08-16new bmesh queries BM_face_exists_overlap, BM_face_exists_overlap_subsetCampbell Barton
2013-08-16* Compile fix, so disabling libmw works again. Thomas Dinges
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 Procrustes PNP ("PPnP") resection algorithm to libmvSergey Sharybin
2013-08-16add support for mempool/linklist functions.Campbell Barton
2013-08-15Compilation error fix when using sconsSergey Sharybin
2013-08-15== filebrowser ==Andrea Weikert
2013-08-15Fix #36384: Inconsistent curve fill behaviourSergey Sharybin
2013-08-15Blender might be compiled without guardedalloc againSergey Sharybin
2013-08-15fix [#36455] importing obj data after saving doesn't workCampbell Barton
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-14Cycles:Thomas Dinges
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-14include order change for osl, fixes gcc compile error - undefined uintptr_tCampbell Barton
2013-08-14Fix for uninitialized covariance matrixSergey Sharybin
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-13Typo (dimention instead of dimension).Bastien Montagne
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
2013-08-13Moved NAN_FLT define to BLI_math, this may come in useful.Lukas Toenne
2013-08-13Code cleanup:Thomas Dinges
2013-08-13BGE: Updating the bge.logic.expandPath() documentation to better reflect its ...Mitchell Stokes
2013-08-13add support for loading 8bit BMP imagesCampbell Barton
2013-08-13Fix #36451, Particle system crashes blender. The psys_render_restore function...Lukas Toenne
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-08-13BGE: Adding a GPU Latency profile category to represent the CPU time spent wa...Mitchell Stokes
2013-08-13fix for bug in rip tool, isolated verts would remain selected after ripping.Campbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-08-13switch arg order for BM_elem_select_copy(), would like to make this constant ...Campbell Barton
2013-08-13bmesh: simplify mode check for setting the edge selectionCampbell Barton
2013-08-13bmesh_vert_separate: remove unused return valueCampbell Barton
2013-08-13bmesh_edge_separate: avoid counting radial loops when splitting edges, we onl...Campbell Barton
2013-08-12Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions ...Sv. Lockal
2013-08-12Followup for r58992, fixing user decrement errorSergey Sharybin