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
2017-11-26Removing OMP: autotrack BKE code.Bastien Montagne
2017-11-26Removing OMP: bmesh_operators.cBastien Montagne
2017-11-26Removing OMP: bmesh_interp.cBastien Montagne
2017-11-26Removing OMP: nuke last usages in bmesh_mesh.cBastien Montagne
2017-11-26Cleanup: rename edge -> edgesCampbell Barton
2017-11-26Minor improvement to last commitCampbell Barton
2017-11-26BMesh: improve edge rotate when edges share facesCampbell Barton
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton
2017-11-26Fix T53393: Change from 'd' key to 'draw' panel button causes pencil to be ac...Joshua Leung
2017-11-26Fix for Fix (c): broken atomic lock in own bmesh code.Bastien Montagne
2017-11-25Fix broken atomic_cas lock in own recent commit in bmesh.Bastien Montagne
2017-11-24Depsgraph: Cleanup, indentationSergey Sharybin
2017-11-24Depsgraph: Allow finding operations after construction is doneSergey Sharybin
2017-11-24Depsgraph: Deduplicate operation node finding logicSergey Sharybin
2017-11-24Depsgraph: Use proper return type for find_node methodSergey Sharybin
2017-11-24Depsgraph: Use get_ prefix for function which expect operation to existsSergey Sharybin
2017-11-24Depsgraph: Make has_ prefixed function to return booleanSergey Sharybin
2017-11-24Depsgraph: Introduce explicit method which finds operation or returns NULLSergey Sharybin
2017-11-24Depsgraph: Make more clear what find_operation() is doing for componentSergey Sharybin
2017-11-24Cleanup leftover timing debug prints from own recent commits.Bastien Montagne
2017-11-24Cleanup: -Wnonnull-compare GCC warningCampbell Barton
2017-11-24Minor cleanup for own recent commits.Bastien Montagne
2017-11-23Getting rid of OMP: first usage of new parallel BMesh items iteration instead.Bastien Montagne
2017-11-23BMesh: add limited support for parallelization over some basic iterators.Bastien Montagne
2017-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne
2017-11-23Add ability to use more than one mempool iterator simultaneously.Bastien Montagne
2017-11-23Add non-gcc variant of static assert macro.Bastien Montagne
2017-11-23Fix T53145: bevel tool fails when used a second time.Brecht Van Lommel
2017-11-23Fix T53360: crash with GLSL bump mapping and missing group output node.Brecht Van Lommel
2017-11-23Fix T53276: encoding output quality UI clarification.Brecht Van Lommel
2017-11-23Fix inaccuracy when storing material ID pass in half float multilayer EXR.Brecht Van Lommel
2017-11-23Fix T53348: Cycles difference between gradient texture on CPU and GPU.Brecht Van Lommel
2017-11-23atomic_ops: add char versions of uint8_t atomic primitives.Bastien Montagne
2017-11-23Cleanup: use signed atomic ops when needed.Bastien Montagne
2017-11-23Depsgraph: Cleanup, deduplicate code around component registrationSergey Sharybin
2017-11-23Depsgraph: Cleanup, split build_object() a bitSergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-11-23Revert "BLI_utildefines: Support SWAP macro with two args"Campbell Barton
2017-11-23Use custom SWAP macro for swapping userdef dataCampbell Barton
2017-11-22Fix T53274: Saving template prefs overwrites default prefsCampbell Barton
2017-11-22BLI_utildefines: Support SWAP macro with two argsCampbell Barton
2017-11-22WM: minor correction to user-pref writingCampbell Barton
2017-11-22Removing OMP: get rid of usages in /bmesh/ area.Bastien Montagne
2017-11-22Removing OMP: get rid of last bit in /editors/ area.Bastien Montagne
2017-11-21Cleanup: We do not use camel case in Blender codeSergey Sharybin
2017-11-21Fix T53371: Keying Node fails with values above 1Sergey Sharybin
2017-11-21Disable adding scene sequence strips into themselvesCampbell Barton
2017-11-21Cleanup: redundant ELEM useCampbell Barton
2017-11-21Code cleanup: fix harmless compiler warning.Brecht Van Lommel
2017-11-20Fix (unreported) Crash: broken RNA accessors to tesselated MCol data.Bastien Montagne