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
2010-02-23- finally a way to force removal of images (Shift+Click on the X)Campbell Barton
- generic modal operator now works with int's
2010-02-23Move increment value into numinput structure.Martin Poirier
Easier for transform to have different values per transform then (also different from gears values). (Based on a bug reported by Jonathan Smith)
2010-02-22- respect insert available with pose copy/paste (note: ↵Campbell Barton
autokeyframe_pose_cb_func needs to be used for all cases I think) - copy, paste ID properties with pose
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22OSX : Bugfix [#21293] add OpenMP apple gcc bug workaround for render previewDamien Plisson
All openMP calls from a background thread need to have this thread var init workaround
2010-02-22exclude self references from the ID search list when PROP_ID_SELF_CHECK is ↵Campbell Barton
set, also raise an error from python if this is attempted
2010-02-22Fix for #21286, Trying to open the toolbox crashed blender 2.5 alpha 1Elia Sarti
Added poll function for BUTTONS_OT_toolbox operator
2010-02-22Fix for #21209, Delete X for particle settings does nothing.Elia Sarti
Disable ID default unlink button if the RNA property is set to never be null, as the unlink default action simply sets pointers to null
2010-02-21Fix #21214 Changing frame range on render panel doesn't update on timeline...Elia Sarti
Was missing notifier Also made a description slightly more consistent
2010-02-21correction pointed out by Moguri, logic button was accepting Text instead of ↵Campbell Barton
actions.
2010-02-212.5 Audio:Joerg Mueller
* Jack Transport support! * Minor sequencer audio corrections.
2010-02-21scale int number button sensitivity by the min/max range.Campbell Barton
2010-02-21[#21269] Alt E extrude options don't appear without Tool Shelf visibleMartin Poirier
Vertex selection count wasn't properly updated after extrude.
2010-02-21== Sequencer ==Peter Schlaile
Made aspect ratio work again in sequencer preview
2010-02-21[#21265] Rotate behaves wrong with constraintsMartin Poirier
With new axis var for rotate, it wasn't reset properly when constraints are turned off.
2010-02-21generic modal operator to make adjusting almost any rna property with the ↵Campbell Barton
mouse possible with a few lines. Example which is similar to interactive lamp adjusting in 2.4x ... wm.context_modal_mouse(path_iter="selected_editable_objects", path_item="data.spot_size") Added lamp Wkey menu back.
2010-02-21Bugfix #21234: Autokey "insert only available" userpref inserts keys for all ↵Joshua Leung
bones in an armature -- Bugfix: When autokey is enabled, notifiers to refresh the animation editors *after* transforms finished for objects were missing. While I understand the need to limit these to not doing this during transform, after transform, this lead to lag/inconsistent UI problems. -- * Added 'Damped Track' Option to 'Make Track' Operator * Improved the code of the 'Clear Track' operator to include other types of tracking constraint too
2010-02-21bugfix [#21258] Select > Mirror causes segmentation fault.Campbell Barton
2010-02-21Bugfix #21245: "Track to" (Ctrl + T) operator was missing notifier updatesJoshua Leung
Bugfix #21255: Clear track operator did not remove TrackTo constraints too. This could still be made to do Locked Track and other tracking constraints later too, but for now this will do.
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
Use in marker move operator.
2010-02-19fix for empty xyz axis text drawing ontop of everything.Campbell Barton
2010-02-19apply visual transform to poseCampbell Barton
So constrainted bones can have their transform applied to their loc/scale/rot, then remove the constraints
2010-02-19dont allow linking an object into a linked scene.Campbell Barton
2010-02-19Enabling AV-sync again. You can now choose between No sync, Frame Dropping ↵Joerg Mueller
or AV-sync.
2010-02-19Pose Tools Cleanup:Joshua Leung
Moved some of the generic code used to determine the F-Curves linked to PoseChannel transforms (as used by the Pose Sliding tools) into a separate file, in preparation for migration of PoseLib tools to this system too. This should make it easier to add some useful new functionality to the PoseLib browsing system (pending in a later commit).
2010-02-18revert 27010, sorry but this makes playback of animation unusable & jerky, ↵Campbell Barton
we can provide some sample files for testing.
2010-02-18another speedup to constraint checking, skip the bone list and only lookup ↵Campbell Barton
pose channels that have constraints.
2010-02-18constraints were being checked twice (once from rna property update function ↵Campbell Barton
and once from the constraint panel callback) comment the update call in the panel function. also avoid one bone lookup which was taking a fair bit of CPU when profiling.
2010-02-18Basic AV Sync for forward playing.Joerg Mueller
2010-02-18constraints unique name length was set too long (could overrun the buffer), ↵Campbell Barton
use sizeof() with other instances of BLI_uniquename too
2010-02-18experemental code got mixed up in a patch. removing.Campbell Barton
2010-02-18Animation Playback Option (No negative frames) and Other Bugfixes:Joshua Leung
* Added a user-preference setting which disallows setting the current frame number to a negative number. This setting only applies when setting the current frame by scrubbing the time cursor in a timeline view, or by typing a value into the current frame number field. * Made the minimum frame number for the start frame to be 0, which should make setting keyframes by a regular step size less confusing. Also changed the MINFRAME define to 0 for consistency. Hopefully this doesn't cause any problems with any output formats. * Fixed some missing channel selection cases in animation editors.
2010-02-18fix for MS compliersJens Ole Wund
keep var declaration up in .c files
2010-02-18[#21207] bpy.ops.object.vertex_group_sort() sorts group names, but not group ↵Campbell Barton
data support for vertex group sorting in editmode
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
- correct errors with non-mirrored meshes - mirror weight paint on asymmetrical meshes
2010-02-17Animation Editors: DopeSheet filter for Object-level animationJoshua Leung
Added a new option to filter the out Object-level (i.e. transforms, object visibility/settings, and also bone animation) animation data from the channels list. As most of these settings are transforms, I've used the transform manipulator icon and named the RNA setting display_transforms. This is useful when trying to filter out only material animation data for example, as requested by Colin.
2010-02-17Remove some unfinished code I accidentally commit for render thread safety.Brecht Van Lommel
2010-02-17Cleanup tweaks:Joshua Leung
1) Decreased the alpha value for unselected F-Curves in the Graph Editor, making them more invisible to help make the selected ones stand out more. 2) Removed various outdated settings from pose bone RNA
2010-02-17Animation Editors - Texture Animation:Joshua Leung
Texture animation is now shown in the animation editors. Texture stacks are shown for each Material/Lamp/World block that uses them. There is currently still a bit of a bug with this which means that unless the owner of the texture stack is animated too, the animation data for the textures won't show up. This will get rectified soon though.
2010-02-17Fill bones between joints (FKEY) was missing a suitable notifier.Joshua Leung
2010-02-16fix for make proxy, was checking dupligroup when it wasnt needed.Campbell Barton
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
it myself, there will still be render slots just old implementation.
2010-02-16Last minute fixes for render crash.Brecht Van Lommel
2010-02-162.51 (2.5 alpha 1) first commit. With original durian render even!Ton Roosendaal
2010-02-16[#21102] Nonunique ID names in sequencer!Campbell Barton
now uniqute names are ensured with recursive name checking on the scene
2010-02-16Fix user preferences window contents being shifted to the left.Brecht Van Lommel
2010-02-16[#21182] Make proxy for object without group crash Blender.Campbell Barton
from Banlu Kemiyatorn (suchness), modified with more error messages.
2010-02-16bugfix [#20480] crash/lock-up for certain aspect ratiosCampbell Barton
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
image code, this should be clearer and makes reusing the Render struct later on easier.
2010-02-16bugfix [#20938] Moving shape keys doest not correct the blend basis.Campbell Barton