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
2019-05-08Defaults: change default settings in a few editorsBrecht Van Lommel
2019-05-08Cleanup: DRW/GPU: Remove eye vector uniformClément Foucault
2019-05-08Cleanup: Remove BKE_MESH_BATCH_DIRTY_MAYBE_ALLClément Foucault
2019-05-08Cleanup: draw_common: Use switch instead of ifsClément Foucault
2019-05-08Cleanup: Mesh Batch Cache: Remove unused BKE_MESH_BATCH_DIRTY_SCULPT_COORDSClément Foucault
2019-05-08Cleanup: GPUShader: Use switch instead of ifsClément Foucault
2019-05-08DRW: Copy matrix in case of ModelMatrixInverse being usedClément Foucault
2019-05-08Wireframe: Refactor vertex shader to use less matricesClément Foucault
2019-05-08DRW: Speedup: Only do batch cache request and validation once for duplisClément Foucault
2019-05-08Mesh Batch Cache: Speedup: Only alloc gpu_attrs if needed and don't clearClément Foucault
2019-05-08Mesh Batch Cache: Speedup: Use flags to early remove unecessary checksClément Foucault
2019-05-08DRW: Make batch validation run first during iterationClément Foucault
2019-05-08DRW: Move all batch request functions to own headerClément Foucault
2019-05-08DRW: Change function orders to improve CPU cache efficiencyClément Foucault
2019-05-08Object Overlay: Add dupli fast pathClément Foucault
2019-05-08Wireframe: Create dupli fast path using DRW_duplidata_getClément Foucault
2019-05-08DRW: Add DRW_duplidata_get to create fast path for duplisClément Foucault
2019-05-08GPUViewport: Fix possible hash colision with enabled enginesClément Foucault
2019-05-08DRW: Remove uneeded calls to drw_viewport_engine_data_ensure when iteratingClément Foucault
2019-05-08DRW: Replace BLI_mempool by BLI_memblockClément Foucault
2019-05-08DRW: Speedup: Don't call GPU_shader_uniform_vector if not neededClément Foucault
2019-05-08BLI_memblock: New memory allocatorClément Foucault
2019-05-08Fix T64302: objects disappearing when disabling overlaysJeroen Bakker
2019-05-08Revert "UI: Dynamic region size for file browser options"Brecht Van Lommel
2019-05-08Spline IK: fix a scaling hiccup as bones roll off the end of the curve.Alexander Gavrilov
2019-05-08Fix T64266: Incorrect modifier object target after making duplicates real for...Bastien Montagne
2019-05-08UI: Move scrollbars to the right in animation editorsJacques Lucke
2019-05-08Fix heap buffer overflow in tabs to spacesSergey Sharybin
2019-05-08Keymap: Special keymap for clip editor scrubbing areaJacques Lucke
2019-05-08Normals Menu: fix Average to be able to specify type.Howard Trickey
2019-05-08Copy Scale: support raising the copied scale to an arbitrary power.Alexander Gavrilov
2019-05-08Fix T64274: Crash with more than 1 subdivision with the Multiresolution ModifierSergey Sharybin
2019-05-08Fix T64298: Overlapping scrubbing area in clip editors dopesheetJacques Lucke
2019-05-08Fix T64283: Gizmo doesn't update after click-extrudeCampbell Barton
2019-05-08Cleanup: unused var, doxy syntax for math_matrix.cCampbell Barton
2019-05-07Spline IK: support using both original scaling and volume preservation.Alexander Gavrilov
2019-05-07Implement Push/Relax from rest pose.Sebastian Parborg
2019-05-07Fix compilation errorSergey Sharybin
2019-05-07Fix T64257: Scrubbing in the Clip Editor Graph Editor doesn't workSergey Sharybin
2019-05-07UI: Rename "Scrubbing Region" to "Scrubbing/Markers Region".Pablo Vazquez
2019-05-07UI: Use scrubbing theme setting for markers background.Pablo Vazquez
2019-05-07Fix Bevel T64107 - width/depth value wrong for vertex only.Howard Trickey
2019-05-07UI: Animation editor scrubbing areaJacques Lucke
2019-05-07Normals menu for face strength improved.Howard Trickey
2019-05-07Depsgraph: provide more granularity to PoseBone property links.Alexander Gavrilov
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-07Fix T64210: crash using Live Unwrap without UVMapPhilipp Oeser
2019-05-07Cleanup: Make comment more readable and avoid wrappingSergey Sharybin
2019-05-07Cleanup: Simplify access to read-only render settingsSergey Sharybin
2019-05-07Cleanup: Use more const pointers in render pipelineSergey Sharybin