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
path: root/source
AgeCommit message (Collapse)Author
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27Cleanup: Main struct member namesCampbell Barton
Rename latt to lattice and don't use plural names.
2019-02-27DNA: rename Lamp -> LightCampbell Barton
- BKE_lamp -> BKE_light - Main.lamp -> light
2019-02-26Grease Pencil: Strokes Cut iconDalai Felinto
The icon was there, but it was not in the Export collection, nor was it correctly named.
2019-02-26Grease Pencil: Silence warningDalai Felinto
2019-02-26Cleanup: use 'poly' for polygons-related data, not 'face'.Bastien Montagne
In Blender face is for tesselated faces, that kind of miss-naming is a pretty good way to shoot yourself in the foot at some point or another (see T61979)...
2019-02-26Fix T61979: Solidify not working in Blender 2.8.Bastien Montagne
Broken logic in rB181356edba04, thanks most likely to stupid naming (face in Blender is for tessellated faces, use poly for BMesh polygons). Cleanup to follow in next commit...
2019-02-26GP: Cleanup ToDo commentAntonioya
2019-02-26Fix T61956: Errors when instancing grease pencil objectsAntonioya
The problem was not only for instances, but for particles too, and produced segment fault. For some reason due any internal modification of how duplicated objects are generated, the duplicated object are not available when the draw manager try to use runtime data. Now, before drawing the particle or the instance, the pointers of the duplicated objects are reassigned to the original "real object" to get full access to runtime data.
2019-02-26Merge branch 'blender2.7'Brecht Van Lommel
2019-02-26Cleanup: prevent future issues with ID.tag overflow, clarify somes names.Brecht Van Lommel
2019-02-26UI: IconsWilliam Reynish
New icons from Andrzej Ambroż / jendrzych: -New trash icon for deleting ID's and other data (currently unused) -New icon for the Grease Pencil select between strokes mode -New icon for Proportional Editing Root Falloff curve Also adjustments for Jump to Next / Prev. Keyframe, Camera ObData, Point Light ObData, Light Probe Object and ObData, Collection & Save icons.
2019-02-26UI: Show marker lines in remaining animation spacesJacques Lucke
This also includes fixed/slighly refactored drawing code for marker lines. The old code used the wrong height. Reviewers: brecht Differential Revision: https://developer.blender.org/D4411
2019-02-26GP: Redesign wireframe modeAntonioya
Now it's possible use the different Wire modes (Single, Object & Random) Also support for x-ray mode. For random colors, the name of the object and the name of the layer is used. Also some parameters cleanup.
2019-02-26GP: Draw: Stroke TrimCharlie Jolly
New edit mode operator and post-processing brush option. Trim works on a single GP stroke. It removes trailing points before and after the first intersection (or loop) nearest to the start of the stroke.
2019-02-26Fix (unreported): Snap to grid not considering Focal Length.mano-wii
2019-02-26BLI_math: quat_to_axis_angle was zeroing the axisCampbell Barton
When there was no rotation the axis was zerod, while not exactly a bug, it means changing the angle does nothing and all axis-angle values are initialized with Y=1, use this convention when resetting the axis too.
2019-02-26Bevel mod: cleanup flags and extra data.Howard Trickey
Removed a clnors field unneeded after a recent refactor. Finished deprecation of flags that haven't been used since pre-bmesh.
2019-02-26Units: GP Canvas OffsetWilliam Reynish
Use PROP_TRANSLATION for this to make it correctly display units in the UI.
2019-02-26Cleanup: Spelling in commentSergey Sharybin
2019-02-26Depsgraph: Make parameters exit dependent on ID propertiesSergey Sharybin
2019-02-26Missed last commitCampbell Barton
2019-02-26Transform: fix rotate redo behaviorCampbell Barton
- Add XYZ option. - Orientation now works as expected. Now a redo for rotation works logically, setting the axis to Z & the orientation to view. Resolves T57205
2019-02-26Transform: don't set the user constraint when it's not setCampbell Barton
The orientation for the redo panel would be set even when not used, add an 'unset' orientation which defaults to global.
2019-02-26GP: Rename "Dualtone" to "Duotone"Antonioya
2019-02-26Fix indentation issue introduced in rB54ffc4e19dc4William Reynish
2019-02-26Fix T61965: Crash edit-mesh drawing w/ hidden facesCampbell Barton
2019-02-26BMesh: utility functions for visible element accessCampbell Barton
Needed for drawing code which skips hidden elements.
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-25Grease Pencil naming: Use clear names for depth orderingWilliam Reynish
- Add a new panel to differentiate between viewport display and stroke options - Use clearer naming for depth ordering and stroke thickness properties Reviewers: antoniov Differential Revision: https://developer.blender.org/D4405
2019-02-25Merge branch 'blender2.7'Brecht Van Lommel
2019-02-25Fix T61946: Cycles border render missing samples and crypto metadata.Brecht Van Lommel
2019-02-25Fix T61801: Wireframes on curves not workingClément Foucault
2019-02-25GP: Rename Colorize "Bi-Tone" to "Dualtone"Antonioya
2019-02-25GP: Add support for Wireframe modeAntonioya
When enable Wireframe mode in the shading type, all strokes are displayed as simple 1 pixel lines. The color of the line is equal to the stroke color or the fill color if the fill is enabled and the stroke is disabled or has invisible alpha value. In wireframe mode, all FX are disabled because sometimes the effects can make the lines invisible. The modifiers are not disabled. Still pending to decide if we must add support for Random colors, but not sure if this is useful in 2D.
2019-02-25Fix transform scale header printingCampbell Barton
Clearing constrained axes caused the scale not to print correctly.
2019-02-25Fix (unreported) broken code in RNA's datatransfer source layer enum function.Bastien Montagne
Same issue as in own previous commit actually.
2019-02-25Fix (unreported) broken code in RNA's datatransfer source layer enum function.Bastien Montagne
Using a CDLayer data type instead of expected mask... tsst... ;)
2019-02-25RNA: disable animating the 3D cursorCampbell Barton
Decorators took up space in the UI and this doesn't seem very useful.
2019-02-253D View: support for editing cursor rotationCampbell Barton
Add buttons for editing the cursor rotation as well as rotation modes, similar to object and pose bones.
2019-02-25Cleanup: use const args for BLI_math_rotationCampbell Barton
2019-02-25Cleanup: finish modifiers' hearder re-order from rBe31f0fad9744c813.Bastien Montagne
For some reason forgot to handle half of modifier files...
2019-02-25Units: Typo "Square/Cubic Thous" -> "Square/Cubic Thou"Vaishnav S
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
BLI should always comes first, before DNA, BKE etc. And `BLI_utildefines.h` should come before any other BLI (since it's some sort of system include really, among other things...). Thisi should help to reduce the noise in patches when adding stuff like uint64_t members to DNA structs... ;)
2019-02-25Fix T61919: Rename "Smooth Vertex" -> "Smooth Vertices"Jacques Lucke
2019-02-25Fix T60880: Assert deleting grease pencil object from outlinerCampbell Barton
2019-02-25writefile: disable buffering when writing ZLIBCampbell Barton
While Buffering output is useful for file writing and memfile compression it's redundant when the output is already buffered. It doesn't make a significant difference for ZLIB however it makes a moderate improvement for LZ4, see T56162.
2019-02-25readfile: re-enable read on demand for WIN32Campbell Barton
Revert workaround for T61855. It's likely this was caused by slow seek for compressed files since the same behavior happens on Linux T61880.
2019-02-24GP: Don't set cache as dirty with OnionAntonioya
2019-02-24GP: Disable Onion calculation when Overlay is OFFAntonioya
Now, it's not required to disable the Onion in Overlay panel.