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
2016-07-27Fix T48760: Changing Renderlayer Compositor node Layer does not update enable...Sergey Sharybin
2016-07-26Correct UI names of ID typesJulian Eisel
2016-07-25Curve Drawing: Add option to use new refit methodCampbell Barton
2016-07-24Fix T48397: Can not bake tweaked NLAKévin Dietrich
2016-07-21Cleanup: warningsCampbell Barton
2016-07-19Add 'reload' function to libraries' RNA API.Bastien Montagne
2016-07-19Usual i18n/UI messages fixes...Bastien Montagne
2016-07-18Cycles: add support for motion blurring of fluid meshes.Kévin Dietrich
2016-07-18Additional Waveform Drawing ModeSergey Sharybin
2016-07-14Use BMesh solver for new boolean modifiersCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-14CMake: per-target CFLAG & CXXFLAG supportCampbell Barton
2016-07-13Boolean Modifier: Add back BMesh optionCampbell Barton
2016-07-12Fix 48831, Step I: Mismatch issues bewteen ID icon and preview system.Bastien Montagne
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-10Fix T48815: Translate node's 'Relative' checkbox has the same tooltip as blur...Philipp Oeser
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-08BMesh: add decimate edit-mode toolCampbell Barton
2016-07-07Cleanup/fix animsys 'id_type_can_have_animdata()'.Bastien Montagne
2016-07-07RNA: rename sorting -> sortCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-07Dopesheet: Added "Moving Hold" as a keyframe typeJoshua Leung
2016-07-07Animation Editors: Object datablocks are now sorted alphabetically by defaultJoshua Leung
2016-07-07Dopesheet: Keyframe size can be adjusted as part of theme settingsJoshua Leung
2016-07-07NLA: Indicate position of action-local markers on stripsJoshua Leung
2016-07-06Fix Python API error message (do_unlink, instead of unlink)Dalai Felinto
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-05Render border: make it work together with with cache result / save buffers / ...Brecht Van Lommel
2016-07-04Environment lighting for the GLSL modeAlexander Romanov
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-29Cleanup: warningCampbell Barton
2016-06-28RNA: resolve assert w/ no languages availableCampbell Barton
2016-06-28RNA: perform reverse search on operatorsCampbell Barton
2016-06-28Fix MSVC error, co_return now a reserved wordCampbell Barton
2016-06-27FCurve Auto Colours: "XYZ to RGB" works for Quaternions too nowJoshua Leung
2016-06-27Fix T48741: File browser back button doesn't work from inside Blend (library)...Bastien Montagne
2016-06-25Cleanup: remove RNA's `ID.destroy()` function.Bastien Montagne
2016-06-25Cleanup/refactor RNA IDs' `remove` functions.Bastien Montagne
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-23Fix T48710: 'velocity' particle settings were incorrectly using 'speed' in th...Bastien Montagne
2016-06-23Use hard min/max for view clippingCampbell Barton
2016-06-23RNA: Expose hook inverse matrixCampbell Barton
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-22ID-Remap, step two: add some user-level tools.Bastien Montagne
2016-06-22Cleanup: use proper RNA struct type for ListBase typeBastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-21Cleanup: rename curve align-x flagsCampbell Barton
2016-06-21Text Object: Vertical AlignmentDalai Felinto