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 (Collapse)Author
2014-02-21Reduce crease & bevel weight precision to hide float/ubyte roundingCampbell Barton
2014-01-14Fix T38176: can't set vertex coordinate to 0.0 when it's set to 0.0000001.Brecht Van Lommel
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-11User Interface: add colon separator for number buttonsCampbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
commit 6f97e194e58aab38d351c796bf7bb6abca33f5f9 Author: Bastien Montagne <montagne29@wanadoo.fr> Date: Wed Nov 20 21:18:20 2013 +0100 Code cleanup: Move some uiBut->flag to uiBut->drawflag, make those flags anonymous enums. Summary: Make some room in but->flag (I did not add another flag, we already have drawflag, which was nearly not used up till now). Note: I’m not sure whether REDALERT (and perhaps even DISABLED?) should not go to but->drawflag as well... Related to D8 Reviewers: brecht Differential Revision: http://developer.blender.org/D22
2013-11-09More fix for [#37327] Inconsistent numeric input conversion.Bastien Montagne
When a single element is involved, apply directly the values instead of using the diff from init values. This avoids glitches when going from huge values to very small ones (due to float precision). Note we should probably switch to doubles here, ultimately, but would leave that for later. Manys thanks to Armin Zingler, who did all the investigation work on this point!
2013-10-01fix for error setting vector handles to free when both vector handles were ↵Campbell Barton
selected but not the mid-point. only one of the handles would be changed to the HD_FREE. effected curves and fcurves.
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to ↵Campbell Barton
sizeof() use in BLI_array.h
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and ↵Campbell Barton
not using it.
2013-07-16Style cleanup of UI messages.Bastien Montagne
Mostly, "weight groups" -> "vertex groups", and usual case/endpoints/typos/etc. As a remainder, please read http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#UI_Messages before writing UI messages!
2013-07-02remove unused definesCampbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex ↵Gaia Clary
selection mode
2013-06-27Added checks to vertex Weight editor to respect locked Vertex GroupsGaia Clary
2013-06-26fix for vert/face mask modes using last used select option when using the ↵Campbell Barton
select-all key shortcut.
2013-06-26Rename operator for better clarityGaia Clary
2013-06-26disable normalize when active vertex contains locked weightsGaia Clary
2013-06-26disable vertex editing when weight group is lockedGaia Clary
2013-06-25style cleanupCampbell Barton
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton
not to devs - please don't just copy static functions around, make them api calls and add to headers.
2013-06-24remove unused var in view3d_panel_vgroupCampbell Barton
2013-06-23Changed text alignment to better match old layout behaviourGaia Clary
2013-06-23readded 'old' layout due to user complainsGaia Clary
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-17Usual UI messages style edits...Bastien Montagne
2013-06-16Improved layout of Vertex Weights panel, added option to change active vgroupGaia Clary
2013-06-16Vertex weights: Added delete weight from vertex groupGaia Clary
2013-06-16use layout engine for vertex weights panel.Campbell Barton
2013-06-16don't show the 3d view transform panel when theres no active object.Campbell Barton
2013-06-15Added Missing check if active object is visibleGaia Clary
2013-06-15Added support for Vertex Weight panel in weight Paint ModeGaia Clary
2013-06-12Vertex weight panel now uses same sort order as Vertex Group listGaia Clary
2013-06-07Reverted unwanted checkin of work in progres from my previews commitGaia Clary
2013-06-07Renamed Panel to 'Vertex Weights' (describe its functionality more precise)Gaia Clary
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 ↵Campbell Barton
point is edited
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-27view3d buttons, internal change: make act_vert_def vertex argument optional.Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata ↵Campbell Barton
layer lookups within loops.
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename ↵Campbell Barton
EditDerivedBMesh.tc -> em. ('tc' is odd name which isn't used elsewhere).
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna ↵Bastien Montagne
context here, else we get the horrible "empty" string (as translation_context of panels is an array, not a pointer, so it's never NULL).
2013-03-21code cleanup: use bool where values are true/false, for view3d and related ↵Campbell Barton
functions.
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, ↵Bastien Montagne
thanks!)...
2013-02-19fix [#34033] Mesh customdata settings are missingCampbell Barton
Mesh edge number buttons were removed when the custom-data layers weren't present. More of a usability regression than a bug.
2013-01-10simple speedup for view3d numeric panel - dont loop on verts or edges if ↵Campbell Barton
none are selected.
2013-01-10fix for editmesh calculating normals twice when using the number-buttons.Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode ↵Campbell Barton
unless they are needed. configurable in 'Geometry Data' panel, will be added when running crease edges transform for example.
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
With the view3d 'Render Only' option, grease pencil wouldn't draw, but for OpenGL render it did. Since grease pencil can be very useful in opengl renders, enable grease pencil drawing with 'Render Only' option in the viewport, and add a checkbox in the grease pencil header not to draw (unchecking each layer is annoying and applies to all spaces).
2012-12-14Fix #33526: Bezier Curve Tilt in transform panel does not work beyond 360 ↵Sergey Sharybin
degrees No need to clamp tilt value in transform panel, til beyond 360 degrees works fine and clamping it in panel lead to some unexpected behavior.
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton