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-19Fix read past end of array when drawing tracking markers keyframesSergey Sharybin
2013-08-19Merge remained parts of r57520: use use_render argument rather than G.is_rend...Sergey Sharybin
2013-08-19No static vars shall be in mballs nowSergey Sharybin
2013-08-19And for sure forgot to commit another cleaup patchSergey Sharybin
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Commit atomic operations fileSergey Sharybin
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-08-19Added check for address being freed by mempool freeSergey Sharybin
2013-08-19Utility benchmarking macrosSergey Sharybin
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Make GPU buffers allocation/freeing safe for threadingSergey Sharybin
2013-08-19Make fonts safe(r) for threadingSergey Sharybin
2013-08-19fix [#36481] When "Rip Edge" cannot be completed, Blender crashes weirdlyCampbell Barton
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Remove unused bounding box from MetaBallSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Get rid of a display list stored in Curve datablockSergey Sharybin
2013-08-19Always use ob->bb when drawing the curve typesSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-19Fix issue with EWA filtering in compositor which disabled alphaSergey Sharybin
2013-08-19Remove unneeded include, was a residual from some WIP patch in the pastSergey Sharybin
2013-08-19Use BOUNDBOX_DIRTY to mark BB as need to be updatedSergey Sharybin
2013-08-19Merging r59182 through r59257 from trunk into soc-2013-depsgraph_mtSergey Sharybin
2013-08-19Fix warnings reported by cavity checkerSergey Sharybin
2013-08-19edit to object center snapping, exit early if unsupported.Campbell Barton
2013-08-19add support for snapping to empty centers during transform.Campbell Barton
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-19correct uninitialized var, worked by accident.Campbell Barton
2013-08-19Fix #34485 sculpt strength weirdly inverted with some mesh part.Antony Riakiotakis
2013-08-19Add comments for outliner's treestore and treehash (no functional changes)Sv. Lockal
2013-08-18Fix #34413 Dyntopo, smooth shading normals not getting uploaded to GPUAntony Riakiotakis
2013-08-18bmesh improvements to face creation.Campbell Barton
2013-08-18correct recent commitCampbell Barton
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