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-09-11Tweaks to setup trackign scene in order to fix usability issuesSergey Sharybin
Patch by Sebastian Koenig
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
@campbellbarton, it's really helpful to have strict flags enabled for release builds as well -- especially when you're working in areas which are heavily using least squares solvers. For now made it so blender compiles, but it could be better solution here.
2014-09-11Fix wrong area of interest for movie undistortionSergey Sharybin
2014-09-11Fix T41785: The combination of movie-distortion and lens-distortion leads to ↵Sergey Sharybin
artifacts
2014-09-11Followup for last commit, we can break the loop, once we have a match.Thomas Dinges
2014-09-11Fix T41784, Re-enabling transparent shadows in Cycles doesn't work correctlyThomas Dinges
2014-09-11Fix non-deterministic editmesh normal orientationsCampbell Barton
- selecting a boundary edge would randomly point in/outside the face (now point away). - selecting 3 verts would use the first selected edge as the tangent (now use longest). - selecting 1 vert betweem edges, uses the edges to define the tangent.
2014-09-11Freestyle: Fix for missing quality control on line rendering in Cycles.Tamito Kajiyama
Freestyle was using the default Cycles rendering settings (e.g., the number of samples) and users could not change them. Now all render parameters (except for film_transparent) are inherited for Freestyle stroke rendering. Problem report by Danny Grimm on Facebook, thanks!
2014-09-11Fix T41778: Crash on animate boids xith a goalCampbell Barton
No need to copy/restore entire object struct (just to read location)
2014-09-11Fix crash in BLI_kdtree_range_searchCampbell Barton
Called memcpy with a NULL pointer, causing the following NULL check to get optimized away.
2014-09-10Fix crash in project-from view without a brush or active objectCampbell Barton
2014-09-10Text3d: assert for <0 len textCampbell Barton
also add operator to test blacklist
2014-09-10Text3D: fixes to selectionCampbell Barton
- clamp selection on entering editmode (Python may have changed). - BKE_vfont_select_get no longer succeeds with an empty selection this caused many operators to go ahead and operate on zero size array.
2014-09-10Fix crash in active_paint_texture_index callbackCampbell Barton
2014-09-10Fix T41767: Memory free problem when console area copy fail.Bastien Montagne
Nice little memleak! Patch by reporter (randon (Dun Liang)) with minor own cleanup, thanks!
2014-09-10Fix two bugs with searchbox UI items.Bastien Montagne
First one, reported by Sergey, was searchbox not closing when validating it (enter or LMB click) without any active item (we need to enable escapecancel here, to close menu too). Second one was SEARCH_MENU_UNLINK variant not unlinking at validation when no active item. Thanks a bunch to Campbell for help here!
2014-09-10Fix T41112: Rotate manipulator (Trackball) + release confirm not working?Anthony Edlin
Usual same issue (unset property != set property to default value). Review and minor edits by mont29 (Bastien Montagne).
2014-09-10UI: Disable operator search menu setting an unset state key key-inputCampbell Barton
2014-09-10Cancel edge-rip macro if no changes are made.Campbell Barton
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-10Partial fix T41749Campbell Barton
2d & 3d cached text now draws pixel aligned now.
2014-09-10Partial fix for T41749Campbell Barton
Tool-tips and header-text used a different pixel alignment from the rest of the UI. This causes blurry text with multi-sample with NVidia. Other text still needs the issue resolved (View3d info for eg)
2014-09-10WM: Add utility wmOrtho2_*** funcsCampbell Barton
Currently there are inconsistencies with pixel alignment. but this commit has no functional changes. - wmOrtho2_region_ui for UI/Text. - wmOrtho2_region_pixelspace for 2D drawing. - wmOrtho2_pixelspace - when the region isn't used.
2014-09-10Fix for rna2xmlCampbell Barton
- follow references to Bone, Sequence, Node (non ID types) by name only. was causing infinite recursion. - add support to skip individual class properties. This can now write an entire blend-file.
2014-09-10Curve: Remove assert in BKE_curve_bevelList_makeCampbell Barton
Failed on any cyclic poly line.
2014-09-09Usual UI messages fixes...Bastien Montagne
2014-09-09Fix crash reading ParticleEdit.is_editableCampbell Barton
2014-09-09Add flag for bmesh docsCampbell Barton
2014-09-09Fix T41445: Inset creates separated UV'sCampbell Barton
2014-09-09Cleanup: const correctness, no change to generated code.Campbell Barton
2014-09-09remove invalid commentsCampbell Barton
2014-09-08Warn when --engine arg isn't foundCampbell Barton
2014-09-08CMake: Add missing WITH_OPENIMAGEIO defineCampbell Barton
2014-09-08Fix crash happening with external engines and dependent objects in an ↵Sergey Sharybin
invisible layers
2014-09-08Fix T41744: Hidden keymap properties uneditableBastien Montagne
For UI & operator toolbar this makes sense, but for keymaps - hidden props can make an important difference.
2014-09-08Fix T41573: Compositing reroute converts floats to red colorBastien Montagne
At compo level, only skip data type conversion if both ends of a link do not require it. Thanks to Lukas for advices and review.
2014-09-08Fix T41703: Blender crashes trying to load character file.Bastien Montagne
Core of the issue is that pointcache handling in depsgraph were (re-) tagging for update some objects on hidden layers, when all their dependencies remained untag. Since we do not want to update objects on hidden layers, take this data into account when flushing pointcache. Investigations and org patch by self, reviews, advices and final patch by sergey, many thanks! :)
2014-09-08Attempt to fix compilation error on ubuntu linuxSergey Sharybin
2014-09-08Fix T41746: WPaint: gradient+mirror failsCampbell Barton
2014-09-08Fix building as Python module (manpage-generation)Campbell Barton
2014-09-07Comment out SVM fresnel_conductor() function for now, still unused.Thomas Dinges
2014-09-07Cycles / OSL: Add a conductive fresnel shader template.Thomas Dinges
This adds a fresnel conductive OSL preset to the Text Editor. Based on a patch by Lukas Stockner. Differential revision: https://developer.blender.org/D145 See the differential for details.
2014-09-07Several tweaks for Quick Smoke:Thomas Dinges
* Improved Cycles fire, patch by Gottfried Hofmann. Differential revision: https://developer.blender.org/D777 * Added Smoke + Fire type to the operator too. * Cleanup.
2014-09-07Update readme for Blender 2.72.Thomas Dinges
2014-09-07Fix T41737 using append from menu will result in error messageAndrea Weikert
message in terminal was: RNA_boolean_get: WM_OT_append.relative_path not found. Added check for existence of the relative path property which was removed from append since it is not needed and used.
2014-09-07Some updates for Quick Smoke / Cycles.Thomas Dinges
* Add Density multiplier. * Use Smoke color attribute. Patch by Gottfried Hofmann, with some small tweaks by myself. Differential revision: https://developer.blender.org/D776
2014-09-07Fix for line style shader nodes also shown in the Add menu of other shader ↵Tamito Kajiyama
types. Problem report by Nahuel Belich through Facebook, thanks!
2014-09-07Fix T41740: Different behaviour of custom hotkeyBastien Montagne
Quick fix, this is actually a demonstration of why we should use modal keymaps! We can give any event to *start* the op, but then hard-code how to *end* it... tsk.
2014-09-07Fix T41419: Quick Smoke doesn´t work with CyclesThomas Dinges
Now the Quick Smoke operator creates a basic node setup for smoke and fire. This could be made more fancy still, but that's for later. :)
2014-09-07No need for try/except in D766Campbell Barton