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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-02-04Remove flag: `SNAP_OBJECT_USE_CACHE` from snap_contextGermano Cavalcante
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-08-29GPencil: Replace strcpy by BLI_strncpyAntonioya
2016-08-17GPencil: Change ruler line thickness to make it thickerAntonioya
2016-08-16Fix T49097: GP ruler data reinstances GP_Palette ColorAntonioya
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-06-16Fix ruler crash using stale snap-contextCampbell Barton
2016-06-03Cleanup & simplify snapping functionsGermano Cavalcante
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-04-22Transform Snap: initial snap context refactorCampbell Barton
2015-11-24View3D: move snapping functions out of rulerCampbell Barton
2015-05-04Correct own error in recent quad-view ruler fixCampbell Barton
2015-04-27Fix T44011: Ruler/Knife/Loop-cut fail in quad-viewCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-02Fix for 3D Ruler crash maximizing viewCampbell Barton
2014-10-20Fix T42313: Ruler always measures 0.0Campbell Barton
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-04-29avoid calling BKE_brush_alpha_get() when project painting onto each pixel,Campbell Barton
2013-04-25ruler tweak: don't, snap to edit-object, because it didnt work well when modi...Campbell Barton
2013-04-25ruler snappingCampbell Barton
2013-04-25ruler snap adjustmentsCampbell Barton
2013-04-24rna api function scene.ray_cast now returns the object and its matrix (incase...Campbell Barton
2013-04-23fix [#34894] Ruler/Protractor: While it's active, one can open the file brows...Campbell Barton
2013-04-23fix for issues with rulerCampbell Barton
2013-04-18remove snapping for first point added to the ruler.Campbell Barton
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03new ruler option to be able to interactively measure surface thichness as you...Campbell Barton
2013-04-03pass snap arguments so the ruler doesn't have to temp overwrite scene vars.Campbell Barton
2013-04-03use floats for transform snapping distance comparisonsCampbell Barton
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-21code cleanup: remove double call to BKE_node_instance_key(), rename ruler (lo...Campbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-12ruler: disable rotate with ruler drawing, was drawing too pixelated and hard ...Campbell Barton