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-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-26Merge branch 'blender2.7'Brecht Van Lommel
2019-02-26Cleanup: prevent future issues with ID.tag overflow, clarify somes names.Brecht Van Lommel
2019-02-26Bevel mod: cleanup flags and extra data.Howard Trickey
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-253D View: support for editing cursor rotationCampbell Barton
2019-02-25writefile: disable buffering when writing ZLIBCampbell Barton
2019-02-25readfile: re-enable read on demand for WIN32Campbell Barton
2019-02-24readfile: minor changes to support other compression formatsCampbell Barton
2019-02-24readfile: Disable delayed data reading for compressed blend filesCampbell Barton
2019-02-24readfile: use regular file access when not a gzipCampbell Barton
2019-02-24Cleanup: de-duplicate readfile file openingCampbell Barton
2019-02-23readfile: disable delayed data reading for WIN32Campbell Barton
2019-02-22Wireframe: Add object and random coloring option in wireframe modeClément Foucault
2019-02-22Cleanup: function wrapping, spellingCampbell Barton
2019-02-22Comments: add doxy sections to readfile.cCampbell Barton
2019-02-22readfile: support blend files over 2gbCampbell Barton
2019-02-22readfile: reduce memory usage at load timeCampbell Barton
2019-02-22Cleanup: rename seek to file_offsetCampbell Barton
2019-02-22Cleanup: make BHeadN private in readfile.cCampbell Barton
2019-02-22Missed last commitCampbell Barton
2019-02-22Cleanup: rename readfile API functionsCampbell Barton
2019-02-22Missed last commitCampbell Barton
2019-02-22Cleanup: comments, use bool for 'eof' variableCampbell Barton
2019-02-20Cleanup: fix some versioning code running when not needed.Brecht Van Lommel
2019-02-19Fix T61714, T61712: crash reloading images after recent changes.Brecht Van Lommel
2019-02-19Fix T61683: Linking the instance of a collection crashes Blender.Bastien Montagne
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-18Cleanup: rename tpageflag to gpuflag, make it purely runtime data.Brecht Van Lommel
2019-02-18Markers: Make marker lines in sequencer and graph editor optionalJacques Lucke
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
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 theme space typesCampbell 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: support DNA type & name aliasesCampbell Barton
2019-02-15Cleanup: sync minor changes from D4342Campbell Barton
2019-02-14Fix T61520: Incorrect assignment of layers to compositor nodes in 2.8 when re...Philipp Oeser
2019-02-13Cleanup: style, duplicate includesCampbell Barton
2019-02-12DNA: support versioning structs & struct membersCampbell Barton
2019-02-11Cleanup: commentsCampbell Barton
2019-02-11readfile: skip negative sized thumbnailsCampbell Barton