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-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-25Fix missing brackets in cpuid bitfield check.Martijn Berger
concern raised by lukas_t (rBef73d547cc7c663ad180721094c81b3c81482ac3)
2014-02-25Fix T38811: Cycles particle ids are inconsistent when using multiple ↵Lukas Tönne
particle systems. Problem is that the particle systems in the cycles database are not stored in a well-defined order. This means the particle_id for dupli objects can not simply be assigned using a global running index during sync. Now the particle index is assigned locally for each particle system. When transferring particle data to the device as a single texture, the particle indices are offset based on the final order of particle systems in the database. Reviewers: brecht Reviewed By: brecht CC: Andreas80 Differential Revision: https://developer.blender.org/D352
2014-02-25Fix T38815Martijn Berger
For AVX support we need to check both OS support and CPU support.
2014-02-25Fix T38827: Input preferences can not find Left Mouse or Left ArrowCampbell Barton
2014-02-25Keymap search: check 'key_modifier' as well as 'type'Campbell Barton
2014-02-25Assert for invalid customdata allocsCampbell Barton
2014-02-25Fix T38003: Skin modifier crash with long edgesCampbell Barton
2014-02-25Disable eager-refinement step of region trackingSergey Sharybin
This gives much worse results on mango footage (see 04_2e) so disabling for now for until proper prediction model is landed. The thing is, currently blender sends input coordinates as the guess to region tracker and in case of fast motion such an early out ruins the track.
2014-02-25UI / 3D View: Fix Rigid Body panel, being closed per default.Thomas Dinges
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 T38778: Properties from bpy.props could be edited as custom propsCampbell Barton
2014-02-25Use string escaping when renaming custom propertiesCampbell Barton
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-25Cycles Standalone: Tweak for d59f53f7b7da, use "closure color" as type name, ↵Thomas Dinges
to 100% match the OSL data type.
2014-02-25CMake: add _WIN32_WINNT MSVC define to match sconsCampbell Barton
2014-02-25On MSVC 2013 64 bit set the default to build a vista API targetted binary.Martijn Berger
2014-02-25Cycles: Make CUDA aware of COMPUTE_50 (sm_50, Maxwell).Thomas Dinges
If you have a Maxwell GPU and want to test, you have to use the CUDA Toolkit 6.0(RC) and enable sm_50 in scons/cmake.
2014-02-25Paint UI: Don't hide the custom icon path, just grey out.Thomas Dinges
This is what we do with boolean and sub-settings. We usually hide it when the options depend on a menu-enum.
2014-02-25Fix T38804: unnecessary empty space in the modifier UI.Brecht Van Lommel
2014-02-24Code cleanup: Re-use Grease Pencil panel for 3D view as well.Thomas Dinges
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 for MSVC 2008 compiler errors.Tamito Kajiyama
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 T38779: cycles SSS and object scale render issue.Brecht Van Lommel
2014-02-24Followup for 90a86fe: libmv/ceres cmake/scons files are automatically generatedSergey Sharybin
So don't forget to update generator scripts as well.
2014-02-24Fix T38784: smoothview using perspective transition with ortho cameraCampbell Barton