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
2012-06-14[#26630] Several problems with API constraint_orientationDan Eicher
Added a check to TRANSFORM_OT_create_orientation so it throws an exception instead of crashing blender (due to invalid view3d) Can still create an orientation from the console just can't set it to active with the 'use' parameter
2012-06-14image sample line now updates with the compositor changes (mango request)Campbell Barton
2012-06-14simple assignments added to pre-processor temporary section of function to ↵Peter Larabell
avoid unused argument compiler warnings.
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ↵Peter Larabell
lib. Code is still quite messy but will be replaced when final algo comes in anyway.
2012-06-13fix [#31819] New Compositor Ommits 'Composite' layerCampbell Barton
the bug was introduced by accident in r47826, finishing a render node acted as if escape was pressed. also changed order of signaling and releasing the buffer to match the old compositor.
2012-06-13fix: [#31684] Collada, add file extension automatically does not workGaia Clary
2012-06-13style cleanupCampbell Barton
2012-06-13Fix issue with missing emission in non-progressive integrator.Brecht Van Lommel
2012-06-13style cleanupCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13Cycles:Thomas Dinges
* "preview_aa_samples" minimum should be 0, not 1.
2012-06-13patch [#31574] Screw seams to not workCampbell Barton
from Benoit Donat-Bouillud (ladeheria) from tracker - When using a screw axis (reference edge for screw), the operation always give the same result (as if the orientation of the reference edge was not take into account).
2012-06-13Fix #31754: strand width fade value 2.0 gives wrong result, should fade outBrecht Van Lommel
strand entirely. Fix based on patch by Philipp Oeser.
2012-06-13move one line color conversion functions to be inline.Campbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13Cycles:Thomas Dinges
* UI Tooltip fix.
2012-06-13added mask tool to recalculate handles (Ctrl+N)Campbell Barton
2012-06-13fix for incorrectly checking for break in r47826Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13apply offset to the camera view - this works exactly like camera shift ↵Campbell Barton
(transforms X/Y in the same space).
2012-06-13framing options for camera background image: stretch/fit/cropCampbell Barton
2012-06-13 * optimized threadingJeroen Bakker
* break out with glare node * Added OpenCL kernels compatible with AMD still need some testing.
2012-06-13Cycles: first step for implementation of non-progressive sampler that handlesBrecht Van Lommel
direct and indirect lighting differently. Rather than picking one light for each point on the path, it now loops over all lights for direct lighting. For indirect lighting it still picks a random light each time. It gives control over the number of AA samples, and the number of Diffuse, Glossy, Transmission, AO, Mesh Light, Background and Lamp samples for each AA sample. This helps tuning render performance/noise and tends to give less noise for renders dominated by direct lighting. This sampling mode only works on the CPU, and still needs proper tile rendering to show progress (will follow tommorrow or so), because each AA sample can be quite slow now and so the delay between each update wil be too long.
2012-06-13update themes for new colors, patch by Brendon MurphyCampbell Barton
2012-06-13Fix cycles crash when viewport camera border goes out of view.Brecht Van Lommel
2012-06-13Fix cycles object_flag array being allocated too big.Brecht Van Lommel
2012-06-13always use bicubic sampler for the scale node with the new compositor since ↵Campbell Barton
it worked like this in the old compositor. this ignores the sampler passed and could be done in a nicer way so left this as an ifdef so it can be easily redone.
2012-06-13style cleanup: scale nodeCampbell Barton
2012-06-13mango requestCampbell Barton
- highlight active mask layers. - remove keyframes when all layer data is removed.
2012-06-13tint non-active mask layers greyCampbell Barton
2012-06-13Fix #31780, cycles nested group rendering broken. Was using the dupli object ↵Lukas Toenne
'index' member to identify dupli objects, but this is not unique and in fact just 0 in most cases. Needs to use a simple dupli list counter instead.
2012-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-06-13Collada: fixed a few loops to only loop over the list of exported objects, ↵Gaia Clary
instead of the current scene.
2012-06-13fix code style cleanupGaia Clary
2012-06-13style cleanupCampbell Barton
2012-06-13Default value for frame offset should be 0Sergey Sharybin
2012-06-13patch #31794 Collada: make exporter more robust, now uses ↵Gaia Clary
BKE_object_relational_superset()
2012-06-13Added frame offset slider to clip datablocksSergey Sharybin
In contrast to start_frame (which affects on where footage actually starts to play and also affects on all data associated with a clip such as motion tracking, reconstruction and so on) this slider only affects on a way how frame number is mapping to a filename, without touching any kind of tracking data. The formula is: file_name = clip_file_name + frame_offset - (start_frame - 1)
2012-06-13patch #31794 Added new function BKE_object_relational_superset()Gaia Clary
2012-06-13Fix camera curve in clip editor not being remapped by a clip's start frameSergey Sharybin
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-12fix: Collada build warning about inconsistent usage of Camera structure/classGaia Clary
2012-06-12Cycles:Thomas Dinges
* Add back a break, which was deleted in r47773.
2012-06-12remove input socket of mask node, this wasnt used.Campbell Barton
2012-06-12Minor fix [#31798] [minor] simpledeform modifier tooltipBastien Montagne
2012-06-12Added Selected Only and Show Hidden flags to clip editor's curve viewSergey Sharybin
2012-06-12Some Clip Editor interface clean-ups:Sergey Sharybin
- Display track's reprojection error in dopesheet - Make sure track is selected when clicking on dopesheet channel - Attempt to make headers a bit cleaner without long labels which doesn't actually make sense.
2012-06-12Added options to display only selected tracks and show hidden tracksSergey Sharybin
in motion tracking dopesheet view. By default all channels are displaying now.
2012-06-12Make dopesheet settings per-tracking dataSergey Sharybin
It was a bit confusing to synchronize settings used in pre-calculated dopesheet channels which was storing in tracking data with settings used for display which is in space data. This was initially done by converting one flags to other and checking if space's settings matches pre-calculated one, but that had several issues if two different dopesheet are using different settings: - Channels would be re-calculated on every redraw for each of spaces - Dopesheet operators could fail due to the could be using channels calculated for other space. That was also quite nasty code checking if requested settings matches pre-calculated one.