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
2020-12-10- normalize qt before doing math on themtemp-nla-strip-alignmentWayde Moss
2020-12-10- clean up formatting and obselete commentsWayde Moss
2020-12-10- minor update for recent commits on master by othersWayde Moss
2020-12-10- bugfix: fixed the scaling problem. Was due to not normalizing quaternion af...Wayde Moss
2020-12-10- due to last commit, no longer need C-side python UI for alignment propertiesWayde Moss
2020-12-10- general bugfix that should be committed separately: context.selected_nla_st...Wayde Moss
2020-12-10- typo fix: rna_nla: remove parmWayde Moss
2020-12-10- add proper support for duplicating nla strips with preblend transformsWayde Moss
2020-12-10- renamed NlaStripPreBlendTransform to NlaBlendTransform, preblend to blend, etcWayde Moss
2020-12-10- fix preblend transform deletion. By this point, we can actually test the al...Wayde Moss
2020-12-10- used quaternion slerp through shortest angle for non full replace blends to...Wayde Moss
2020-12-10support for file read/writing new preblend xform dataWayde Moss
2020-12-10- actionclip raw eval temporarily always creates new channels until I update ...Wayde Moss
2020-12-10- rna for preblend bones (rna path not working properly)Wayde Moss
2020-12-10- fixed preblend xform struct byte alignmentWayde Moss
2020-12-10- WIP add nla alignment UI in pythonWayde Moss
2020-12-10- WIP rough core implementation of strip preblend xform support for animation...Wayde Moss
2020-12-10-some early WIP for strip alignment:Wayde Moss
2020-12-10NLA: Action Strip Defaults Sync Length OnWayde Moss
2020-12-10Feature: NLA Merge StripsWayde Moss
2020-12-10Feature: NLA: Evaluate Whole NLA Stack in Tweak ModeWayde Moss
2020-12-10Refactor: NLA Prep for D8296Wayde Moss
2020-12-09Fix another id-property name length checkCampbell Barton
2020-12-09Fix custom-property UI allowing long names that raised errorsCampbell Barton
2020-12-09Fix off by one error in id-property name validationCampbell Barton
2020-12-09Fix custom property UI handling names with quotes and back-slashesCampbell Barton
2020-12-09Fix RNA un-escaping multiple slashes and strings ending with a slashCampbell Barton
2020-12-09Fix T78823: Slash in custom property name does not workCampbell Barton
2020-12-09Revert "Fix T78823: Slash in custom property name does not work"Campbell Barton
2020-12-09Cleanup: use doxy sections for graph_edit.cCampbell Barton
2020-12-09creator: remove reference to SDL_AUDIODRIVER from --help textCampbell Barton
2020-12-09Cleanup: use common 'MOD_WELD_MODE_' prefixCampbell Barton
2020-12-09Modifier: Add "Connected" mode to the weld modifierHenrik Dick
2020-12-08Fix T83559: File Browser uses wrong operationJulian Eisel
2020-12-08Removing ISC licenseDalai Felinto
2020-12-08Missing README.blender license files + New BSD casesDalai Felinto
2020-12-08Fix T83114: incorrect normals after joining subdivided meshesJacques Lucke
2020-12-08Fix T83337: boundary smooth input in subdivision surface node is invertedLéo Depoix
2020-12-08Fix T81950: GPencil - Draw - Stoke Placement Stroke Feature BrokenJamell Moore
2020-12-08Cycles: Remove "OptiX support is experimental" noticePatrick Mours
2020-12-08Cycles: Enable baking panel in OptiX and redirect those requests to CUDA for nowPatrick Mours
2020-12-08Cleanup: Use enum for file selection type definitionsJulian Eisel
2020-12-08Cleanup: Correct an own earlier commit to use an existing utility functionJulian Eisel
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-12-08Fix unexpected "/" path after normalizing empty directory pathJulian Eisel
2020-12-08LibOverride: Add initial support for adding new NLA tracks.Bastien Montagne
2020-12-08PyDoc: expanded documentation for bpy_struct.is_property_setCampbell Barton
2020-12-08PyDoc: avoid blank lines at the beginning of code-examplesCampbell Barton
2020-12-08CMake: fix linking with WITH_SDL_DYNLOADCampbell Barton