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-03-19Fix T62622: Animating vertex does not update viewportSergey Sharybin
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-03-18Depsgraph: Store original modifier pointerSergey Sharybin
2019-03-18Cleanup: CommentsSergey Sharybin
2019-03-18Cleanup: C++ style of structure definitionSergey Sharybin
2019-03-16Python API: add Python-defined node groups for shaders and compositing.Miguel Porces
2019-03-16Cleanup: fix compiler warnings.Brecht Van Lommel
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-13Fix T62521: Fake dependency cycle with spline IKSergey Sharybin
2019-03-13Fix T58721: Keyframing one transform option reset other transformsSergey Sharybin
2019-03-13Fix T60185: Crash on adding Inverse KinematicsJose C. Rubio
2019-03-12Fix T62457: Crash with rigid body and disabled objectsSergey Sharybin
2019-03-12Fix T62470: instanced object does not preserve bounds display type.Brecht Van Lommel
2019-03-12DRW: use object color from instancerCampbell Barton
2019-03-11Fix T62366: Grease pencil material color keyingSergey Sharybin
2019-03-11Fix T62059: Driver not updating in Color RampJacques Lucke
2019-03-11Depsgraph: Add missing parameters for node treesSergey Sharybin
2019-03-11Despgraph: Make dupli objects inherit the parent's display typeClément Foucault
2019-03-08Depsgraph: Fix missing relation when driving image offsetSergey Sharybin
2019-03-08Fix T60900, T61111, T61963: node values stuck after clearing keyframes.Brecht Van Lommel
2019-03-08Fix T62327: Multires with Particles: Undo not workingSergey Sharybin
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-03-06Cleanup: styleCampbell Barton
2019-03-05Fix T61763: Crash on selecting "Background Scene"Sergey Sharybin
2019-03-04Cleanup: indentation, styleCampbell Barton
2019-03-01Fix T62087: Crash when rendering in CyclesSergey Sharybin
2019-03-01Use original base to see whether it can be ignored from evaluationSergey Sharybin
2019-02-28Depsgraph: Fix wrong disabled bases deletionSergey Sharybin
2019-02-28Cleanup: Snake style in depsgraphSergey Sharybin
2019-02-28Depsgraph: Keep objects which has animated visibilitySergey Sharybin
2019-02-28Depsgraph: Route visibility flags update to proper componentSergey Sharybin
2019-02-28Depsgraph: Change the logic about keeping bases in the graphSergey Sharybin
2019-02-28Cleanup: styleCampbell Barton
2019-02-27Depsgraph: Make it easier to control which bases being pulled into the graphSergey Sharybin
2019-02-27Move base flags evaluation to its own functionSergey Sharybin
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-26Depsgraph: Make parameters exit dependent on ID propertiesSergey Sharybin
2019-02-20Depsgraph: Fix relation when lamp has driver on custom propertySergey Sharybin
2019-02-20Fix T61689: Crash when having image and regular animationSergey Sharybin
2019-02-20Depsgraph: Simplify creation of animation nodesSergey Sharybin
2019-02-20Cleanup: Indentation and wrappingSergey Sharybin
2019-02-19Cleanup: remove needless comment ;)Bastien Montagne
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18Fix (unreported) broken-by-design code in depsgraph's `deg_backup_object_runt...Bastien Montagne
2019-02-18Fix Object bbox memleak in depsgraph code.Bastien Montagne