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
path: root/source
AgeCommit message (Collapse)Author
2010-02-12correct fsf addressCampbell Barton
2010-02-12Bugfixes:Joshua Leung
1) Summary channel in DopeSheet was using uninitialised color for backdrop, resulting in weird/wrong colours 2) Commented out the view2d hotkeys added earlier, since they currently cause some conflicts for animation editor hotkeys (namely NLA)
2010-02-12fix for depth drawing + clippingCampbell Barton
2010-02-12Quicky View2D commit:Joshua Leung
Page Up/Down hotkeys for working with scrolling View2D views
2010-02-12FModifier drawing typo:Joshua Leung
All F-Modifiers were had their RNA pointers initialised as "Function Generator" modifiers when drawing.
2010-02-12BGE: linear velocity and angular velocity are attributes nowDalai Felinto
... what lead me to wonder if we should remove obj.setAngularVelocity, obj.setLinearVelocity, obj.getLinearVelocity and obj.getAngularVelocity. * this was so Copy and Paste ... anyways tests are welcome (I never used those methods in python myself).
2010-02-12Bugfix #21094: Joshua Leung
Inserting keyframes for properties that don't already have F-Curves shouldn't occur if auto keyframing is set to 'replace' only (i.e. see timeline -> frame -> autokey mode menu for details).
2010-02-12Bugfix #21051: Restored 'Playback FPS'Joshua Leung
This commit restores the 'Playback FPS' option which showed an indicator of the frame rate of animation playback in the 3D-View. The info for this is now stored in a temp struct in scene data, with the status info being updated by the "animation step" operator instead of relying on globals as the old code did. This seems a lot more stable than in 2.49, but the accuracy is still questionable.
2010-02-12Clear scons installation directory when WITHOUT_BF_INSTALL is disabled.Campbell Barton
After discussion with Brecht and Martin we agree this is best long term. Also fixed "scons blenderlite" for python and fluid.
2010-02-12(no commit message)Lukas Steiblys
2010-02-12- select active camera operatorCampbell Barton
- calling menu use exec rather then invoke
2010-02-11fix for flag being used in the wrong place with recent ApproxAO option.Campbell Barton
2010-02-11Line up RNA property with the rest of spaceDaniel Salazar
2010-02-11Compile fixDaniel Salazar
2010-02-11fix for crash when running in background mode and adjusting materialsCampbell Barton
2010-02-11Theme support for console background. Thx cam for help!Daniel Salazar
2010-02-11Fix #20139: toggling mipmaps in user preferences did not refresh textures.Brecht Van Lommel
2010-02-11Added an option "Cast Approximate" to control if a material should castBrecht Van Lommel
shadow when using approximate AO, separate from "Traceable".
2010-02-11COLLADA exporter (in trunk): write 1 normal per flat face instead of 3 or 4.Arystanbek Dyussenov
2010-02-11fix for own mistake [#21088] comb mode broken?Campbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ↵Campbell Barton
blender paths.
2010-02-11[#21095] r26789 'copy vertex group to selected' crash blenderCampbell Barton
2010-02-11panorama UV projection, only when projected from a camera with panorama ↵Campbell Barton
enabled, ortho and perspective supported, camera aspect ignored at the moment. also fixed bugs ortho camera projection which wasnt ever used and had the ortho camera size inverted.
2010-02-11console needs a background color, can use instead of padding.Campbell Barton
2010-02-11Padding fix by phonybone.Joerg Mueller
2010-02-11BGE: rna update for Logic BricksDalai Felinto
New Actuators done: * EDIT_OBJECT * SHAPE_ACTION Actuators to be done: * CONSTRAINT Actuators done already: * ALL THE OTHERS 16 + some DNA padding There is one Actuator left. This one is tricky because (as many others) the tooltip changes according to the actuator type value. Not sure how to solve this yet. I'll probably have to make different rna properties for the same values (it includes some enums this time). Not so animated to finish this one :/
2010-02-11BGE API DOC update - scene add/restart/end. patch by GomerDalai Felinto
2010-02-11Added theme support for vertex normals display alongside face normals.Daniel Salazar
This makes having both enabled at the same time actually useful! http://www.pasteall.org/pic/show.php?id=1265
2010-02-11More tooltip editingDaniel Salazar
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11Removing more dotsDaniel Salazar
2010-02-11Bugfix for [#21086] Audio continues to play unsynced.Joerg Mueller
2010-02-11Killing more dots!Daniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-11Bugfix #21081: auto ik option not work for proxy objectJoshua Leung
Several properties of armatures were being checked for proxy-suitability with too-harsh criteria. Softened this on a few properties to make them usable again.
2010-02-10Increased camera angle to allow for the wildest super telephoto lensesDaniel Salazar
Sincronized millimeters - angle limits Better tooltips Removed dots at end of tooltips in camera rna file too (as discused with Ton and DingTo on irc)
2010-02-10object bound box access from rnaCampbell Barton
2010-02-10UV project didnt use the view3d's camera (only the scenes)Campbell Barton
2010-02-10Missing tooltips for Start frame and End frameDaniel Salazar
Removing all dots at the end of tooltips in screen_ops.c
2010-02-10Changed fields Odd / Even terminology to more standard Upper First /Daniel Salazar
Lower First like in AE and other mainstream apps http://www.pasteall.org/pic/show.php?id=1255 The new consensus is no dots at the end of tooltips so removed all of them on image and scene rna files
2010-02-10realtime updates in the graph editor were updating all visible fcurves, ↵Campbell Barton
update all selected fcurves instead.
2010-02-10revert previous commit, this should fix without disabling cases that worked ↵Campbell Barton
before.
2010-02-10Fix for [#21082] UI not updated immediately for Graphical cursor and change ↵Thomas Dinges
object's name
2010-02-10fix for crash in sequencer when sequebce data cant be read. Campbell Barton
2010-02-10Tooltip fix for "raytrace_transparency", patch by Oxben.Thomas Dinges
2010-02-10make dupliface operator (access from object menu)Campbell Barton
scene.object.link() now returns the new ObjectBase
2010-02-10Fix crash in copying constraints for proxy.Brecht Van Lommel
2010-02-10Cocoa : use Cocoa NSWindow tag for identifying the window where a ↵Damien Plisson
mouse/tablet/key event happened => enables some actions in inactive windows as per OSX standard Previous code was assuming an event can only be sent from the active window. On OSX, Right, Middle mouse buttons, mouse wheel and trackpad events are sent to inactive windows too. For example, this allows to zoom, pan the view without changing the window order.
2010-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-02-10Committing a little note of a bug that isn't quite so easy to fix yet with ↵Joshua Leung
groups+visibility operator (anim channels).