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-26Fix crash happening when drawing GP for a track which doesn't have visible ↵Sergey Sharybin
marker
2014-02-26Fix 3D tracks to mesh not aligning mesh properlySergey Sharybin
Also fixed wrong frame number used for reconstructed object visualization in 3D viewport.
2014-02-26Fix for own regression: remove doubles deselected facesCampbell Barton
2014-02-26BMesh: add overwrite option to BM_mesh_elem_hflag_enable/disable_testCampbell Barton
2014-02-26Fix T38837: Ctrl+RMB can't select posemodeCampbell Barton
This used to work (unintentionally), now check for paint-select modes as well as editmode for ctrl+rmb to force object selection.
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-26Sculpt: allow to select objects when in sculpt modeCampbell Barton
This was disabled with circle select (which makes sense), but all other paint modes allow this and sculpt isnt using select mouse.
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton
2014-02-26Fix for sequencer add operators showing up in spacebar search.Campbell Barton
2014-02-26Fix for constraint poll function succeeding when no constraint existsCampbell Barton
2014-02-26Fix T38548: Edit externally always uses first frame onlySergey Sharybin
2014-02-26Fix T38836: change screencast timer limits so you can record with higher FPS.Brecht Van Lommel
Note that the screencast implementation is quite poor and that you may not even get the requested FPS, the timing system here is not reliable.
2014-02-26Further work for fix T38804: unnecessary empty space in the modifier UI.Brecht Van Lommel
2014-02-25Assert for invalid customdata allocsCampbell Barton
2014-02-25Fix T38003: Skin modifier crash with long edgesCampbell Barton
2014-02-25Fix T38824: curve which is constrained on a hidden layer causes cycles crashSergey Sharybin
Issue was caused by cycles setting scene frame which will update scene for all the layers (not just visible ones) which confuses depsgraph making objects which are needed as dependency are not really evaluated. Made it so setting frame via scene.frame_set() which check whether update need to be flushed to an invisible objects and do this if so. Not ideal solution but seems to be safest at this point.
2014-02-25Fix T38773: Inconsistent conversion of colors and float values inLukas Tönne
Blender Internal shader nodes. All nodes now use the `nodestack_get_vec` function to convert whatever input values are connected to the desired type, instead of using the stack values directly regardless of what they contain. Note that this might break old node setups that have been adapted to the faulty behavior, but as discussed in the bug report the 2.70 version is the right time to fix this.
2014-02-25Fix T38806: Proxy file changes don't update until Blender's restartSergey Sharybin
2014-02-25Object disable negative object dimensionsCampbell Barton
these would become positive on update
2014-02-25Fix T38745: Curve parent crash when rendering animationSergey Sharybin
Issue was caused by curve orco calculation for rendering being freed curve path and not calculating it back. This left depsgraph in a state that it believed all the object data is up to date but in fact some parts of data was freed by convert blender. Now made it so path is not being freed by render thread. This is rather a workaround actually because ideally render thread need to use copy-on-write here or at least use local cache here. But current logic should be closer to what was happening in previous release.
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
Adds bpy.utils.escape_identifier()
2014-02-25Fix text select offset /w zoomed UI & popups (colorpicker)Campbell Barton
2014-02-25Revert "Fix T38819: Mark Seam misbehaves when accessed through spacebar search"Campbell Barton
This reverts commit d47d030275f14b1c1b7a35452f9b3c841ebeb178. This isn't a bug.
2014-02-25Fix T38819: Mark Seam misbehaves when accessed through spacebar searchDalai Felinto
2014-02-25UI: remove number specific button offset when selecting textCampbell Barton
2014-02-25Fix T38808: image opened with 'relative path', gets absolute pathDalai Felinto
2014-02-25Fix T38809: regression, text cursor offset in number buttonsCampbell Barton
Use the same offset for all edit-buttons now.
2014-02-25Fix T38804: unnecessary empty space in the modifier UI.Brecht Van Lommel
2014-02-24Fix T38813: missing color management in texture nodes preview.Brecht Van Lommel
2014-02-24Fix T38810: ctrl + click panel collapse not taking tabs into account.Brecht Van Lommel
2014-02-24Fix T38812: color picker incorrectly cancelling operation when clicking next ↵Brecht Van Lommel
to it.
2014-02-24Tweak to T38766 fix: cycles now support setting viewport alpha for a material.Brecht Van Lommel
2014-02-24Fix misaligned alpha slider label in color picker.Brecht Van Lommel
2014-02-24Fix T38801: Dupli objects with modifiers exhibit bad transform artifactsLukas Tönne
in Blender Internal renderer. The BI renderer applies modifiers //after// changing the obmat of the respective object (for the first instance it encounters). Before rB6940bf0 the original obmat (omat) was stored inside dupli object data, which was removed in favor of local omat variables due to hackishness and redundancy. Problem with BI is that all the obmats have to be overridden in relation to each other to produce the correct modifier results (here: offset object for the array modifier). The patch restores the old (messy) behavior for BI by first overriding **all** the obmats at once from duplis, then creating render instances, then cleaning up. A better solution would be to avoid these modifier hacks in BI altogether and properly evaluate them in the original object space, but that requires far greater changes to the old code base, and is out of scope for bugfixing.
2014-02-24Fix T38766: blender material transparency setting not taken into account for ↵Brecht Van Lommel
viewport.
2014-02-24Fix T38766: cycles viewport incorrectly taking blender internal alpha into ↵Brecht Van Lommel
account.
2014-02-24Fix T38784: smoothview using perspective transition with ortho cameraCampbell Barton
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
Issue was caused by undefined object update order and in some cases NULL pointer will be de-referenced. Added on-demand curve path calculation, just the same creepy call of BKE_displist_make_curveTypes(). This violates DAG and might end up in a difficult to troubleshoot race condition if there'll be some issues with how dependencies are calculated in DAG, but this is the easiest and safest way to solve the bug at this stage,
2014-02-24Fix T38798: Can get stuck in world nodes when switching from Cycles toLukas Tönne
BI. The shaderfrom setting in the node editor only makes sense for "new" shading nodes (cycles), otherwise it should be ignored and default to SNODE_SHADER_OBJECT.
2014-02-24Fix T38794: ScaleFixedSizeOperation was not taking offset into accountLukas Tönne
when calculating depending-area-of-interest.
2014-02-24Image: color grid - correct abs() use with intsCampbell Barton
2014-02-24Fix T38800: Setting UV projector caused zero user objectsCampbell Barton
Don't change user count when setting modifier objects
2014-02-24Fix T38795: Mesh Analysis overhang faces show grayCampbell Barton
2014-02-24Fix T38756: Regression with vertex slide responding to mouse eventsCampbell Barton
2014-02-24Fix T38786: Curve unable to make segmentCampbell Barton
2014-02-24Fix for recent changes with NDOFCampbell Barton
2014-02-24NDOF: various fixes for view3dCampbell Barton
- allow zooming when in ortho+user mode - fix for using VIEW3D_OT_ndof_orbit_zoom when the camera is locked. - fix for locked camera changing the dist value when used with ndof. - de-duplicate ndof_pan_zoom and ndof_all operators
2014-02-24NDOF: Auto-Depth preference was used while orbitingCampbell Barton
2014-02-24NDOF: fix for use with locked offsetCampbell Barton
- when locked to cursor or object. fallback to orbit and allow zoom. - correct speed calculation in perspective mode.
2014-02-23T38763 Fix: avoid NPE When no custom properties are definedgaiaclary