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
2019-02-22GPUBuffers: Fix/cleanup multires implementationClément Foucault
2019-02-21Fix T60646: From instancer texture coordinate doesn't work in viewportSergey Sharybin
2019-02-21Fix (unreported) Broken DataTransfer modifier when source object is in Edit m...Bastien Montagne
2019-02-21Fix T59338: Blender crashes immediately after loading attached file in ~80% o...Bastien Montagne
2019-02-21Merge branch 'blender2.7'Sergey Sharybin
2019-02-21Fix T61733: wrong alpha for sequencer screen, multiply, .. blend modes.John Quillan
2019-02-21Cleanup: Line wrappingSergey Sharybin
2019-02-20Subdiv: Fix function namingSergey Sharybin
2019-02-20Cleanup: styleCampbell Barton
2019-02-19Cleanup: rename parent_origin_eval to parent_display_originCampbell Barton
2019-02-19DNA: rename Object.col -> colorCampbell Barton
2019-02-18Cleanup some Object's bbox code.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18BKE_main: FOREACH macros: fix shadowing 'i' variable.Bastien Montagne
2019-02-18BKE_main: make FOREACH new macros working when deleting some IDs.Bastien Montagne
2019-02-18Fix T61473: Crash particle system is updatingSergey Sharybin
2019-02-18Fix T57457: animated image sequences not working in Eevee.Brecht Van Lommel
2019-02-18Fix image filepath changes not refreshing all image users.Brecht Van Lommel
2019-02-18Fix BKE_image_walk_all_users not including all image users.Brecht Van Lommel
2019-02-18Cleanup: rename tpageflag to gpuflag, make it purely runtime data.Brecht Van Lommel
2019-02-18Fix T61660: Wrong user counter on curves with shared material.Bastien Montagne
2019-02-18ID management: forbid refcount of used IDs when user ID is outside of Main.Bastien Montagne
2019-02-18Fix T61666: missing NULL_UNIT that stops iteration over unitsJacques Lucke
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18Markers: Make marker lines in sequencer and graph editor optionalJacques Lucke
2019-02-18Cleanup: move 'orig' into Object_Runtime structCampbell Barton
2019-02-18Cleanup: remove 'orig' from ObTfmBackCampbell Barton
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18DNA: rename Collection.dupli_ofs -> instance_collectionCampbell Barton
2019-02-18Correct own mistake in near/far cleanupCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-17Units: allow short unit names be case sensitive when needed.Brecht Van Lommel
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-16DNA: rename SpaceButs -> SpacePropertiesCampbell Barton
2019-02-16DNA: rename SpaceIpo -> SpaceGraphCampbell Barton
2019-02-16DNA: rename SpaceOops -> SpaceOutlinerCampbell Barton
2019-02-16DNA: rename camera YF_dofdist -> dof_distanceCampbell Barton
2019-02-15Add global control over disabling high-resolution smoke drawSergey Sharybin
2019-02-15Cleanup: More obvious name for the flagSergey Sharybin
2019-02-15Cleanup: Naming, BKE prefixSergey Sharybin
2019-02-15Fix T61567: Object loose its rigid body data when moving to collectionDalai Felinto