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-12use a more direct way to get the active UV and VCol layerCampbell Barton
2010-02-12scons option - WITHOUT_BF_OVERWRITE_INSTALLCampbell Barton
only use this if your not making packages for others.
2010-02-12Lowering latency of jack a little depending on buffer size.Joerg Mueller
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-12button to save edited textures in texture paintCampbell Barton
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-12Tweak to the changes from r26820 (nuking scons install directory):Joshua Leung
Those changes made developing Blender using scons as buildsystem impractical. They were nuking my various configs everytime I compiled resulting in a long wait for all the files to get copied over again at the end, or else I'd have to manually go scouting out files to copy over. Now, made this only nuke the scripts directory there which IMO solves the main issues that the original commit intended to solve (outdated scripts lingering in that folder, and mixing with the new ones). If there are complaints that only doing the scripts dir is not enough, then we better just make this destructive stuff an optional thing (i.e. by default, nuking will still occur, but at least developers can disable)
2010-02-12Align Objects operator: added selection center as align centerDaniel Salazar
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-12Align Objects operator: adds option to align relative to 3D cursor asDaniel Salazar
well as Scene Origin
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-12New Align Objects operator. Currently it has very little functionality butDaniel Salazar
already does alignment operations that are very hard to do manually
2010-02-12Clean up of tooltips in py operators and better operator name forDaniel Salazar
randomize transform
2010-02-12another vc9 projectfile fixLukas Steiblys
2010-02-12updated VC9 project filesLukas Steiblys
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 a glitch in a console tooltipDaniel Salazar
2010-02-112.5 Audio: The jack backend is now realtime capable and will not produce so ↵Joerg Mueller
much xruns anymore. :-)
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-11scons linux config: only BF_OPENCOLLADA needs to be user-set, ↵Arystanbek Dyussenov
BF_OPENCOLLADA_INC is derived.
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