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
2022-07-26Retopology Snapping Mode now workingjon denning
2022-07-25UX-related tweaksjon denning
2022-07-22Merge branch 'master' into retopo_transformjon denning
2022-07-22Fix nodes not transformingGermano Cavalcante
2022-07-22Refactor: arrange transform convert functions in 'TransConvertTypeInfo'Germano Cavalcante
2022-07-22Cleanup: add BKE_image_find_nearest_tile_with_offsetCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-21Merge branch 'master' into retopo_transformjon denning
2022-07-21tweaked snap options and snap option descriptionsjon denning
2022-07-20Fix T99869: Edge crease no longer workingGermano Cavalcante
2022-07-20Constraints: add missing calls to initialize custom space.Alexander Gavrilov
2022-07-19Cleanup: compiler warningBrecht Van Lommel
2022-07-19Fix T99643: Vertex Crease fails with symmetryGermano Cavalcante
2022-07-16using correct argument nowjon denning
2022-07-16merged in masterjon denning
2022-07-15Fix T98061: uv resize with individual origins could break constrain to boundsChris Blackbourn
2022-07-15Cleanup: separate clipUVTransform into two different functionsChris Blackbourn
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-07-13Expose snap options in transform operatorsjon denning
2022-07-13Fix T99659: Improve UV Island calculation with hidden faces.Chris Blackbourn
2022-07-12Cleanup: Use interpf instead of repeating the logicGermano Cavalcante
2022-07-12Fix T96238: shrinking to zero doesn't actually scales the radius to zeroGermano Cavalcante
2022-07-07clean up before splitjon denning
2022-07-07reorg+cleaned snap menu, removed dbg prints, reorg edge snap methodsjon denning
2022-07-07Merge branch 'master' into transform_apijon denning
2022-07-07Fix T99505: NLA tweak mode crashes with GPencil dataAmélie Fondevilla
2022-07-07Fix T99342: GPencil multiframe falloff is scaling wrongly in rotationAntonio Vazquez
2022-07-06Fix T99334: Ignore edit-related snap options in Object modejon denning
2022-07-06merged in masterjon denning
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Animation: Add GP layers in regular DopesheetAmélie Fondevilla
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-28added retopo mode, updated transform opsjon denning
2022-06-28Fix T96776: Assets dropped upside down when looking through cameraGermano Cavalcante
2022-06-24Fix T99037: bpy.ops.transform.rotate fails in background modeCampbell Barton
2022-06-22Mask Editor: Add toggle for mask spline drawingSimon Lenz
2022-06-14Cleanup: Move function definition to correct fileRichard Antalik
2022-06-14Fix T72831: Incorrect animation handling when strips overlapRichard Antalik
2022-06-13Fix T93469: Image not moving in proportion to mouseRichard Antalik
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-09Fix T98688: Snapping not working in curve objects with evaluated geometryGermano Cavalcante
2022-06-09Fix assert triggered when snapping to evaluated geometry of a CurveGermano Cavalcante
2022-06-08added snapping options to transform apijon denning
2022-06-07revert transform API changes (moved to another patch)jon denning
2022-06-07revert some transform_ops.cjon denning
2022-06-07replaced static_cast with enum operatorjon denning
2022-06-07explicit tests against 0 rather than implicit bool coversionjon denning
2022-06-07added commentjon denning