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-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
2017-11-20UV Cube Project: improve default behaviorCampbell Barton
2017-11-20Fix T53342: Outliner 'select hierarchy' brokenCampbell Barton
2017-11-19Fix T53343: Custom Normal Data Transfer Crashes when some vertexes have no fa...Bastien Montagne
2017-11-19Option not to select with un-hideCampbell Barton
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-11-19Fix: Undo pushes were missing for Add/Remove Driver Variable buttons, and Rem...Joshua Leung
2017-11-19Cleanup - StyleJoshua Leung
2017-11-19Fix T53300: Bone Extrude via Ctrl + Click is not done from active bone tailJoshua Leung
2017-11-19Fix compiler warningJoshua Leung
2017-11-19Fix: "Lock Markers" option was not being obeyed by the "Sync Markers (when tr...Joshua Leung
2017-11-19Tweaks to make it easier to update bone motion paths (without the active bone...Joshua Leung
2017-11-19Pasting poses now updates motion pathsJoshua Leung
2017-11-19Fix T53229: "Sample Keyframes" errors with multiple pairs of keyframes selectedJoshua Leung
2017-11-19Swap priority of system path overrides for dev buildsJulian Eisel
2017-11-19Fix T53347: Vertex paint crash on undo/exitCampbell Barton
2017-11-18Cleanup: outdated commentCampbell Barton
2017-11-18Cleanup: styleCampbell Barton
2017-11-18Fix BGE sound actuator property accessCampbell Barton
2017-11-18Add select similar custom bone shapeCampbell Barton
2017-11-17Depsgraph: Add missing checks from previous commitSergey Sharybin