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-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
2019-02-12Cleanup: rename `BLT_I18NCONTEXT_ID_LAMP` -> `BLT_I18NCONTEXT_ID_LIGHT`.Bastien Montagne
2019-02-12Fix T61469: wrong object statistics when using instances.Brecht Van Lommel
2019-02-12Fix T60999: Duplifaced objects are not drawn in edit modeSergey Sharybin
2019-02-12Use direct access to evaluated mesh from instancingSergey Sharybin
2019-02-11Fix T61391: MeshDeform Modifier does not work on a solidified planar mesh.Bastien Montagne
2019-02-11Cleanup: commentsCampbell Barton
2019-02-11readfile: skip negative sized thumbnailsCampbell Barton
2019-02-11Cleanup: use "_Runtime" suffix for DNACampbell Barton
2019-02-11DNA: remove Object.display structCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-10Fix T61141: Append Particle Settings doesn't append the collection properly.Bastien Montagne
2019-02-09Cleanup: Use ID_IS_LINKED instead of id.libDalai Felinto
2019-02-09BKE_object: add util to count number of scenes using an object.Bastien Montagne
2019-02-09Outliner visibility: Prevent changing linked objects and collectionsDalai Felinto
2019-02-08Fix (unreported) crash when undoing after ID deletion.Bastien Montagne
2019-02-08BKE_main: add a util to generate/extend a GSet with all ID pointers of a Main...Bastien Montagne
2019-02-08Cleanup: API doc is to be in implementation, not header file.Bastien Montagne
2019-02-08BKE_idcode: Add utils to convert from 'lbarray' index to ID type.Bastien Montagne
2019-02-08Fix T61255: Mesh Data Transfer: Do not abort when destination has not all sou...Bastien Montagne
2019-02-08Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_*Campbell Barton
2019-02-08Cleanup: clear deprecated flagsCampbell Barton
2019-02-07Cleanup: Use new BKE_main_foreach_id() in a few more places...Bastien Montagne
2019-02-07BKE_main: add utils to loop over whole IDs of a given Main database.Bastien Montagne
2019-02-07Show all useful metadata fields in editorsSergey Sharybin
2019-02-07Cleanup: remove unnecessary undo functionCampbell Barton
2019-02-07Cleanup: doxy headerCampbell Barton