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-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
2013-08-12GPL V3 license, which will be valid for the binary releases.Ton Roosendaal
2013-08-12Add jemalloc license to release/textSergey Sharybin
2013-08-12Fix #36420: ends of curves - caps & twist not goodSergey Sharybin
2013-08-12image_load() utility function's 'recursive' option wasn't functional since 2.4xCampbell Barton
2013-08-12Fix #36408: Setting `image.colorspace_settings.name` changes saved alphaSergey Sharybin
2013-08-12bpy.path.reduce_dirs() - new utility function to de-duplicate and remove nest...Campbell Barton
2013-08-12Fix #36437 Cycles no longer rendering Emitter object (Particle Systems). The ...Lukas Toenne
2013-08-12change to object-smooth poll function, no need to check for active object, ju...Campbell Barton
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-08-11display an error with python driver expressions when script execution is disa...Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton