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-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
2019-02-14GP: Don't activate Fill for new materialsAntonioya
2019-02-14Cleanup: replace Main ID's foreach functions by macros.Bastien Montagne
2019-02-14Fix T61353: Crash converting a curve to a meshCampbell Barton
2019-02-13Fix NodeTree types UI messages not being properly tagged for translation.Bastien Montagne
2019-02-13Fix T61515: Crash when unloading a scene with pynodes and idprop of type id.Bastien Montagne
2019-02-13Fix T61506: Wrong user counting with ID properties in pynodes.Bastien Montagne
2019-02-13Cleanup: do not cleanup runtime data twice during ID copying...Bastien Montagne
2019-02-13I18N Messages: fix confusion with Light meanings.Bastien Montagne